OMAPDSS: DPI: remove omap_dss_device uses
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 27 Nov 2012 14:41:16 +0000 (16:41 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:00 +0000 (15:19 +0300)
commit03a0d1e81bdb519aa5881487cc5f20ffb8906c59
tree3cce374f5b7257313c62418e480a42a1a863690e
parent4fdfdf062d896c0afa18aa2d977a933e38c7c96c
OMAPDSS: DPI: remove omap_dss_device uses

The role of struct omap_dss_device will change in the future. The exact
details of that are still a bit unclear. However, the less uses of
omap_dss_device we have, the easier the change is in the future.

This patch removes uses of omap_dss_device from dpi.c, where it can be
done neatly, by, for example, passing some lower level parameter in
function parameters.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dpi.c