From: Kyle McMartin Date: Wed, 25 Feb 2009 01:31:53 +0000 (-0500) Subject: drm: edid revision 0 is valid X-Git-Tag: v2.6.29-rc7~56^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61e7380b402a481ab1fa8027068a24918f701c8;p=pandora-kernel.git drm: edid revision 0 is valid edid->revision == 0 should be valid (at least, so the error message indicates. :) and wikipedia seems to indicate that EDID 1.0 existed. We can dump the entire check, since edid->revision is a u8, so it can't ever be less than 0. Marko reports in RH bz#476735 that his monitor claims to be EDID 1.0, and therefore hits the check and is stuck at 800x600 because of it. Reported-by: Marko Ristola Signed-off-by: Kyle McMartin Acked-by: Jesse Barnes Signed-off-by: Dave Airlie --- Reading git-diff-tree failed