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

- Add control flag for IPS residency profiling

Reviewed-by: Tom Chung <chiahsuan.chung@amd.com>
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Anthony Koo <anthony.koo@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Anthony Koo
2024-01-20 20:54:33 -05:00
committed by Alex Deucher
parent b26b943a8d
commit e8911e0a53
@@ -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;