For async commit, it is *intentional* that those locks are not held.
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
                if (!crtc)
                        continue;
 
-               WARN_ON(!drm_modeset_is_locked(&crtc->mutex));
-
                funcs = crtc->helper_private;
 
                if (!funcs || !funcs->atomic_begin)
                if (!plane)
                        continue;
 
-               WARN_ON(!drm_modeset_is_locked(&plane->mutex));
-
                funcs = plane->helper_private;
 
                if (!funcs || !funcs->atomic_update)