]> git.karo-electronics.de Git - linux-beck.git/commit
OMAPDSS: DISPC: remove struct omap_overlay use
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 15 Oct 2012 12:33:22 +0000 (15:33 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 18 Oct 2012 10:11:12 +0000 (13:11 +0300)
commit16bf20c79e684b2f3d589c72e16295b0c56d8798
treead4de3c896a2e9d33236be65147958477c3cbb00
parent881c98ff62e0106c3cf6aa521f7c8baf98ebb501
OMAPDSS: DISPC: remove struct omap_overlay use

dispc_ovl_setup() uses struct omap_overlay to get the caps for the
overlay. We can change the code to get the caps directly from dss
features, thus removing the dependency to struct omap_overlay.

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