aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 896946812e74..3540a06743ee 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -2773,13 +2773,13 @@
2773/* drain latency register values*/ 2773/* drain latency register values*/
2774#define DRAIN_LATENCY_PRECISION_32 32 2774#define DRAIN_LATENCY_PRECISION_32 32
2775#define DRAIN_LATENCY_PRECISION_16 16 2775#define DRAIN_LATENCY_PRECISION_16 16
2776#define VLV_DDL1 0x70050 2776#define VLV_DDL1 (VLV_DISPLAY_BASE + 0x70050)
2777#define DDL_CURSORA_PRECISION_32 (1<<31) 2777#define DDL_CURSORA_PRECISION_32 (1<<31)
2778#define DDL_CURSORA_PRECISION_16 (0<<31) 2778#define DDL_CURSORA_PRECISION_16 (0<<31)
2779#define DDL_CURSORA_SHIFT 24 2779#define DDL_CURSORA_SHIFT 24
2780#define DDL_PLANEA_PRECISION_32 (1<<7) 2780#define DDL_PLANEA_PRECISION_32 (1<<7)
2781#define DDL_PLANEA_PRECISION_16 (0<<7) 2781#define DDL_PLANEA_PRECISION_16 (0<<7)
2782#define VLV_DDL2 0x70054 2782#define VLV_DDL2 (VLV_DISPLAY_BASE + 0x70054)
2783#define DDL_CURSORB_PRECISION_32 (1<<31) 2783#define DDL_CURSORB_PRECISION_32 (1<<31)
2784#define DDL_CURSORB_PRECISION_16 (0<<31) 2784#define DDL_CURSORB_PRECISION_16 (0<<31)
2785#define DDL_CURSORB_SHIFT 24 2785#define DDL_CURSORB_SHIFT 24