diff options
| author | Anthony Koo <[email protected]> | 2021-10-31 12:25:16 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-11-22 14:45:01 -0500 |
| commit | 1f49355c4c5610b687cfa151ea29acb12e8bd72c (patch) | |
| tree | 8c8181bded9ba093199ce845aebb117f11a3c56d /drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | |
| parent | 21f45a2363bb0c96ca3e942d7207e7172514b5d2 (diff) | |
drm/amd/display: [FW Promotion] Release 0.0.92
Acked-by: Wayne Lin <[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 9946c13621ed..44b65d7b7cdb 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 0x1d82d23e +#define DMUB_FW_VERSION_GIT_HASH 0x058d3791 #define DMUB_FW_VERSION_MAJOR 0 #define DMUB_FW_VERSION_MINOR 0 -#define DMUB_FW_VERSION_REVISION 91 +#define DMUB_FW_VERSION_REVISION 92 #define DMUB_FW_VERSION_TEST 0 #define DMUB_FW_VERSION_VBIOS 0 #define DMUB_FW_VERSION_HOTFIX 0 |