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

- 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>
This commit is contained in:
Anthony Koo
2023-08-19 12:02:25 -04:00
committed by Alex Deucher
parent 2aa4c11f7d
commit 74875440eb

View 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 {