]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'imx-drm-fixes-2017-11-30' of git://git.pengutronix.de/git/pza/linux into...
authorDave Airlie <airlied@redhat.com>
Thu, 30 Nov 2017 23:11:13 +0000 (09:11 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 30 Nov 2017 23:11:13 +0000 (09:11 +1000)
commit784fc2a0b1979ad364e6311b7cc6fc765a1addd7
tree252bb39fd26dd83af9e9c5e2cdc163425c714152
parentbfa4e54b922d5219ea783b937c494f8b8e58dbf7
parentd258023f9734fe5c7a10adbc00102ae7209e030d
Merge tag 'imx-drm-fixes-2017-11-30' of git://git.pengutronix.de/git/pza/linux into drm-fixes

drm/imx: fix commit_tail for new drm_atomic_helper_setup_commit

Since commit 910b7d1fabc3 ("drm/atomic: Check for busy planes/connectors before
setting the commit"), drm_atomic_helper_setup_commit expects that blocking
commits have completed flipping before the commit_tail returns. Add the missing
wait_for_flip_done to commit_tail to ensure this.

* tag 'imx-drm-fixes-2017-11-30' of git://git.pengutronix.de/git/pza/linux:
  drm/imx: always call wait_for_flip_done in commit_tail