From 7cbe78e3adc8e0c9d538e2933fe568e7014fe6f7 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Fri, 24 Jan 2014 01:47:52 +0000 Subject: drm/i915: ivb: fix edp voltage swing reg val From Imre Deak 0c08a4e4ed1f4441a1554e93b3202477997dc73a in ubuntu 3.8 77fa4cbd5fa389e28419bbe8ac491b5fdd54840d in mainline linux --- sys/dev/pci/drm/i915/i915_reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') 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) -- cgit v1.2.3