drm/imx: don't wait for vblank and stop calling cleanup_planes in commit_tail
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 24 Feb 2017 17:16:47 +0000 (18:16 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 15 Mar 2017 14:28:27 +0000 (15:28 +0100)
commitcf92fefd040e6117fbcd4ce2baa9c54ae515e0c6
tree6a6aaf531143b5d87daab71e5e486cbf4f0411fd
parentf9bb7acb9b19a40dbd9d1b89380335dc8e23925f
drm/imx: don't wait for vblank and stop calling cleanup_planes in commit_tail

drm_atomic_helper_cleanup_planes only calls the cleanup_fb plane
helpers, which we don't implement as a CMA framebuffer based driver.
There is no reason to wait for vblanks in commit_tail only to do nothing
afterwards.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
drivers/gpu/drm/imx/imx-drm-core.c