OMAPDSS: DISPC: Pass overlay caps as a parameter to dispc plane functions
authorArchit Taneja <archit@ti.com>
Wed, 26 Sep 2012 11:25:27 +0000 (16:55 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 11:58:49 +0000 (14:58 +0300)
commit5b54ed3ec36ddc8ac25aff9233c7d3fb3e2b629a
tree31cd54f2e4c2bab238669cf9d10e4a8af196d846
parent78b687fc4ffa27d48c793f9669d53a6f4351e239
OMAPDSS: DISPC: Pass overlay caps as a parameter to dispc plane functions

Currently, the functions below take the omap_plane parameter and derive the
overlay caps within them. Pass the overlay caps as a parameter to the function
to allow these to be used by writeback too.

- dispc_ovl_set_zorder()
- dispc_ovl_set_pre_mult_alpha()
- dispc_ovl_setup_global_alpha()
- dispc_ovl_calc_scaling()
- dispc_ovl_setup()

These functions will be used for writeback later, and the caps will help in
deciding if they are to be used for writeback or not. This allows reuse of
overlay caps for writeback.

Using omap_overlay_caps for writeback seems a bit incorrect, but caps is
something already in use by users of OMAPDSS(omapfb/omap_vout), so we use
overlay caps for overlay like features of writeback too.

Signed-off-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dispc.c
This page took 0.028253 seconds and 5 git commands to generate.