Commit 360d1b65 authored by Ian Chen's avatar Ian Chen Committed by Alex Deucher
Browse files

drm/amd/display: Extend dmub_cmd_psr_copy_settings_data struct



Reserve padding bytes for new feature implementation

Acked-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarIan Chen <ian.chen@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 46ddb896
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1409,6 +1409,10 @@ struct dmub_cmd_psr_copy_settings_data {
	 * Currently the support is only for 0 or 1
	 */
	uint8_t panel_inst;
	/**
	 * Explicit padding to 4 byte boundary.
	 */
	uint8_t pad3[4];
};

/**