diff options
| author | Anthony Koo <[email protected]> | 2022-02-26 21:25:22 -0500 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-03-15 14:25:16 -0400 |
| commit | 6e899860f557fc60135506242cc3fb705e64b718 (patch) | |
| tree | df5beb94e926dd9cddaeb938df6b2f0d491b6923 /drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | |
| parent | e7145aaedd55b19ae4e8bd25cbd4ef8f415b6b89 (diff) | |
drm/amd/display: [FW Promotion] Release 0.0.107.0
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Alan Liu <[email protected]>
Signed-off-by: Anthony Koo <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h')
| -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 01b597d021fd..8521508af755 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 0x082bd4c8 +#define DMUB_FW_VERSION_GIT_HASH 0xb6b77696 #define DMUB_FW_VERSION_MAJOR 0 #define DMUB_FW_VERSION_MINOR 0 -#define DMUB_FW_VERSION_REVISION 106 +#define DMUB_FW_VERSION_REVISION 107 #define DMUB_FW_VERSION_TEST 0 #define DMUB_FW_VERSION_VBIOS 0 #define DMUB_FW_VERSION_HOTFIX 0 |