drm/amd/display: [FW Promotion] Release 0.0.119.0
authorAnthony Koo <Anthony.Koo@amd.com>
Sun, 22 May 2022 16:03:35 +0000 (12:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jun 2022 20:09:57 +0000 (16:09 -0400)
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index f6ad1b8c7034fe23553ad505a4ddabcfb807d084..bf6f017858a688345ccb6199ab08947f020128af 100644 (file)
@@ -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 */
 };