gpu: ipu-v3: Implement use counter for ipu_dc_enable(), ipu_dc_disable()
authorSteve Longerbeam <steve_longerbeam@mentor.com>
Mon, 26 Aug 2013 18:42:09 +0000 (11:42 -0700)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 6 Jan 2015 16:36:14 +0000 (17:36 +0100)
The functions ipu_dc_enable() and ipu_dc_disable() enable/disable the DC
globally in the IPU_CONF register, but the DC is used by multiple clients
on different DC channels. So make sure to only disable/enable the DC
globally based on a use counter.

Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

No differences found