Skip to content

Commit

Permalink
Revert "drm/atomic: Call ww_acquire_done after check phase is complete"
Browse files Browse the repository at this point in the history
This reverts commit 992cbf1.

Until we make fbdev layer atomic we can't call this.

Requested-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com?
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Aug 25, 2015
1 parent 3732ce7 commit db56176
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/drm_atomic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1230,9 +1230,6 @@ 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);
Expand Down

0 comments on commit db56176

Please sign in to comment.