]> git.karo-electronics.de Git - mv-sheeva.git/commit
fbdev: sh_mobile_hdmi: simplify the EDID reading procedure
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Fri, 3 Sep 2010 07:19:53 +0000 (07:19 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 14 Sep 2010 08:22:18 +0000 (17:22 +0900)
commit6ee4845270d9b1e7ea348f9e3b6347f54f986abb
tree6fe1ff937cd019341b95a480d64b6ee2f929ce58
parent14177a5e56904a584f3777f36b50c8d7bfde5810
fbdev: sh_mobile_hdmi: simplify the EDID reading procedure

The present SH-Mobile HDMI driver reads and parses the EDID block into a
variable screeninfo object, but since it is still unable to dynamically
reconfigure the framebuffer, it overwrites the EDID information with preset
values again. This patch just uses a temporary variable to store the EDID
timing information instead.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/sh_mobile_hdmi.c