From: Adam Jackson Date: Mon, 16 Apr 2012 14:40:08 +0000 (-0400) Subject: drm/edid: Try harder to fix up base EDID blocks X-Git-Tag: v3.5-rc1~83^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f89ec8a456dde7f18a13de77b4d79e6b05ca7c84;p=pandora-kernel.git drm/edid: Try harder to fix up base EDID blocks Requiring the first byte of the EDID base block header to be 0 means we don't fix up as many transfer errors as we could. Instead have the callers specify whether it's meant to be block 0 or not, and conditionally run header fixup based on that. Bugzilla: https://bugzilla.redhat.com/812890 Signed-off-by: Adam Jackson Reviewed-by: Alex Deucher Reviewed-by: Chris Wilson Signed-off-by: Dave Airlie --- Reading git-diff-tree failed