Loading drivers/media/platform/msm/vidc/venus_hfi.c +1 −0 Original line number Diff line number Diff line Loading @@ -3036,6 +3036,7 @@ static void venus_hfi_pm_handler(struct work_struct *work) if (device->skip_pc_count >= VIDC_MAX_PC_SKIP_COUNT) { dprintk(VIDC_WARN, "Failed to PC for %d times\n", device->skip_pc_count); device->skip_pc_count = 0; __process_fatal_error(device); return; } Loading Loading
drivers/media/platform/msm/vidc/venus_hfi.c +1 −0 Original line number Diff line number Diff line Loading @@ -3036,6 +3036,7 @@ static void venus_hfi_pm_handler(struct work_struct *work) if (device->skip_pc_count >= VIDC_MAX_PC_SKIP_COUNT) { dprintk(VIDC_WARN, "Failed to PC for %d times\n", device->skip_pc_count); device->skip_pc_count = 0; __process_fatal_error(device); return; } Loading