Re: [Intel-gfx] [PATCH 1/3] drm/i915: Handle i915_active_fence_set() with the same fence

2019-11-08 Thread Chris Wilson
Quoting Tvrtko Ursulin (2019-11-08 10:37:37) > > On 06/11/2019 15:48, Chris Wilson wrote: > > If the caller wants to overwrite the currently tracked fence, with > > itself, as far as the tracking is concerned it is a no-op, so simply > > allow it. > > This is needed for some of the following patc

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Handle i915_active_fence_set() with the same fence

2019-11-08 Thread Tvrtko Ursulin
On 06/11/2019 15:48, Chris Wilson wrote: If the caller wants to overwrite the currently tracked fence, with itself, as far as the tracking is concerned it is a no-op, so simply allow it. This is needed for some of the following patches in this series? Regards, Tvrtko Signed-off-by: Chris W

[Intel-gfx] [PATCH 1/3] drm/i915: Handle i915_active_fence_set() with the same fence

2019-11-06 Thread Chris Wilson
If the caller wants to overwrite the currently tracked fence, with itself, as far as the tracking is concerned it is a no-op, so simply allow it. Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin --- drivers/gpu/drm/i915/i915_active.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff