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

Commit 8b6436e9 authored by Shivendra Kakrania's avatar Shivendra Kakrania
Browse files

msm: vidc: Enable system cache for video on sdm845



Enabling system cache by default for video on release build.
These changes are enabled after verification on target.
After enabling these changes every video usecase will use
system cache.

CRs-Fixed: 2053200

Change-Id: I7c5f415faedcd1626d4ed3f76185957d16effe33
Signed-off-by: default avatarShivendra Kakrania <shiven@codeaurora.org>
parent ea5149e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ int msm_vidc_firmware_unload_delay = 15000;
bool msm_vidc_thermal_mitigation_disabled = !true;
bool msm_vidc_clock_scaling = true;
bool msm_vidc_debug_timeout = !true;
bool msm_vidc_syscache_disable = true;
bool msm_vidc_syscache_disable = !true;

#define MAX_DBG_BUF_SIZE 4096