Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 088760b3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: cvp: Enable CVP power collapse and LLC"

parents 6ddbe715 0040f4d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;