]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm: fix EDID backward compat check
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 2 Apr 2009 21:56:24 +0000 (14:56 -0700)
committerDave Airlie <airlied@redhat.com>
Thu, 2 Apr 2009 23:21:46 +0000 (09:21 +1000)
commitb94ee6528954b6838e88aa8cf74ed75acf8dfcff
treead2c401b8878a367e3eb81d98cf1d42b86d81496
parent6714977b45279c3a0b0ec2bc937284d9f116752f
drm: fix EDID backward compat check

EDIDs should be backward compatible, so don't bail if we see a version
of 3 (which is out there now) and print a message if we see something
newer, but allow it to be parsed.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c