mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
drm_atomic_helper_wait_for_vblanks will go away in the future.
The new drm_atomic_helper_setup_commit in 4.15 expects that blocking commits
have completed flipping before the commit_tail returns. This must be ensured
by calling wait_for_vblanks or wait_for_flip_done, where flip_done might do
a less agressive wait, which is fine for imx-drm.
Fixes:
|
||
|---|---|---|
| .. | ||
| dw_hdmi-imx.c | ||
| imx-drm-core.c | ||
| imx-drm.h | ||
| imx-ldb.c | ||
| imx-tve.c | ||
| ipuv3-crtc.c | ||
| ipuv3-plane.c | ||
| ipuv3-plane.h | ||
| Kconfig | ||
| Makefile | ||
| parallel-display.c | ||