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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 97fbd9d1823..0760425c892 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -4534,6 +4534,10 @@
4534#define SBI_ADDR 0xC6000 4534#define SBI_ADDR 0xC6000
4535#define SBI_DATA 0xC6004 4535#define SBI_DATA 0xC6004
4536#define SBI_CTL_STAT 0xC6008 4536#define SBI_CTL_STAT 0xC6008
4537#define SBI_CTL_DEST_ICLK (0x0<<16)
4538#define SBI_CTL_DEST_MPHY (0x1<<16)
4539#define SBI_CTL_OP_IORD (0x2<<8)
4540#define SBI_CTL_OP_IOWR (0x3<<8)
4537#define SBI_CTL_OP_CRRD (0x6<<8) 4541#define SBI_CTL_OP_CRRD (0x6<<8)
4538#define SBI_CTL_OP_CRWR (0x7<<8) 4542#define SBI_CTL_OP_CRWR (0x7<<8)
4539#define SBI_RESPONSE_FAIL (0x1<<1) 4543#define SBI_RESPONSE_FAIL (0x1<<1)