File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
drivers/gpu/drm/amd/display/dmub/inc Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 47
47
48
48
/* Firmware versioning. */
49
49
#ifdef DMUB_EXPOSE_VERSION
50
- #define DMUB_FW_VERSION_GIT_HASH 0x992f4893d
50
+ #define DMUB_FW_VERSION_GIT_HASH 0xeb3203315
51
51
#define DMUB_FW_VERSION_MAJOR 0
52
52
#define DMUB_FW_VERSION_MINOR 0
53
- #define DMUB_FW_VERSION_REVISION 66
53
+ #define DMUB_FW_VERSION_REVISION 68
54
54
#define DMUB_FW_VERSION_TEST 0
55
55
#define DMUB_FW_VERSION_VBIOS 0
56
56
#define DMUB_FW_VERSION_HOTFIX 0
117
117
/* Maximum number of planes on any ASIC. */
118
118
#define DMUB_MAX_PLANES 6
119
119
120
- #define DMUB_MAX_SUBVP_STREAMS 2
121
-
122
120
/* Trace buffer offset for entry */
123
121
#define TRACE_BUFFER_ENTRY_OFFSET 16
124
122
@@ -1420,7 +1418,7 @@ struct dmub_cmd_psr_set_level_data {
1420
1418
* 16-bit value dicated by driver that will enable/disable different functionality.
1421
1419
*/
1422
1420
uint16_t psr_level ;
1423
- /**
1421
+ /**
1424
1422
* PSR control version.
1425
1423
*/
1426
1424
uint8_t cmd_version ;
@@ -1617,7 +1615,6 @@ enum hw_lock_client {
1617
1615
* Driver is the client of HW Lock Manager.
1618
1616
*/
1619
1617
HW_LOCK_CLIENT_DRIVER = 0 ,
1620
- HW_LOCK_CLIENT_SUBVP = 3 ,
1621
1618
/**
1622
1619
* Invalid client.
1623
1620
*/
You can’t perform that action at this time.
0 commit comments