diff options
author | Anthony Koo <anthony.koo@amd.com> | 2024-04-13 23:50:03 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-04-30 09:51:14 -0400 |
commit | b0ce597bbf223cfe07524b86eba4f9a057aa1ac6 (patch) | |
tree | e1397ebd7204d5a5275f7a6db3201f2fc0568009 /drivers/gpu/drm/amd/display/dmub/inc | |
parent | d22c0756768f30025061803ecb64597c4b9847f3 (diff) | |
download | linux-b0ce597bbf223cfe07524b86eba4f9a057aa1ac6.tar.gz linux-b0ce597bbf223cfe07524b86eba4f9a057aa1ac6.tar.bz2 linux-b0ce597bbf223cfe07524b86eba4f9a057aa1ac6.zip |
drm/amd/display: [FW Promotion] Release 0.0.214.0
- Adjust the dmub_fw_boot_options reserved bits to be correct
Acked-by: Aurabindo Pillai <aurabindo.pillai@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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub/inc')
-rw-r--r-- | drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 bb4aed329393..7a0574e6c129 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -655,7 +655,7 @@ union dmub_fw_boot_options { uint32_t ips_pg_disable: 1; /* 1 to disable ONO domains power gating*/ uint32_t ips_disable: 3; /* options to disable ips support*/ uint32_t ips_sequential_ono: 1; /**< 1 to enable sequential ONO IPS sequence */ - uint32_t reserved : 9; /**< reserved */ + uint32_t reserved : 8; /**< reserved */ } bits; /**< boot bits */ uint32_t all; /**< 32-bit access to bits */ }; |