Snap for 7779990 from 6ab17e665a9c51214dc31773761d0b0ef10af642 to tm-release
Change-Id: I696c292c537a2d35f9eac2f76f9267bf235897bf
This commit is contained in:
commit
ec68df2cff
4 changed files with 8 additions and 2 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]
|
||||||
|
|
|
@ -375,7 +375,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"CdevRequest": "tpu_cooling",
|
"CdevRequest": "tpu_cooling",
|
||||||
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
|
"LimitInfo": [0, 1, 2, 3, 4, 4, 4]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -375,7 +375,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"CdevRequest": "tpu_cooling",
|
"CdevRequest": "tpu_cooling",
|
||||||
"LimitInfo": [0, 2, 3, 4, 5, 5, 5]
|
"LimitInfo": [0, 1, 2, 3, 4, 4, 4]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue