Re: [Intel-gfx] [PATCH] drm/i915: Update ifdeffery for mutex->owner

2016-07-12 Thread Chris Wilson
On Tue, Jul 12, 2016 at 11:48:09AM +0100, Matthew Auld wrote: > Reviewed-by: Matthew Auld Thanks, pushed. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.

Re: [Intel-gfx] [PATCH] drm/i915: Update ifdeffery for mutex->owner

2016-07-12 Thread Matthew Auld
Reviewed-by: Matthew Auld ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] [PATCH] drm/i915: Update ifdeffery for mutex->owner

2016-07-11 Thread Chris Wilson
In commit 7608a43d8f2e ("locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate") the owner field in the mutex was updated from being dependent upon CONFIG_SMP to using optimistic spin. Update our peek function to suite. Fixes:7608a43d8f2e ("locking/mutexes: Use MUTEX_SPIN_ON_OWNER...") Reporte