Commit a6def445 authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher
Browse files

drm/amd/display: Update include to bring in line with internal tree

parent f6baff4d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
#include "ipp.h"
#include "mpc.h"
#include "reg_helper.h"
#include "custom_float.h"

#define CTX \
	hws->ctx
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@
/* DCN1_0 */
#define INTERNAL_REV_RAVEN_A0             0x00    /* First spin of Raven */
#define RAVEN_A0 0x01
#define RAVEN_B0 0x21
#define RAVEN_UNKNOWN 0xFF

#define ASIC_REV_IS_RAVEN(eChipRev) ((eChipRev >= RAVEN_A0) && eChipRev < RAVEN_UNKNOWN)