]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: remove dssdev uses in trivial cases
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 10 May 2013 12:27:07 +0000 (15:27 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 17 Jun 2013 11:00:48 +0000 (14:00 +0300)
commit15eb0be4edc3580dda7bae691b778ae632a3b1b2
tree95121c4ec40eea28745d01cf24be644d194d34e9
parent81844e47b820595998d593f0e7386ab02bfcbb9e
OMAPDSS: remove dssdev uses in trivial cases

In the future the "dssdev" parameter passed to output drivers will
change its meaning. Instead of being a pointer to the panel device, it's
a pointer to the output instance.

To make the transition easier, some of the uses for this dssdev
parameter can be easily removed.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/rfbi.c
drivers/video/omap2/dss/sdi.c
drivers/video/omap2/dss/venc.c