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

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
...@@ -1409,6 +1409,10 @@ struct dmub_cmd_psr_copy_settings_data { ...@@ -1409,6 +1409,10 @@ struct dmub_cmd_psr_copy_settings_data {
* Currently the support is only for 0 or 1 * Currently the support is only for 0 or 1
*/ */
uint8_t panel_inst; uint8_t panel_inst;
/**
* Explicit padding to 4 byte boundary.
*/
uint8_t pad3[4];
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment