Re: [Intel-gfx] [PATCH] drm/i915/perf: Add preemption check while waiting for OA

2019-11-14 Thread Chris Wilson
Quoting Lionel Landwerlin (2019-11-14 14:02:24) > While we're waiting for the OA configuration to apply, let's give a > chance to other contexts that might need to run other workloads. > > Signed-off-by: Lionel Landwerlin > Suggested-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_perf.c | 2

[Intel-gfx] [PATCH] drm/i915/perf: Add preemption check while waiting for OA

2019-11-14 Thread Lionel Landwerlin
While we're waiting for the OA configuration to apply, let's give a chance to other contexts that might need to run other workloads. Signed-off-by: Lionel Landwerlin Suggested-by: Chris Wilson --- drivers/gpu/drm/i915/i915_perf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu