]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: [FW Promotion] Release 0.1.35.0
authorTaimur Hassan <Syed.Hassan@amd.com>
Fri, 31 Oct 2025 23:00:47 +0000 (19:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Nov 2025 02:54:16 +0000 (21:54 -0500)
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 <aurabindo.pillai@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Fangzhi Zuo <jerry.zuo@amd.com>
Tested-by: Dan 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 e956722209baf3bb0a6e9d71f59fd581a25ab40d..377a449fbf8f3b3ff336867590c9af29288bfda9 100644 (file)
@@ -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 {