summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-01-24 01:47:52 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-01-24 01:47:52 +0000
commit7cbe78e3adc8e0c9d538e2933fe568e7014fe6f7 (patch)
tree4e6c440dad04a535f8f0a130a974e6601f864517 /sys/dev
parent173fbc7305fa4138ad4290d08da9667d1ba83bd0 (diff)
drm/i915: ivb: fix edp voltage swing reg val
From Imre Deak 0c08a4e4ed1f4441a1554e93b3202477997dc73a in ubuntu 3.8 77fa4cbd5fa389e28419bbe8ac491b5fdd54840d in mainline linux
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/drm/i915/i915_reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/i915/i915_reg.h b/sys/dev/pci/drm/i915/i915_reg.h
index 112f411d534..817d72a9469 100644
--- a/sys/dev/pci/drm/i915/i915_reg.h
+++ b/sys/dev/pci/drm/i915/i915_reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: i915_reg.h,v 1.4 2013/11/11 02:59:01 jsg Exp $ */
+/* $OpenBSD: i915_reg.h,v 1.5 2014/01/24 01:47:51 jsg Exp $ */
/* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
* All Rights Reserved.
*
@@ -4151,7 +4151,7 @@
#define EDP_LINK_TRAIN_600MV_0DB_IVB (0x30 <<22)
#define EDP_LINK_TRAIN_600MV_3_5DB_IVB (0x36 <<22)
#define EDP_LINK_TRAIN_800MV_0DB_IVB (0x38 <<22)
-#define EDP_LINK_TRAIN_800MV_3_5DB_IVB (0x33 <<22)
+#define EDP_LINK_TRAIN_800MV_3_5DB_IVB (0x3e <<22)
/* legacy values */
#define EDP_LINK_TRAIN_500MV_0DB_IVB (0x00 <<22)