SF: enable device-specific dataspace for color space agnostic surfaces
To reduce the DPU loading in color conversion, we enable device-specific dataspace for color space agnostic surfaces. Since the type of surfaces usually provide gray-level surfaces to users, it can be acceptable to ignore the color conversion on them. Bug: 134783740 Bug: 135140940 Test: Check ScreenDecorOverlays in expected dataspace Test: Play HDR video on C2 and check dataspace Change-Id: Ief32f0ff3867b2e154fecd6c9ebd6610b0e6ed11
This commit is contained in:
parent
75f2c87c8a
commit
39efa50184
2 changed files with 2 additions and 0 deletions
|
@ -394,3 +394,4 @@ ro.surface_flinger.set_idle_timer_ms u:object_r:exported_default_prop:s0 exact i
|
|||
ro.surface_flinger.set_touch_timer_ms u:object_r:exported_default_prop:s0 exact int
|
||||
ro.surface_flinger.support_kernel_idle_timer u:object_r:exported_default_prop:s0 exact bool
|
||||
ro.surface_flinger.use_smart_90_for_video u:object_r:exported_default_prop:s0 exact bool
|
||||
ro.surface_flinger.color_space_agnostic_dataspace u:object_r:exported_default_prop:s0 exact int
|
||||
|
|
|
@ -394,3 +394,4 @@ ro.surface_flinger.set_idle_timer_ms u:object_r:exported_default_prop:s0 exact i
|
|||
ro.surface_flinger.set_touch_timer_ms u:object_r:exported_default_prop:s0 exact int
|
||||
ro.surface_flinger.support_kernel_idle_timer u:object_r:exported_default_prop:s0 exact bool
|
||||
ro.surface_flinger.use_smart_90_for_video u:object_r:exported_default_prop:s0 exact bool
|
||||
ro.surface_flinger.color_space_agnostic_dataspace u:object_r:exported_default_prop:s0 exact int
|
||||
|
|
Loading…
Reference in a new issue