From: Zhenyu Wang Date: Mon, 11 Jan 2010 21:38:31 +0000 (+0800) Subject: drm/i915: fix pixel color depth setting on eDP X-Git-Tag: v2.6.33-rc5~62^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885a5fb5b120a5c7e0b3baad7b0feb5a89f76c18;p=pandora-kernel.git drm/i915: fix pixel color depth setting on eDP Original DP mode_valid check didn't take pixel color depth into account, which made one 1600x900 eDP panel's mode check invalid because of overclock, but actually this 6bpc panel does can work with x1 lane at 2.7G. This one trys to take bpp value properly both in mode validation and mode setting. Signed-off-by: Zhenyu Wang Signed-off-by: Eric Anholt --- Reading git-diff-tree failed