Loading drivers/media/platform/msm/cvp/msm_cvp_debug.c +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ int msm_cvp_fw_low_power_mode = 1; bool msm_cvp_fw_coverage = !true; bool msm_cvp_thermal_mitigation_disabled = !true; int msm_cvp_clock_voting = !1; bool msm_cvp_syscache_disable = true; bool msm_cvp_syscache_disable = !true; bool msm_cvp_dsp_disable = !true; #define MAX_DBG_BUF_SIZE 4096 Loading drivers/media/platform/msm/cvp/msm_cvp_dsp.c +1 −1 Original line number Diff line number Diff line Loading @@ -389,7 +389,7 @@ void cvp_dsp_send_hfi_queue(void) int rc; core = list_first_entry(&cvp_driver->cores, struct msm_cvp_core, list); if (core) if (core && core->device) device = core->device->hfi_device_data; else return; Loading Loading
drivers/media/platform/msm/cvp/msm_cvp_debug.c +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ int msm_cvp_fw_low_power_mode = 1; bool msm_cvp_fw_coverage = !true; bool msm_cvp_thermal_mitigation_disabled = !true; int msm_cvp_clock_voting = !1; bool msm_cvp_syscache_disable = true; bool msm_cvp_syscache_disable = !true; bool msm_cvp_dsp_disable = !true; #define MAX_DBG_BUF_SIZE 4096 Loading
drivers/media/platform/msm/cvp/msm_cvp_dsp.c +1 −1 Original line number Diff line number Diff line Loading @@ -389,7 +389,7 @@ void cvp_dsp_send_hfi_queue(void) int rc; core = list_first_entry(&cvp_driver->cores, struct msm_cvp_core, list); if (core) if (core && core->device) device = core->device->hfi_device_data; else return; Loading