]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
OMAPDSS: APPLY: add dss_apply_ovl_enable()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 16 Nov 2011 13:25:53 +0000 (15:25 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:50 +0000 (08:54 +0200)
commit841c09c7975c67fe7741564d98265de28a5764d0
treea697afd2e683f9ad686b3697ecc79ed5ea71370f
parentff4733dcf56480bebcd3801adde27213b893635d
OMAPDSS: APPLY: add dss_apply_ovl_enable()

Add a helper function dss_apply_ovl_enable(), which is similar to the
main apply() function: dss_apply_ovl_enable() applies the given overlay
enable-status to ovl_priv_data, and sets the dirty flag.

The difference between the helper function and the previous direct use
of the fields is that the helper function will not do anything if the
enable state is already the same as given in the parameter.

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