Commit a7e806de authored by Daniel Vetter's avatar Daniel Vetter

drm/i915: create VLV_DSIPLAY_BASE #define

Will be used more in the next patch.
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent e9808edd
...@@ -1031,7 +1031,7 @@ static bool IS_DISPLAYREG(u32 reg) ...@@ -1031,7 +1031,7 @@ static bool IS_DISPLAYREG(u32 reg)
* This should make it easier to transition modules over to the * This should make it easier to transition modules over to the
* new register block scheme, since we can do it incrementally. * new register block scheme, since we can do it incrementally.
*/ */
if (reg >= 0x180000) if (reg >= VLV_DISPLAY_BASE)
return false; return false;
if (reg >= RENDER_RING_BASE && if (reg >= RENDER_RING_BASE &&
......
...@@ -529,6 +529,8 @@ ...@@ -529,6 +529,8 @@
#define GFX_PSMI_GRANULARITY (1<<10) #define GFX_PSMI_GRANULARITY (1<<10)
#define GFX_PPGTT_ENABLE (1<<9) #define GFX_PPGTT_ENABLE (1<<9)
#define VLV_DISPLAY_BASE 0x180000
#define SCPD0 0x0209c /* 915+ only */ #define SCPD0 0x0209c /* 915+ only */
#define IER 0x020a0 #define IER 0x020a0
#define IIR 0x020a4 #define IIR 0x020a4
......
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