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

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

Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f6baff4d
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include "ipp.h" #include "ipp.h"
#include "mpc.h" #include "mpc.h"
#include "reg_helper.h" #include "reg_helper.h"
#include "custom_float.h"
#define CTX \ #define CTX \
hws->ctx hws->ctx
......
...@@ -112,6 +112,7 @@ ...@@ -112,6 +112,7 @@
/* DCN1_0 */ /* DCN1_0 */
#define INTERNAL_REV_RAVEN_A0 0x00 /* First spin of Raven */ #define INTERNAL_REV_RAVEN_A0 0x00 /* First spin of Raven */
#define RAVEN_A0 0x01 #define RAVEN_A0 0x01
#define RAVEN_B0 0x21
#define RAVEN_UNKNOWN 0xFF #define RAVEN_UNKNOWN 0xFF
#define ASIC_REV_IS_RAVEN(eChipRev) ((eChipRev >= RAVEN_A0) && eChipRev < RAVEN_UNKNOWN) #define ASIC_REV_IS_RAVEN(eChipRev) ((eChipRev >= RAVEN_A0) && eChipRev < RAVEN_UNKNOWN)
......
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