display: Update O6R4 refresh rate limitations am: 1db3592cca am: 8cb0889e0f am: eb02bb648f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15938205 Change-Id: Id5f6a8bdaae20e85a8bf1736e7ecc9fd15f03f23
This commit is contained in:
commit
8e4d02fbbd
2 changed files with 6 additions and 0 deletions
|
@ -214,6 +214,9 @@
|
|||
<!-- default refresh rate in the high zone defined by birghtness and ambient thresholds -->
|
||||
<integer name="config_fixedRefreshRateInHighZone">60</integer>
|
||||
|
||||
<!-- Default refresh rate while the device has high brightness mode enabled for HDR. -->
|
||||
<integer name="config_defaultRefreshRateInHbmHdr">60</integer>
|
||||
|
||||
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
|
||||
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen
|
||||
refresh rate equates to a 34 ms delay. -->
|
||||
|
|
|
@ -99,6 +99,9 @@
|
|||
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
|
||||
<integer name="config_defaultRefreshRateInZone">120</integer>
|
||||
|
||||
<!-- Default refresh rate while the device has high brightness mode enabled for HDR. -->
|
||||
<integer name="config_defaultRefreshRateInHbmHdr">60</integer>
|
||||
|
||||
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
|
||||
The N entries of this array define N 1 zones as follows:
|
||||
Zone 0: 0 <= LUX < array[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue