Commit 278d3de6 authored by Alvin Lee's avatar Alvin Lee Committed by Alex Deucher
Browse files

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: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: default avatarSung Lee <Sung.Lee@amd.com>
Acked-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlvin Lee <Alvin.Lee2@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0ba4a784
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 {