Commit a125206c authored by Anthony Koo's avatar Anthony Koo Committed by Alex Deucher

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

 - Add debug flag for Replay IPS visual confirm
 - Remove unused debug flags that should not
   be controlled inside Replay FSM
Acked-by: default avatarRoman Li <roman.li@amd.com>
Signed-off-by: default avatarAnthony Koo <anthony.koo@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f980579c
......@@ -403,17 +403,12 @@ union replay_debug_flags {
/**
* 0x400 (bit 10)
* @force_disable_ips1: Force disable IPS1 state
* @enable_ips_visual_confirm: Enable IPS visual confirm when entering IPS
* If we enter IPS2, the Visual confirm bar will change to yellow
*/
uint32_t force_disable_ips1 : 1;
uint32_t enable_ips_visual_confirm : 1;
/**
* 0x800 (bit 11)
* @force_disable_ips2: Force disable IPS2 state
*/
uint32_t force_disable_ips2 : 1;
uint32_t reserved : 20;
uint32_t reserved : 21;
} bitfields;
uint32_t u32All;
......
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