diff options
author | Anthony Koo <Anthony.Koo@amd.com> | 2020-06-01 23:39:52 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-07-01 07:59:24 +0200 |
commit | de7653fde0e771983a2c9b991255866a39d68473 (patch) | |
tree | 3e61d30a13868c365bfb155397e5382422ead99c /drivers/gpu/drm/amd/display/dmub | |
parent | drm/amd/display: Use dmub fw to lock pipe, cursor, dig (diff) | |
download | linux-de7653fde0e771983a2c9b991255866a39d68473.tar.xz linux-de7653fde0e771983a2c9b991255866a39d68473.zip |
drm/amd/display: [FW Promotion] Release 1.0.16
Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub')
-rw-r--r-- | drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 44f74047050a..ef9c116b790f 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -36,10 +36,10 @@ /* Firmware versioning. */ #ifdef DMUB_EXPOSE_VERSION -#define DMUB_FW_VERSION_GIT_HASH 0xee850bb2f +#define DMUB_FW_VERSION_GIT_HASH 0x703682cd7 #define DMUB_FW_VERSION_MAJOR 1 #define DMUB_FW_VERSION_MINOR 0 -#define DMUB_FW_VERSION_REVISION 15 +#define DMUB_FW_VERSION_REVISION 16 #define DMUB_FW_VERSION_UCODE ((DMUB_FW_VERSION_MAJOR << 24) | (DMUB_FW_VERSION_MINOR << 16) | DMUB_FW_VERSION_REVISION) #endif |