Skip to content

Commit 15acb30

Browse files
Taimur Hassanalexdeucher
authored andcommitted
drm/amd/display: [FW Promotion] Release 0.1.42.0
Summary for changes in firmware: * Fix 24/30FPS full screen video low residency * Fix 60Hz video playback freeze * Add Panel Replay command for VESA replay Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com> Signed-off-by: Matthew Stewart <matthew.stewart2@amd.com> Tested-by: Dan Wheeler <daniel.wheeler@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 71573db commit 15acb30

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,10 @@ union dmub_fw_boot_options {
10911091
uint32_t lower_hbr3_phy_ssc: 1; /**< 1 to lower hbr3 phy ssc to 0.125 percent */
10921092
uint32_t override_hbr3_pll_vco: 1; /**< 1 to override the hbr3 pll vco to 0 */
10931093
uint32_t disable_dpia_bw_allocation: 1; /**< 1 to disable the USB4 DPIA BW allocation */
1094-
uint32_t reserved : 4; /**< reserved */
1094+
uint32_t bootcrc_en_at_preos: 1; /**< 1 to run the boot time crc during warm/cold boot*/
1095+
uint32_t bootcrc_en_at_S0i3: 1; /**< 1 to run the boot time crc during S0i3 boot*/
1096+
uint32_t bootcrc_boot_mode: 1; /**< 1 for S0i3 resume and 0 for Warm/cold boot*/
1097+
uint32_t reserved : 1; /**< reserved */
10951098
} bits; /**< boot bits */
10961099
uint32_t all; /**< 32-bit access to bits */
10971100
};
@@ -2638,7 +2641,7 @@ union dmub_fams2_global_feature_config {
26382641
uint32_t enable_visual_confirm: 1;
26392642
uint32_t allow_delay_check_mode: 2;
26402643
uint32_t legacy_method_no_fams2 : 1;
2641-
uint32_t reserved: 23;
2644+
uint32_t reserved : 23;
26422645
} bits;
26432646
uint32_t all;
26442647
};
@@ -4375,6 +4378,7 @@ enum dmub_cmd_replay_general_subtype {
43754378
REPLAY_GENERAL_CMD_UPDATE_ERROR_STATUS,
43764379
REPLAY_GENERAL_CMD_SET_LOW_RR_ACTIVATE,
43774380
REPLAY_GENERAL_CMD_VIDEO_CONFERENCING,
4381+
REPLAY_GENERAL_CMD_SET_CONTINUOUSLY_RESYNC,
43784382
};
43794383

43804384
struct dmub_alpm_auxless_data {

0 commit comments

Comments
 (0)