drm/amd/display: [FW Promotion] Release 0.0.190.0
authorAnthony Koo <anthony.koo@amd.com>
Sat, 21 Oct 2023 07:51:08 +0000 (03:51 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Nov 2023 17:03:29 +0000 (12:03 -0500)
 - Increase number of bits for IPS boot option

Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Acked-by: Hersen Wu <hersenxs.wu@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 98ce036368d5151d98a6a02c9580fbe6a9b3faff..ed4379c047151a14d2d70cc00ba0c6656ad12573 100644 (file)
@@ -658,8 +658,8 @@ union dmub_fw_boot_options {
                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*/
-               uint32_t ips_disable: 2; /* options to disable ips support*/
-               uint32_t reserved : 10; /**< reserved */
+               uint32_t ips_disable: 3; /* options to disable ips support*/
+               uint32_t reserved : 9; /**< reserved */
        } bits; /**< boot bits */
        uint32_t all; /**< 32-bit access to bits */
 };