From: Yuanhan Liu Date: Thu, 6 Jan 2011 10:26:08 +0000 (+0800) Subject: drm/i915: fix calculation of eDP signal levels on Sandybridge X-Git-Tag: v2.6.37.1~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf83d4ebcf7819cfe8c58774afee79462a25a8f;p=pandora-kernel.git drm/i915: fix calculation of eDP signal levels on Sandybridge commit 3c5a62b5226ca5db993660281e9c2a7275d9fb02 upstream. Some voltage swing/pre-emphasis level use the same value on eDP Sandybridge, like 400mv_0db and 600mv_0db are with the same value of (0x0 << 22). So, fix them, and point out the value if it isn't a supported voltage swing/pre-emphasis level. Signed-off-by: Yuanhan Liu Signed-off-by: Chris Wilson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed