mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amd/display: Update FW feature caps struct
Reorder FW feature caps struct variable order to ensure backwards compatability is maintained for older FW Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Sung Lee <Sung.Lee@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -257,8 +257,9 @@ struct dmub_feature_caps {
|
||||
*/
|
||||
uint8_t psr;
|
||||
uint8_t fw_assisted_mclk_switch;
|
||||
uint8_t reserved[4];
|
||||
uint8_t subvp_psr_support;
|
||||
uint8_t reserved[5];
|
||||
uint8_t gecc_enable;
|
||||
};
|
||||
|
||||
struct dmub_visual_confirm_color {
|
||||
|
||||
Reference in New Issue
Block a user