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

Commit 03d9874a authored by George Shen's avatar George Shen
Browse files

msm: cvp: Enable CVP driver on DSP



Enable CVP driver and its clients on DSP for Lahaina.

Change-Id: I128cd923acc5acd7fe499d802718fcf1f8076df7
Signed-off-by: default avatarGeorge Shen <sqiao@codeaurora.org>
parent 0c7d45c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 */

#define CREATE_TRACE_POINTS
@@ -22,7 +22,7 @@ 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_dsp_disable = true;
bool msm_cvp_dsp_disable = !true;

#define MAX_DBG_BUF_SIZE 4096