From: Taimur Hassan <[email protected]>

Summary for changes in firmware:
* Use panel_inst instead of otg_inst when getting fw state
* Contrast strength improves when HDR desktop mode
* Ensure pipes have no outstanding HUBP requests prior to IPS RCG entry
* Check for vm request and vm idle status in IPS1/2 entry sequence

Reviewed-by: Aurabindo Pillai <[email protected]>
Signed-off-by: Taimur Hassan <[email protected]>
Signed-off-by: Fangzhi Zuo <[email protected]>
---
 drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h 
b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
index 067949d6eeb8..815b4ec82c11 100644
--- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
+++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
@@ -491,7 +491,13 @@ union replay_debug_flags {
                 */
                uint32_t debug_log_enabled : 1;
 
-               uint32_t reserved : 17;
+               /**
+                * 0x8000 (bit 15)
+                * @enable_sub_feature_visual_confirm: Enable Sub Feature 
Visual Confirm
+                */
+               uint32_t enable_sub_feature_visual_confirm : 1;
+
+               uint32_t reserved : 16;
        } bitfields;
 
        uint32_t u32All;
@@ -4363,6 +4369,7 @@ enum dmub_cmd_replay_general_subtype {
        REPLAY_GENERAL_CMD_DISABLED_DESYNC_ERROR_DETECTION,
        REPLAY_GENERAL_CMD_UPDATE_ERROR_STATUS,
        REPLAY_GENERAL_CMD_SET_LOW_RR_ACTIVATE,
+       REPLAY_GENERAL_CMD_VIDEO_CONFERENCING,
 };
 
 struct dmub_alpm_auxless_data {
-- 
2.43.0

Reply via email to