display: Update O6R4 refresh rate limitations
Limit high brightness mode for HDR to 60Hz on both O6 and R4. Bug: 196691596 Change-Id: I2bebff0b5c0677e83a55168332bb2271a073bae1
This commit is contained in:
parent
ec055fe259
commit
2402decf7b
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 -->
|
<!-- default refresh rate in the high zone defined by birghtness and ambient thresholds -->
|
||||||
<integer name="config_fixedRefreshRateInHighZone">60</integer>
|
<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.
|
<!-- 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
|
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. -->
|
refresh rate equates to a 34 ms delay. -->
|
||||||
|
|
|
@ -99,6 +99,9 @@
|
||||||
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
|
<!-- default refresh rate in the zone defined by birghtness and ambient thresholds -->
|
||||||
<integer name="config_defaultRefreshRateInZone">120</integer>
|
<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.
|
<!-- 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:
|
The N entries of this array define N 1 zones as follows:
|
||||||
Zone 0: 0 <= LUX < array[0]
|
Zone 0: 0 <= LUX < array[0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue