hk3sb3: Fallback to media performance class 13
We fallback to MPC 13 for FRC release due to : 1. Unable to meet performance for two concurrent 4K@30 fps HEVC secure video playback since slow CMA (Contiguous Memory Allocator) allocation. 2. Unable to concurrently execute 4K@30HEVC + 1080p@30AV1 secure video playback since OOM possibly due to CMA fragmentation. We will continue work on these issues for SU0 or QPR releases. Bug: 290294604 Bug: 282157949 Test: run cts -m CtsMediaPerformanceClassTestCases Change-Id: Ide93bfbb8fdc49d1e2d0847be1a474e697608afa
This commit is contained in:
parent
8517d8f528
commit
32ca23a9e6
2 changed files with 2 additions and 2 deletions
|
@ -281,7 +281,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
persist.vendor.camera.front_720P_always_binning=true
|
||||
|
||||
# Media Performance Class 14
|
||||
PRODUCT_PRODUCT_PROPERTIES += ro.odm.build.media_performance_class=34
|
||||
PRODUCT_PRODUCT_PROPERTIES += ro.odm.build.media_performance_class=33
|
||||
|
||||
# config of display brightness dimming
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.0.brightness.dimming.usage?=1
|
||||
|
|
|
@ -288,7 +288,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
persist.vendor.camera.front_720P_always_binning=true
|
||||
|
||||
# Media Performance Class 14
|
||||
PRODUCT_PRODUCT_PROPERTIES += ro.odm.build.media_performance_class=34
|
||||
PRODUCT_PRODUCT_PROPERTIES += ro.odm.build.media_performance_class=33
|
||||
|
||||
# Display LBE
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue