diff options
author | Anthony Koo <[email protected]> | 2022-03-10 17:20:44 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-03-15 14:42:07 -0400 |
commit | cfe7c679412f14811cb3c4119c8025cb97564c48 (patch) | |
tree | 73207a4212ed6486bec703412e8978623ad0a6de | |
parent | a91b402d50072e4801b231925f33574f90e562ce (diff) |
drm/amd/display: [FW Promotion] Release 0.0.108.0
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Agustin Gutierrez <[email protected]>
Signed-off-by: Anthony Koo <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 294717e09abf..71214c7a60fc 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -46,10 +46,10 @@ /* Firmware versioning. */ #ifdef DMUB_EXPOSE_VERSION -#define DMUB_FW_VERSION_GIT_HASH 0xb6b77696 +#define DMUB_FW_VERSION_GIT_HASH 0x929554ba #define DMUB_FW_VERSION_MAJOR 0 #define DMUB_FW_VERSION_MINOR 0 -#define DMUB_FW_VERSION_REVISION 107 +#define DMUB_FW_VERSION_REVISION 108 #define DMUB_FW_VERSION_TEST 0 #define DMUB_FW_VERSION_VBIOS 0 #define DMUB_FW_VERSION_HOTFIX 0 |