]> xenbits.xensource.com Git - people/pauldu/linux.git/commitdiff
drm/amd/display: [FW Promotion] Release 0.0.181.0
authorAnthony Koo <anthony.koo@amd.com>
Sat, 19 Aug 2023 16:02:25 +0000 (12:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Sep 2023 21:14:43 +0000 (17:14 -0400)
 - Add new params to dmub_feature_caps for checking replay
   support in FW

Acked-by: Stylon Wang <stylon.wang@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 e2aebba29f682f12b2ccc7f48c02fbb9db4cd857..0367d0850495374c064f371177c4bfd395ec7191 100644 (file)
@@ -450,6 +450,8 @@ struct dmub_feature_caps {
        uint8_t reserved[4];
        uint8_t subvp_psr_support;
        uint8_t gecc_enable;
+       uint8_t replay_supported;
+       uint8_t replay_reserved[3];
 };
 
 struct dmub_visual_confirm_color {