]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
OMAPDSS: Fix de_level in videomode_to_omap_video_timings()
authorRoel Kluin <roel.kluin@gmail.com>
Sun, 13 Oct 2013 22:44:33 +0000 (00:44 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 18 Oct 2013 07:57:43 +0000 (10:57 +0300)
commit9b842a470ad2853049d8ddf97285debfc490041b
tree2547af1a97b8a877c4560f729dd40f172ece0e23
parent718b90ac4c21c81f42b6db062ca0867f3cac7648
OMAPDSS: Fix de_level in videomode_to_omap_video_timings()

In videomode_to_omap_video_timings, de_level is always set to HIGH
regardless of what the vm->flags says. Fix this to set it to high or low
according to vm->flags.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
[tomi.valkeinen@ti.com: rewrote the desc]
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/display.c