drm: Add 800x600 (SVGA) screen resolution to the built-in EDIDs
authorDaniel Thompson <daniel.thompson@linaro.org>
Fri, 23 May 2014 15:01:43 +0000 (16:01 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 26 May 2014 02:53:40 +0000 (12:53 +1000)
commit4cbe1bfa27dcc8e757c723f27e5a8e8b5fc32117
tree5a31eb5614a8f5562031f4be00de30e59520e97c
parent9a6594fc5241ad96cff727a134f336b1f1eaa0f7
drm: Add 800x600 (SVGA) screen resolution to the built-in EDIDs

The 800x600 (SVGA) screen resolution was lacking in the set of
built-in selectable EDID screen resolutions that can be used to
repair misbehaving monitor firmware.

This patch adds the related data set and expands the documentation.
Note that the SVGA bit occupies a different byte to all the existing
users of the established timing bits forcing a rework of the
ESTABLISHED_TIMINGS_BITS macro.

Tested new EDID on an aged (and misbehaving) industrial LCD panel;
existing EDIDs still pass edid-decode's checksum checks.

Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Carsten Emde <C.Emde@osadl.org>
Cc: linux-doc@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Documentation/EDID/1024x768.S
Documentation/EDID/1280x1024.S
Documentation/EDID/1600x1200.S
Documentation/EDID/1680x1050.S
Documentation/EDID/1920x1080.S
Documentation/EDID/800x600.S [new file with mode: 0644]
Documentation/EDID/HOWTO.txt
Documentation/EDID/edid.S
drivers/gpu/drm/drm_edid_load.c