Re: [Intel-gfx] [PATCH 07/16] drm/i915/gt: Check for a completed last request once

2020-11-25 Thread Tvrtko Ursulin
On 24/11/2020 17:38, Chris Wilson wrote: Quoting Tvrtko Ursulin (2020-11-24 17:19:23) On 24/11/2020 11:42, Chris Wilson wrote: Pull the repeated check for the last active request being completed to a single spot, when deciding whether or not execlist preemption is required. Signed-off-by: C

Re: [Intel-gfx] [PATCH 07/16] drm/i915/gt: Check for a completed last request once

2020-11-24 Thread Chris Wilson
Quoting Tvrtko Ursulin (2020-11-24 17:19:23) > > On 24/11/2020 11:42, Chris Wilson wrote: > > Pull the repeated check for the last active request being completed to a > > single spot, when deciding whether or not execlist preemption is > > required. > > > > Signed-off-by: Chris Wilson > > --- >

Re: [Intel-gfx] [PATCH 07/16] drm/i915/gt: Check for a completed last request once

2020-11-24 Thread Tvrtko Ursulin
On 24/11/2020 11:42, Chris Wilson wrote: Pull the repeated check for the last active request being completed to a single spot, when deciding whether or not execlist preemption is required. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_lrc.c | 15 --- 1 file chan

[Intel-gfx] [PATCH 07/16] drm/i915/gt: Check for a completed last request once

2020-11-24 Thread Chris Wilson
Pull the repeated check for the last active request being completed to a single spot, when deciding whether or not execlist preemption is required. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_lrc.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --g