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

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

 - Add control flag for IPS residency profiling
Reviewed-by: default avatarTom Chung <chiahsuan.chung@amd.com>
Acked-by: default avatarTom Chung <chiahsuan.chung@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 b26b943a
......@@ -408,7 +408,13 @@ union replay_debug_flags {
*/
uint32_t enable_ips_visual_confirm : 1;
uint32_t reserved : 21;
/**
* 0x800 (bit 11)
* @enable_ips_residency_profiling: Enable IPS residency profiling
*/
uint32_t enable_ips_residency_profiling : 1;
uint32_t reserved : 20;
} 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