]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPDSS: DISPC: use dss_feat_get_num_ovls()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 15 Oct 2012 12:37:22 +0000 (15:37 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 29 Oct 2012 10:44:38 +0000 (12:44 +0200)
commit392faa0e1a8de2529183b62409f90997a2c80d3f
treedf2de08bfd0c9ab4a486b31fb2b562d08e50b015
parent5d89bcc341771d95e3a2996218e5949a6627f59e
OMAPDSS: DISPC: use dss_feat_get_num_ovls()

Use dss_feat_get_num_ovls() in dispc.c instead of
omap_dss_get_num_overlays() to remove the dependency to overlay.c. Note
that we still have uses of omap_dss_get_num_overlays() in dispc.c, but
these will be moved out in the future patches.

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