From: Jesse Barnes Date: Thu, 28 Jul 2011 19:55:14 +0000 (-0700) Subject: drm/i915: don't use uninitialized EDID bpc values when picking pipe bpp X-Git-Tag: v3.1-rc1~22^2~10^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ac41a6e443ef26b9de862c6e20c088e2b04dde;p=pandora-kernel.git drm/i915: don't use uninitialized EDID bpc values when picking pipe bpp The EDID parser will zero out the bpc value, and the driver needs to handle that case. In our picker, we'll just ignore 0 values as far as bpp picking goes. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=39323. Signed-off-by: Jesse Barnes Signed-off-by: Keith Packard --- Reading git-diff-tree failed