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

2020-07-02 Thread Chris Wilson
Quoting Mika Kuoppala (2020-07-02 16:46:22) > Chris Wilson writes: > > > 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/i9

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

2020-07-02 Thread Mika Kuoppala
Chris Wilson writes: > 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 | 14 -- > 1 file changed, 4 ins

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

2020-07-01 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 | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --gi