Re: [Intel-gfx] [PATCH 1/6] drm/i915: Individual request cancellation

2021-03-23 Thread Tvrtko Ursulin
On 22/03/2021 15:38, Matthew Auld wrote: On Thu, 18 Mar 2021 at 17:04, Tvrtko Ursulin wrote: From: Chris Wilson Currently, we cancel outstanding requests within a context when the context is closed. We may also want to cancel individual requests using the same graceful preemption mechanism

Re: [Intel-gfx] [PATCH 1/6] drm/i915: Individual request cancellation

2021-03-22 Thread Matthew Auld
On Thu, 18 Mar 2021 at 17:04, Tvrtko Ursulin wrote: > > From: Chris Wilson > > Currently, we cancel outstanding requests within a context when the > context is closed. We may also want to cancel individual requests using > the same graceful preemption mechanism. > > v2 (Tvrtko): > * Cancel waite

[PATCH 1/6] drm/i915: Individual request cancellation

2021-03-18 Thread Tvrtko Ursulin
From: Chris Wilson Currently, we cancel outstanding requests within a context when the context is closed. We may also want to cancel individual requests using the same graceful preemption mechanism. v2 (Tvrtko): * Cancel waiters carefully considering no timeline lock and RCU. * Fixed selftests

[PATCH 1/6] drm/i915: Individual request cancellation

2021-03-16 Thread Tvrtko Ursulin
From: Chris Wilson Currently, we cancel outstanding requests within a context when the context is closed. We may also want to cancel individual requests using the same graceful preemption mechanism. v2 (Tvrtko): * Cancel waiters carefully considering no timeline lock and RCU. * Fixed selftests