From: Anthony Koo Date: Sat, 6 Feb 2021 02:04:44 +0000 (-0500) Subject: drm/amd/display: [FW Promotion] Release 0.0.52 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e5e258180e436e0da21fd0e6d30abe8999b7204a;p=linux.git drm/amd/display: [FW Promotion] Release 0.0.52 [How] Add new aux cmd fields for acquire and release Signed-off-by: Anthony Koo Acked-by: Qingqing Zhuo 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 072b4e7e624b0..85d6a4849d3a3 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -47,10 +47,10 @@ /* Firmware versioning. */ #ifdef DMUB_EXPOSE_VERSION -#define DMUB_FW_VERSION_GIT_HASH 0x6444c02e7 +#define DMUB_FW_VERSION_GIT_HASH 0xb959929e3 #define DMUB_FW_VERSION_MAJOR 0 #define DMUB_FW_VERSION_MINOR 0 -#define DMUB_FW_VERSION_REVISION 51 +#define DMUB_FW_VERSION_REVISION 52 #define DMUB_FW_VERSION_TEST 0 #define DMUB_FW_VERSION_VBIOS 0 #define DMUB_FW_VERSION_HOTFIX 0 @@ -564,9 +564,11 @@ struct aux_transaction_parameters { }; struct dmub_cmd_dp_aux_control_data { - uint32_t handle; uint8_t instance; + uint8_t manual_acq_rel_enable; uint8_t sw_crc_enabled; + uint8_t pad; + uint16_t handle; uint16_t timeout; enum aux_channel_type type; struct aux_transaction_parameters dpaux;