summaryrefslogtreecommitdiffstats
path: root/config/sdm845.mk
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2018-04-27 19:17:09 -0400
committerNaseer Ahmed <naseer@codeaurora.org>2018-05-12 12:51:13 -0400
commit5a73a6ab8ba60bb2ccbef700ae7bc87b9175128d (patch)
tree804fbae2235912a12ab05474088408117b9ba7a8 /config/sdm845.mk
parent45c3dfc27d7b849678d9c1998d65282474ed3efe (diff)
downloadandroid_hardware_qcom_sdm710_display-5a73a6ab8ba60bb2ccbef700ae7bc87b9175128d.tar.gz
android_hardware_qcom_sdm710_display-5a73a6ab8ba60bb2ccbef700ae7bc87b9175128d.tar.bz2
android_hardware_qcom_sdm710_display-5a73a6ab8ba60bb2ccbef700ae7bc87b9175128d.zip
sdm: hwc2: Plumb render intent APIs
* Add support for color mode with render intents. * Remove transform hints as they are unused. * Add saturation matrix, read from a property by default. Change-Id: Ic8526854cbdcb8f6fe1f2b2b260b3999a5c4571a CRs-Fixed: 2235178
Diffstat (limited to 'config/sdm845.mk')
-rw-r--r--config/sdm845.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/config/sdm845.mk b/config/sdm845.mk
index 82d094eb..2a7ac5b6 100644
--- a/config/sdm845.mk
+++ b/config/sdm845.mk
@@ -34,8 +34,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.enable_hwc_vds=0 \
persist.demo.hdmirotationlock=false \
ro.vendor.display.cabl=2 \
- debug.sf.latch_unsignaled=1
-
-
-
+ debug.sf.latch_unsignaled=1 \
+ # This matrix should be in column major order, per SurfaceFlinger requirement
+ # 1.16868 -0.16868 0.00000
+ # -0.03155 1.03155 0.00000
+ # -0.01473 -0.05899 1.07372
+ vendor.display.dataspace_saturation_matrix=1.16868,-0.03155,-0.01473,-0.16868,1.03155,-0.05899,0.00000,0.00000,1.07372