Skip to content

Commit 940c527

Browse files
anthony-koo2alexdeucher
authored andcommitted
drm/amd/display: [FW Promotion] Release 0.0.25
Signed-off-by: Anthony Koo <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent b4f71c8 commit 940c527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636

3737
/* Firmware versioning. */
3838
#ifdef DMUB_EXPOSE_VERSION
39-
#define DMUB_FW_VERSION_GIT_HASH 0xf675c6448
39+
#define DMUB_FW_VERSION_GIT_HASH 0xe6d590b09
4040
#define DMUB_FW_VERSION_MAJOR 0
4141
#define DMUB_FW_VERSION_MINOR 0
42-
#define DMUB_FW_VERSION_REVISION 24
42+
#define DMUB_FW_VERSION_REVISION 25
4343
#define DMUB_FW_VERSION_UCODE ((DMUB_FW_VERSION_MAJOR << 24) | (DMUB_FW_VERSION_MINOR << 16) | DMUB_FW_VERSION_REVISION)
4444
#endif
4545

0 commit comments

Comments
 (0)