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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index eba35bcca2ac..8bcc5e2313f5 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -807,6 +807,17 @@ enum punit_power_well {
807#define _TXLANE(ch, lane, offset) ((ch ? 0x2400 : 0) + \ 807#define _TXLANE(ch, lane, offset) ((ch ? 0x2400 : 0) + \
808 (lane) * 0x200 + (offset)) 808 (lane) * 0x200 + (offset))
809 809
810#define CHV_TX_DW0(ch, lane) _TXLANE(ch, lane, 0x80)
811#define CHV_TX_DW1(ch, lane) _TXLANE(ch, lane, 0x84)
812#define CHV_TX_DW2(ch, lane) _TXLANE(ch, lane, 0x88)
813#define CHV_TX_DW3(ch, lane) _TXLANE(ch, lane, 0x8c)
814#define CHV_TX_DW4(ch, lane) _TXLANE(ch, lane, 0x90)
815#define CHV_TX_DW5(ch, lane) _TXLANE(ch, lane, 0x94)
816#define CHV_TX_DW6(ch, lane) _TXLANE(ch, lane, 0x98)
817#define CHV_TX_DW7(ch, lane) _TXLANE(ch, lane, 0x9c)
818#define CHV_TX_DW8(ch, lane) _TXLANE(ch, lane, 0xa0)
819#define CHV_TX_DW9(ch, lane) _TXLANE(ch, lane, 0xa4)
820#define CHV_TX_DW10(ch, lane) _TXLANE(ch, lane, 0xa8)
810#define CHV_TX_DW11(ch, lane) _TXLANE(ch, lane, 0xac) 821#define CHV_TX_DW11(ch, lane) _TXLANE(ch, lane, 0xac)
811#define DPIO_FRC_LATENCY_SHFIT 8 822#define DPIO_FRC_LATENCY_SHFIT 8
812#define CHV_TX_DW14(ch, lane) _TXLANE(ch, lane, 0xb8) 823#define CHV_TX_DW14(ch, lane) _TXLANE(ch, lane, 0xb8)