[Intel-gfx] [CI 2/2] drm/i915: Serialise i915_active_wait() with its retirement

2019-11-30 Thread Chris Wilson
As the i915_active.retire() may be running on another CPU as we detect that the i915_active is idle, we may not wait for the retirement itself. Wait for the remote callback by waiting for the retirement worker. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=112424 Signed-off-by: Chris

[Intel-gfx] [CI 2/2] drm/i915: Serialise i915_active_wait() with its retirement

2019-11-29 Thread Chris Wilson
As the i915_active.retire() may be running on another CPU as we detect that the i915_active is idle, we may not wait for the retirement itself. Wait for the remote callback by waiting for the retirement worker. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=112424 Signed-off-by: Chris