From: Anthony Koo Date: Sun, 22 May 2022 16:03:35 +0000 (-0400) Subject: drm/amd/display: [FW Promotion] Release 0.0.119.0 X-Git-Tag: block-6.0-2022-08-12~28^2~16^2~201 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=874714feff3128dc691fc309ee8b9d479f541aa6;p=linux-block.git drm/amd/display: [FW Promotion] Release 0.0.119.0 Reviewed-by: Aric Cyr Acked-by: Hamza Mahfooz Signed-off-by: Anthony Koo Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- 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 f6ad1b8c7034..bf6f017858a6 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -1427,6 +1427,7 @@ struct dmub_rb_cmd_dp_set_config_reply { struct dmub_cmd_hpd_state_query_data { uint8_t instance; /**< HPD instance or DPIA instance */ uint8_t result; /**< For returning HPD state */ + uint16_t pad; /** < Alignment */ enum aux_channel_type ch_type; /**< enum aux_channel_type */ enum aux_return_code_type status; /**< for returning the status of command */ };