commit | cf92fefd040e6117fbcd4ce2baa9c54ae515e0c6 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Fri Feb 24 18:16:47 2017 +0100 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Wed Mar 15 15:28:27 2017 +0100 |
tree | 6a6aaf531143b5d87daab71e5e486cbf4f0411fd | |
parent | f9bb7acb9b19a40dbd9d1b89380335dc8e23925f [diff] |
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>