drm/amd/display: [FW Promotion] Release 0.0.202.0
authorAnthony Koo <anthony.koo@amd.com>
Sun, 21 Jan 2024 01:54:33 +0000 (20:54 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Jan 2024 20:46:40 +0000 (15:46 -0500)
 - 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>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index 49bc1e41ac67520d08b3dddd462328bb3a99162a..aaa211c828ede969ab27a5b68b224a5e05911d54 100644 (file)
@@ -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;