Re: [Intel-gfx] [PATCH 24/57] drm/i915/gt: Only kick the scheduler on timeslice/preemption change

2021-02-04 Thread Chris Wilson
Quoting Tvrtko Ursulin (2021-02-04 14:09:22) > > On 01/02/2021 08:56, Chris Wilson wrote: > > Kick the scheduler to allow it to see the timeslice duration change, > > don't peek into execlists. > > > > Signed-off-by: Chris Wilson > > --- > > drivers/gpu/drm/i915/gt/sysfs_engines.c | 11

Re: [Intel-gfx] [PATCH 24/57] drm/i915/gt: Only kick the scheduler on timeslice/preemption change

2021-02-04 Thread Tvrtko Ursulin
On 01/02/2021 08:56, Chris Wilson wrote: Kick the scheduler to allow it to see the timeslice duration change, don't peek into execlists. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/sysfs_engines.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git

[Intel-gfx] [PATCH 24/57] drm/i915/gt: Only kick the scheduler on timeslice/preemption change

2021-02-01 Thread Chris Wilson
Kick the scheduler to allow it to see the timeslice duration change, don't peek into execlists. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/sysfs_engines.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/gt/sysfs_engines.c