drm/atomic: Call ww_acquire_done after check phase is complete
[linux-2.6-block.git] / drivers / gpu / drm / drm_atomic.c
index 434915448ea0be99b7786c6daf2650cfb93b728a..1066e4b658cf9a341c1955fb34f82040a4be909c 100644 (file)
@@ -1230,6 +1230,9 @@ int drm_atomic_check_only(struct drm_atomic_state *state)
                }
        }
 
+       if (ret == 0)
+               ww_acquire_done(&state->acquire_ctx->ww_ctx);
+
        return ret;
 }
 EXPORT_SYMBOL(drm_atomic_check_only);