]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/tilcdc: Remove unnecessary pm_runtime_get() and *_put() calls
authorJyri Sarha <jsarha@ti.com>
Wed, 22 Jun 2016 14:26:46 +0000 (17:26 +0300)
committerJyri Sarha <jsarha@ti.com>
Mon, 8 Aug 2016 20:05:18 +0000 (23:05 +0300)
commitd81b7f34034034e17409809a71d013ae314ae81c
tree6d897c9ee1f5de2af92ddf1ad8f98cd3fc981a76
parent47bfd6c01efe639d4c44b1e3fce3816d36b23d46
drm/tilcdc: Remove unnecessary pm_runtime_get() and *_put() calls

Remove unnecessary pm_runtime_get() and *_put() calls from commit
phase callbacks. Those calls are not needed since we have the whole
commit phase between pm_runtime_get_sync() and pm_runtime_put_sync().

Signed-off-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c