Re: [Intel-gfx] [PATCH 28/57] drm/i915: Wrap i915_request_use_semaphores()

2021-02-04 Thread Tvrtko Ursulin
On 01/02/2021 08:56, Chris Wilson wrote: Wrap the query on whether the backend engine supports us emitting semaphores to coordinate multiple requests. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_request.c | 2 +- drivers/gpu/drm/i915/i915_request.h | 5 + 2 files

[Intel-gfx] [PATCH 28/57] drm/i915: Wrap i915_request_use_semaphores()

2021-02-01 Thread Chris Wilson
Wrap the query on whether the backend engine supports us emitting semaphores to coordinate multiple requests. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_request.c | 2 +- drivers/gpu/drm/i915/i915_request.h | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git