summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reg.h
diff options
context:
space:
mode:
authorJesse Barnes2011-10-10 23:28:52 +0200
committerKeith Packard2011-10-21 00:26:41 +0200
commitc4f9c4c2b3f1831e932e04db992cf6fe92c2a95a (patch)
tree1c37fdd843f64122b121833c565735b69ebe4fb9 /drivers/gpu/drm/i915/i915_reg.h
parentdrm/i915: Use PIPE_CONTROL for flushing on gen6+. (diff)
downloadkernel-qcow2-linux-c4f9c4c2b3f1831e932e04db992cf6fe92c2a95a.tar.gz
kernel-qcow2-linux-c4f9c4c2b3f1831e932e04db992cf6fe92c2a95a.tar.xz
kernel-qcow2-linux-c4f9c4c2b3f1831e932e04db992cf6fe92c2a95a.zip
drm/i915: always set FDI composite sync bit
It's needed for 3 pipe support as well as just regular functionality (e.g. DisplayPort). Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Tested-by: Adam Jackson <ajax@redhat.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r--drivers/gpu/drm/i915/i915_reg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 6f6eed169630..d8bf9cf348ec 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -3189,6 +3189,7 @@
#define FDI_LINK_TRAIN_NONE_IVB (3<<8)
/* both Tx and Rx */
+#define FDI_COMPOSITE_SYNC (1<<11)
#define FDI_LINK_TRAIN_AUTO (1<<10)
#define FDI_SCRAMBLING_ENABLE (0<<7)
#define FDI_SCRAMBLING_DISABLE (1<<7)