Commit 27dcb8fb authored by Anthony Koo's avatar Anthony Koo Committed by Alex Deucher

drm/amd/display: [FW Promotion] Release 0.0.222.0

 - Add new condition for PSR exit due to ESD recovery
 - Add new VB scaling feature for ABM by interpolating between
   existing VB parameters, allowing driver to have fine grain
   scaled VB levels between 0 - 250
Acked-by: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: default avatarAnthony Koo <anthony.koo@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent db39d575
...@@ -208,6 +208,11 @@ union abm_flags { ...@@ -208,6 +208,11 @@ union abm_flags {
* @abm_new_frame: Indicates if a new frame update needed for ABM to ramp up into steady * @abm_new_frame: Indicates if a new frame update needed for ABM to ramp up into steady
*/ */
unsigned int abm_new_frame : 1; unsigned int abm_new_frame : 1;
/**
* @vb_scaling_enabled: Indicates variBright Scaling Enable
*/
unsigned int vb_scaling_enabled : 1;
} bitfields; } bitfields;
unsigned int u32All; unsigned int u32All;
...@@ -2796,9 +2801,9 @@ struct dmub_cmd_psr_copy_settings_data { ...@@ -2796,9 +2801,9 @@ struct dmub_cmd_psr_copy_settings_data {
*/ */
uint8_t relock_delay_frame_cnt; uint8_t relock_delay_frame_cnt;
/** /**
* Explicit padding to 4 byte boundary. * esd recovery indicate.
*/ */
uint8_t pad3; uint8_t esd_recovery;
/** /**
* DSC Slice height. * DSC Slice height.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment