Re: [Intel-gfx] [PATCH 33/34] drm/i915: Prioritise non-busywait semaphore workloads

2019-01-22 Thread Chris Wilson
Quoting Chris Wilson (2019-01-21 22:21:16) > We don't want to busywait on the GPU if we have other work to do. If we > give non-busywaiting workloads higher (initial) priority than workloads > that require a busywait, we will prioritise work that is ready to run > immediately. Fwiw, without preemp

[Intel-gfx] [PATCH 33/34] drm/i915: Prioritise non-busywait semaphore workloads

2019-01-21 Thread Chris Wilson
We don't want to busywait on the GPU if we have other work to do. If we give non-busywaiting workloads higher (initial) priority than workloads that require a busywait, we will prioritise work that is ready to run immediately. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_request.c