Commit 7fcb910c authored by Anthony Koo's avatar Anthony Koo Committed by Alex Deucher

drm/amd/display: [FW Promotion] Release 0.0.68

Signed-off-by: default avatarAnthony Koo <Anthony.Koo@amd.com>
Acked-by: default avatarStylon Wang <stylon.wang@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 136e55e7
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
/* Firmware versioning. */ /* Firmware versioning. */
#ifdef DMUB_EXPOSE_VERSION #ifdef DMUB_EXPOSE_VERSION
#define DMUB_FW_VERSION_GIT_HASH 0x992f4893d #define DMUB_FW_VERSION_GIT_HASH 0xeb3203315
#define DMUB_FW_VERSION_MAJOR 0 #define DMUB_FW_VERSION_MAJOR 0
#define DMUB_FW_VERSION_MINOR 0 #define DMUB_FW_VERSION_MINOR 0
#define DMUB_FW_VERSION_REVISION 66 #define DMUB_FW_VERSION_REVISION 68
#define DMUB_FW_VERSION_TEST 0 #define DMUB_FW_VERSION_TEST 0
#define DMUB_FW_VERSION_VBIOS 0 #define DMUB_FW_VERSION_VBIOS 0
#define DMUB_FW_VERSION_HOTFIX 0 #define DMUB_FW_VERSION_HOTFIX 0
...@@ -117,8 +117,6 @@ ...@@ -117,8 +117,6 @@
/* Maximum number of planes on any ASIC. */ /* Maximum number of planes on any ASIC. */
#define DMUB_MAX_PLANES 6 #define DMUB_MAX_PLANES 6
#define DMUB_MAX_SUBVP_STREAMS 2
/* Trace buffer offset for entry */ /* Trace buffer offset for entry */
#define TRACE_BUFFER_ENTRY_OFFSET 16 #define TRACE_BUFFER_ENTRY_OFFSET 16
...@@ -1617,7 +1615,6 @@ enum hw_lock_client { ...@@ -1617,7 +1615,6 @@ enum hw_lock_client {
* Driver is the client of HW Lock Manager. * Driver is the client of HW Lock Manager.
*/ */
HW_LOCK_CLIENT_DRIVER = 0, HW_LOCK_CLIENT_DRIVER = 0,
HW_LOCK_CLIENT_SUBVP = 3,
/** /**
* Invalid client. * Invalid client.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment