[PATCH] drm/atomic: skip ww_acquire_done() for legacy paths

2015-08-18 Thread Rob Clark
On Tue, Aug 18, 2015 at 5:29 PM, Rob Clark wrote: > On Tue, Aug 18, 2015 at 5:21 PM, Daniel Vetter wrote: >> On Tue, Aug 18, 2015 at 11:54 AM, Rob Clark wrote: >>> The addition of ww_acquire_done() call to mark the point where all locks >>> should already be held, added in: >>> >>> commit

[PATCH] drm/atomic: skip ww_acquire_done() for legacy paths

2015-08-18 Thread Rob Clark
On Tue, Aug 18, 2015 at 5:21 PM, Daniel Vetter wrote: > On Tue, Aug 18, 2015 at 11:54 AM, Rob Clark wrote: >> The addition of ww_acquire_done() call to mark the point where all locks >> should already be held, added in: >> >> commit 992cbf19b32900efa17850b9fa0031fd623edd4d >> Author:

[PATCH] drm/atomic: skip ww_acquire_done() for legacy paths

2015-08-18 Thread Rob Clark
The addition of ww_acquire_done() call to mark the point where all locks should already be held, added in: commit 992cbf19b32900efa17850b9fa0031fd623edd4d Author: Daniel Vetter AuthorDate: Thu Aug 6 15:06:40 2015 +0200 drm/atomic: Call ww_acquire_done after check phase is

[PATCH] drm/atomic: skip ww_acquire_done() for legacy paths

2015-08-18 Thread Daniel Vetter
On Tue, Aug 18, 2015 at 11:54 AM, Rob Clark wrote: > The addition of ww_acquire_done() call to mark the point where all locks > should already be held, added in: > > commit 992cbf19b32900efa17850b9fa0031fd623edd4d > Author: Daniel Vetter > AuthorDate: Thu Aug 6 15:06:40 2015 +0200 > >