]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
OMAPFB: find best mode from edid
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 25 Aug 2011 14:15:14 +0000 (17:15 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:17:23 +0000 (16:17 +0300)
commitdc891fab115380d9dfddcd252df45a941ff9cb4e
tree054f47c26b61bdad4a29d90ad1b2e23f99d5b7a0
parentfcca719430086fb64b3586582646579f8ffaf47c
OMAPFB: find best mode from edid

Use the new read_edid() function to get EDID information from the
display (when available), and use the information to use a suitable mode
at initialization time.

Hot-plug is not yet supported, so the timings selected at init time will
stay even if the monitor would be changed.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/omapfb/omapfb-main.c