]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0a4fa67fe6e1b36730dbfba7281ca20fa29bbf2
tree10fd0e86dfd9aabc6d74a20ef2eeed05c20dba68
parent678d490f666d3521ae99447947832fe401ef636b
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