summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeiyong Lin <lpy@google.com>2020-01-10 19:24:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-01-10 19:24:50 +0000
commitae5e8ab33e6fec50cba7af5b2acba913a29958c8 (patch)
tree65439ae8fa9e0bc0074df75bdeafb82af1a2cd19 /include
parent581c67326f3cb6a55dbfc1d8a4e9071669a90de5 (diff)
parentb923ad03cf324893f9a605298cce56e144c76e08 (diff)
downloadplatform_hardware_libhardware-ae5e8ab33e6fec50cba7af5b2acba913a29958c8.tar.gz
platform_hardware_libhardware-ae5e8ab33e6fec50cba7af5b2acba913a29958c8.tar.bz2
platform_hardware_libhardware-ae5e8ab33e6fec50cba7af5b2acba913a29958c8.zip
Merge "[composer] Make Auto low latency mode APIs optional."
Diffstat (limited to 'include')
-rw-r--r--include/hardware/hwcomposer2.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/hardware/hwcomposer2.h b/include/hardware/hwcomposer2.h
index 182b30cd..f9e5e1ff 100644
--- a/include/hardware/hwcomposer2.h
+++ b/include/hardware/hwcomposer2.h
@@ -2953,8 +2953,7 @@ typedef int32_t /*hwc2_error_t*/ (*HWC2_PFN_SET_ACTIVE_CONFIG_WITH_CONSTRAINTS)(
/* setAutoLowLatencyMode(displayToken, on)
* Descriptor: HWC2_FUNCTION_SET_AUTO_LOW_LATENCY_MODE
- * Required for HWC2 devices for composer 2.4, connected to a display via HDMI 2.1
- * Optional for internally connected devices and HDMI <2.1 display connections
+ * Optional for HWC2 devices
*
* setAutoLowLatencyMode requests that the display goes into low latency mode. If the display
* is connected via HDMI 2.1, then Auto Low Latency Mode should be triggered. If the display is
@@ -2972,7 +2971,7 @@ typedef int32_t /*hwc_error_t*/ (*HWC2_PFN_SET_AUTO_LOW_LATENCY_MODE)(hwc2_devic
/* getSupportedContentTypes(..., outSupportedContentTypes)
* Descriptor: HWC2_FUNCTION_GET_SUPPORTED_CONTENT_TYPES
- * Required for HWC2 devices for composer 2.4
+ * Optional for HWC2 devices
*
* getSupportedContentTypes returns a list of supported content types
* (as described in the definition of ContentType above).
@@ -2993,8 +2992,7 @@ typedef int32_t /*hwc_error_t*/ (*HWC2_PFN_GET_SUPPORTED_CONTENT_TYPES)(hwc2_dev
/* setContentType(displayToken, contentType)
* Descriptor: HWC2_FUNCTION_SET_CONTENT_TYPE
- * Required for HWC2 devices for composer 2.4
- * Optional for HWC2 devices for composer 2.1, 2.2, 2.3
+ * Optional for HWC2 devices
*
* setContentType instructs the display that the content being shown is of the given contentType
* (one of GRAPHICS, PHOTO, CINEMA, GAME).