aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 3850b7b95167..10e71a9f8bd9 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -3221,11 +3221,14 @@
3221#define DE_PCH_EVENT_IVB (1<<28) 3221#define DE_PCH_EVENT_IVB (1<<28)
3222#define DE_DP_A_HOTPLUG_IVB (1<<27) 3222#define DE_DP_A_HOTPLUG_IVB (1<<27)
3223#define DE_AUX_CHANNEL_A_IVB (1<<26) 3223#define DE_AUX_CHANNEL_A_IVB (1<<26)
3224#define DE_SPRITEC_FLIP_DONE_IVB (1<<14)
3225#define DE_PLANEC_FLIP_DONE_IVB (1<<13)
3226#define DE_PIPEC_VBLANK_IVB (1<<10)
3224#define DE_SPRITEB_FLIP_DONE_IVB (1<<9) 3227#define DE_SPRITEB_FLIP_DONE_IVB (1<<9)
3225#define DE_SPRITEA_FLIP_DONE_IVB (1<<4)
3226#define DE_PLANEB_FLIP_DONE_IVB (1<<8) 3228#define DE_PLANEB_FLIP_DONE_IVB (1<<8)
3227#define DE_PLANEA_FLIP_DONE_IVB (1<<3)
3228#define DE_PIPEB_VBLANK_IVB (1<<5) 3229#define DE_PIPEB_VBLANK_IVB (1<<5)
3230#define DE_SPRITEA_FLIP_DONE_IVB (1<<4)
3231#define DE_PLANEA_FLIP_DONE_IVB (1<<3)
3229#define DE_PIPEA_VBLANK_IVB (1<<0) 3232#define DE_PIPEA_VBLANK_IVB (1<<0)
3230 3233
3231#define VLV_MASTER_IER 0x4400c /* Gunit master IER */ 3234#define VLV_MASTER_IER 0x4400c /* Gunit master IER */