Hi all, Today's linux-next merge of the drm tree got a conflict in: drivers/gpu/drm/meson/meson_crtc.c between commit: 47ebfb6ed13e ("drm/meson: Fixes for drm_crtc_vblank_on/off support") from the drm-misc-fixes tree and commit: f9a2348196d1 ("drm/meson: Support Overlay plane for video rendering") from the drm tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc drivers/gpu/drm/meson/meson_crtc.c index 191b314f9e9e,d78168f979db..000000000000 --- a/drivers/gpu/drm/meson/meson_crtc.c +++ b/drivers/gpu/drm/meson/meson_crtc.c @@@ -126,8 -115,8 +131,10 @@@ static void meson_crtc_atomic_disable(s struct meson_crtc *meson_crtc = to_meson_crtc(crtc); struct meson_drm *priv = meson_crtc->priv; + DRM_DEBUG_DRIVER("\n"); + + drm_crtc_vblank_off(crtc); + priv->viu.osd1_enabled = false; priv->viu.osd1_commit = false;