]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/amd/display: [FW Promotion] Release 0.0.197.0
authorAnthony Koo <anthony.koo@amd.com>
Sat, 9 Dec 2023 17:35:25 +0000 (12:35 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Dec 2023 19:59:03 +0000 (14:59 -0500)
 - Remove unused dmub_fw_boot_options flag

Acked-by: Wayne Lin <wayne.lin@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 3c092064c72eca4aad2b97403c47ca29c68ba757..c64b6c848ef7219e3ddc44da8d4e56763a9bf7f4 100644 (file)
@@ -653,7 +653,7 @@ union dmub_fw_boot_options {
                uint32_t gpint_scratch8: 1; /* 1 if GPINT is in scratch8*/
                uint32_t usb4_cm_version: 1; /**< 1 CM support */
                uint32_t dpia_hpd_int_enable_supported: 1; /* 1 if dpia hpd int enable supported */
-               uint32_t usb4_dpia_bw_alloc_supported: 1; /* 1 if USB4 dpia BW allocation supported */
+               uint32_t reserved0: 1;
                uint32_t disable_clk_ds: 1; /* 1 if disallow dispclk_ds and dppclk_ds*/
                uint32_t disable_timeout_recovery : 1; /* 1 if timeout recovery should be disabled */
                uint32_t ips_pg_disable: 1; /* 1 to disable ONO domains power gating*/