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

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

parent 136e55e7
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -47,10 +47,10 @@

/* Firmware versioning. */
#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_MINOR 0
#define DMUB_FW_VERSION_REVISION 66
#define DMUB_FW_VERSION_REVISION 68
#define DMUB_FW_VERSION_TEST 0
#define DMUB_FW_VERSION_VBIOS 0
#define DMUB_FW_VERSION_HOTFIX 0
@@ -117,8 +117,6 @@
/* Maximum number of planes on any ASIC. */
#define DMUB_MAX_PLANES 6

#define DMUB_MAX_SUBVP_STREAMS 2

/* Trace buffer offset for entry */
#define TRACE_BUFFER_ENTRY_OFFSET  16

@@ -1617,7 +1615,6 @@ enum hw_lock_client {
	 * Driver is the client of HW Lock Manager.
	 */
	HW_LOCK_CLIENT_DRIVER = 0,
	HW_LOCK_CLIENT_SUBVP = 3,
	/**
	 * Invalid client.
	 */