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

Commit 154d3d27 authored by Sowmya Pandiri's avatar Sowmya Pandiri
Browse files

msm: vidc: Disable DCVS support



This change disables DCVS for H264/4K/single instance decoder use case
by default. Frame drops are observed for 4K playback if DCVS is enabled
because of low Venus nominal clock. DCVS will be enabled once all
clocks contributing to CX voltage are re-verified.

Change-Id: I96c5a26c33e052a3e3cfab17240e1b07c260a0b5
Signed-off-by: default avatarSowmya Pandiri <spandiri@codeaurora.org>
parent 6fd61d70
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@ int msm_fw_low_power_mode = 0x1;
int msm_vidc_hw_rsp_timeout = 1000;
int msm_vidc_hw_rsp_timeout = 1000;
u32 msm_fw_coverage = 0x0;
u32 msm_fw_coverage = 0x0;
int msm_vidc_vpe_csc_601_to_709 = 0x0;
int msm_vidc_vpe_csc_601_to_709 = 0x0;
int msm_vidc_dcvs_mode = 0x1;
int msm_vidc_dcvs_mode = 0x0;
int msm_vidc_sys_idle_indicator = 0x0;
int msm_vidc_sys_idle_indicator = 0x0;


struct debug_buffer {
struct debug_buffer {