mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user