Re: [Intel-gfx] [PATCH 05/31] drm/i915/gt: Declare when we enabled timeslicing

2021-02-08 Thread Tvrtko Ursulin
On 08/02/2021 10:52, Chris Wilson wrote: Let userspace know if they can trust timeslicing by including it as part of the I915_PARAM_HAS_SCHEDULER::I915_SCHEDULER_CAP_TIMESLICING v2: Only declare timeslicing if we can safely preempt userspace. Fixes: 8ee36e048c98 ("drm/i915/execlists: Minimali

[Intel-gfx] [PATCH 05/31] drm/i915/gt: Declare when we enabled timeslicing

2021-02-08 Thread Chris Wilson
Let userspace know if they can trust timeslicing by including it as part of the I915_PARAM_HAS_SCHEDULER::I915_SCHEDULER_CAP_TIMESLICING v2: Only declare timeslicing if we can safely preempt userspace. Fixes: 8ee36e048c98 ("drm/i915/execlists: Minimalistic timeslicing") Signed-off-by: Chris Wilso