Re: [Intel-gfx] [PATCH] drm/i915: Make i915_spin_request() static

2017-09-22 Thread Joonas Lahtinen
On Fri, 2017-09-22 at 13:03 +0100, Chris Wilson wrote: > No users now outside of i915_wait_request(), so we can make it private to > i915_gem_request.c, and assume the caller knows the seqno. In the > process, also remove i915_gem_request_started() as that was only ever > used by i915_spin_request(

[Intel-gfx] [PATCH] drm/i915: Make i915_spin_request() static

2017-09-22 Thread Chris Wilson
No users now outside of i915_wait_request(), so we can make it private to i915_gem_request.c, and assume the caller knows the seqno. In the process, also remove i915_gem_request_started() as that was only ever used by i915_spin_request(). Signed-off-by: Chris Wilson Cc: Michal Winiarski Cc: Tvrt