sm6150-common: properties: Add a property to enable prefetching video

persist.mm.enable.prefetch, if set to true, will enable
prefetching of video input from upstream source to help
improve playback performance for high frame-rate and
high bitrate content

Signed-off-by: Praveen Chavan <Praveen Chavan@users.noreply.github.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
Praveen Chavan
2025-02-18 11:16:40 +00:00
committed by therealmharc
parent 63d0170500
commit 7f0bb2ee92

View File

@@ -172,6 +172,7 @@ vendor.display.enable_optimize_refresh=1
vendor.display.enable_perf_hint_large_comp_cycle=1 vendor.display.enable_perf_hint_large_comp_cycle=1
vendor.gralloc.disable_ubwc=0 vendor.gralloc.disable_ubwc=0
vendor.display.qdcm.mode_combine=1 vendor.display.qdcm.mode_combine=1
persist.mm.enable.prefetch=true
# Display - Set color mode to Adaptive by default # Display - Set color mode to Adaptive by default
persist.sys.sf.color_saturation=1.0 persist.sys.sf.color_saturation=1.0