commit | 8f5a17d1e8b1bb646b99083b91359a0f23e67015 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@google.com> | Tue May 29 13:24:44 2018 -0700 |
committer | Chia-I Wu <olv@google.com> | Wed May 30 11:52:57 2018 -0700 |
tree | dccb8c30f2cd3e6f2078ec1578207855f187fce0 | |
parent | a12e7b7847958fd57144ea643fed971543dbf353 [diff] [blame] |
graphics: COLORIMETRIC is optional for HDR modes Bug: 80030364 Test: VTS Change-Id: I2180f18e8742850f728491887475f16b1cad4791 Merged-In: I2180f18e8742850f728491887475f16b1cad4791
diff --git a/graphics/composer/2.2/IComposerClient.hal b/graphics/composer/2.2/IComposerClient.hal index 2f0a3cc..d4a87e6 100644 --- a/graphics/composer/2.2/IComposerClient.hal +++ b/graphics/composer/2.2/IComposerClient.hal
@@ -355,7 +355,8 @@ * Returns the render intents supported by the specified display and color * mode. * - * RenderIntent::COLORIMETRIC is always supported. + * For SDR color modes, RenderIntent::COLORIMETRIC must be supported. For + * HDR color modes, RenderIntent::TONE_MAP_COLORIMETRIC must be supported. * * @param display is the display to query. * @param mode is the color mode to query.