Loading drivers/media/platform/msm/vidc_3x/venus_hfi.c +6 −0 Original line number Diff line number Diff line Loading @@ -3645,6 +3645,12 @@ static void venus_hfi_core_work_handler(struct work_struct *work) i < num_responses; ++i) { struct msm_vidc_cb_info *r = &device->response_pkt[i]; if (!__core_in_valid_state(device)) { dprintk(VIDC_ERR, "Ignore responses from %d to %d as device is in invalid state", (i + 1), num_responses); break; } device->callback(r->response_type, &r->response); } Loading Loading
drivers/media/platform/msm/vidc_3x/venus_hfi.c +6 −0 Original line number Diff line number Diff line Loading @@ -3645,6 +3645,12 @@ static void venus_hfi_core_work_handler(struct work_struct *work) i < num_responses; ++i) { struct msm_vidc_cb_info *r = &device->response_pkt[i]; if (!__core_in_valid_state(device)) { dprintk(VIDC_ERR, "Ignore responses from %d to %d as device is in invalid state", (i + 1), num_responses); break; } device->callback(r->response_type, &r->response); } Loading