OSDN Git Service

fbmon: fix EDID parser to detect interlace modes
authorJon Dufresne <jon.dufresne@gmail.com>
Thu, 16 Oct 2008 05:03:49 +0000 (22:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:44 +0000 (11:21 -0700)
commit1a3b09dc9aeaaab25ff736c2443df423a8fb655e
tree10fd0e86dfd9aabc6d74a20ef2eeed05c20dba68
parentc1fd1c0764e1a399ccb12e2d261603fe96d2e420
fbmon: fix EDID parser to detect interlace modes

The current EDID parser in the linux kernel ignores interlace modes.  The
patch looks for the edid interlace flag and adjusts the vertical
resolution if it is found.

Signed-off-by: Jon Dufresne <jon.dufresne@gmail.com>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/fbmon.c