summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2014-06-28 02:04:13 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-08 17:43:31 +0200
commit2ce147f36dc5a1f3b49abd8ce3164ad0f04ec863 (patch)
tree018ed5bf2709d0c125785cd0c9b98d7248d5a2fd /drivers/gpu/drm/i915/i915_reg.h
parent8258356537871cf579868002552a0ed1762b0487 (diff)
downloadtalos-op-linux-2ce147f36dc5a1f3b49abd8ce3164ad0f04ec863.tar.gz
talos-op-linux-2ce147f36dc5a1f3b49abd8ce3164ad0f04ec863.zip
drm/i915: Add chv port D TX wells
Add the TX wells for port D. The Punit subsystem numbers are a total guess at this time. Also I'm not sure these even exist. Certainly the Punit in current hardware doesn't deal with these. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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 9d54aee6f8c8..e01a1a0b9613 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -527,6 +527,10 @@ enum punit_power_well {
PUNIT_POWER_WELL_DPIO_RX0 = 10,
PUNIT_POWER_WELL_DPIO_RX1 = 11,
PUNIT_POWER_WELL_DPIO_CMN_D = 12,
+ /* FIXME: guesswork below */
+ PUNIT_POWER_WELL_DPIO_TX_D_LANES_01 = 13,
+ PUNIT_POWER_WELL_DPIO_TX_D_LANES_23 = 14,
+ PUNIT_POWER_WELL_DPIO_RX2 = 15,
PUNIT_POWER_WELL_NUM,
};
OpenPOWER on IntegriCloud