Skip to content

Commit 27dcb8f

Browse files
anthony-koo2alexdeucher
authored andcommitted
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: Hamza Mahfooz <[email protected]> Signed-off-by: Anthony Koo <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent db39d57 commit 27dcb8f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ union abm_flags {
208208
* @abm_new_frame: Indicates if a new frame update needed for ABM to ramp up into steady
209209
*/
210210
unsigned int abm_new_frame : 1;
211+
212+
/**
213+
* @vb_scaling_enabled: Indicates variBright Scaling Enable
214+
*/
215+
unsigned int vb_scaling_enabled : 1;
211216
} bitfields;
212217

213218
unsigned int u32All;
@@ -2796,9 +2801,9 @@ struct dmub_cmd_psr_copy_settings_data {
27962801
*/
27972802
uint8_t relock_delay_frame_cnt;
27982803
/**
2799-
* Explicit padding to 4 byte boundary.
2804+
* esd recovery indicate.
28002805
*/
2801-
uint8_t pad3;
2806+
uint8_t esd_recovery;
28022807
/**
28032808
* DSC Slice height.
28042809
*/

0 commit comments

Comments
 (0)