diff options
author | Peiyong Lin <lpy@google.com> | 2018-08-22 18:01:07 -0700 |
---|---|---|
committer | Peiyong Lin <lpy@google.com> | 2018-08-22 18:20:58 -0700 |
commit | 52a7c69abf2f00d4c9ff41cf59181cb478cbb534 (patch) | |
tree | cce403f7f5d9b1875f313fceef9347b6b03c9500 | |
parent | 6b4eb0e4bd9e83dab1f9dcbc2dc4d0eaf170db95 (diff) |
[ConfigStore] Clarify hasHDRDisplay spec.
BUG: 111505327
Test: Build, flash and boot
Change-Id: Ie22d4c7b069a918f039a60317a213dc6a7efb205
Merged-In: Ie22d4c7b069a918f039a60317a213dc6a7efb205
-rw-r--r-- | configstore/1.0/ISurfaceFlingerConfigs.hal | 11 | ||||
-rw-r--r-- | current.txt | 1 |
2 files changed, 9 insertions, 3 deletions
diff --git a/configstore/1.0/ISurfaceFlingerConfigs.hal b/configstore/1.0/ISurfaceFlingerConfigs.hal index 5f975bd7dc..1de7570bd2 100644 --- a/configstore/1.0/ISurfaceFlingerConfigs.hal +++ b/configstore/1.0/ISurfaceFlingerConfigs.hal @@ -61,11 +61,16 @@ interface ISurfaceFlingerConfigs { hasWideColorDisplay() generates (OptionalBool value); /** - * hwHdrDisplay indicates that the device has - * or can support an HDR (High Dynamic Range) display. - * Typically an HDR display is also wide-color. + * hwHDRDisplay indicates that the device has an High Dynamic Range display. + * A display is considered High Dynamic Range if it + * + * 1. is a wide color gamut display, typically DCI-P3 or lager + * 2. has high luminance capability, typically 540 nits or higher at 10% OPR + * * Indicate support for this feature by setting * TARGET_HAS_HDR_DISPLAY to true in BoardConfig.mk + * TARGET_HAS_WIDE_COLOR_DISPLAY must be set to true when + * TARGET_HAS_HDR_DISPLAY is true. */ hasHDRDisplay() generates (OptionalBool value); diff --git a/current.txt b/current.txt index 267f6b0309..af7014719a 100644 --- a/current.txt +++ b/current.txt @@ -385,6 +385,7 @@ cd4330c3196bda1d642a32abfe23a7d64ebfbda721940643af6867af3b3f0aa9 android.hardwar 10ff2fae516346b86121368ce5790d5accdfcb73983246b813f3d488b66db45a android.hardware.wifi.supplicant@1.1::ISupplicantStaNetwork # ABI preserving changes to HALs during Android Q +da33234403ff5d60f3473711917b9948e6484a4260b5247acdafb111193a9de2 android.hardware.configstore@1.0::ISurfaceFlingerConfigs 574e8f1499436fb4075894dcae0b36682427956ecb114f17f1fe22d116a83c6b android.hardware.neuralnetworks@1.0::IPreparedModel 1a5ae9793223658174258b523763c557abad6fb917df0b8e3cc097fc89035811 android.hardware.neuralnetworks@1.0::types 4310eb8272f085914952f3bfb73a8f8bb477a80e8b93596f0ea5acb58546b66d android.hardware.neuralnetworks@1.1::types |