Re: [PATCH 01/18] media: venus: hfi_venus: Set venus_sys_idle_indicator to false on V6

From: Bryan O'Donoghue
Date: Tue Feb 28 2023 - 10:28:59 EST


On 28/02/2023 15:24, Konrad Dybcio wrote:
This call does not seem to have been cast on any kernel with support
for VPU-1.0 or newer (and by extension, HFI6 and newer).

We tested this on sm8250

Restrict it
to V4 only, as it seems to have been enabled by mistake and causes a
hang & reboot to EDL on at least one occasion with SM6115 / AR50L

Fixes: 7ed9e0b3393c ("media: venus: hfi, vdec: v6 Add IS_V6() to existing IS_V4() if locations")
Signed-off-by: Konrad Dybcio<konrad.dybcio@xxxxxxxxxx>

Right. This may indeed fix it for you on SM6115, could you test it on RB5 and verify the above statement ?

---
bod