[Intel-gfx] [PATCH 01/19] drm/i915: Delete defunct i915_gem_request_assign()
Rodrigo Vivi
rodrigo.vivi at intel.com
Tue Jan 2 19:01:25 UTC 2018
On Tue, Jan 02, 2018 at 03:12:17PM +0000, Chris Wilson wrote:
> i915_gem_request_assign() is not used since commit 77f0d0e925e8
> ("drm/i915/execlists: Pack the count into the low bits of the
> port.request"), so remove the defunct code
>
> References: 77f0d0e925e8 ("drm/i915/execlists: Pack the count into the low bits of the port.request")
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Mika Kuoppala <mika.kuoppala at intel.com>
> Cc: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
> Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
> ---
> drivers/gpu/drm/i915/i915_gem_request.h | 12 ------------
> 1 file changed, 12 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_gem_request.h b/drivers/gpu/drm/i915/i915_gem_request.h
> index 0d6d39f19506..04ee289d6cab 100644
> --- a/drivers/gpu/drm/i915/i915_gem_request.h
> +++ b/drivers/gpu/drm/i915/i915_gem_request.h
> @@ -245,18 +245,6 @@ i915_gem_request_put(struct drm_i915_gem_request *req)
> dma_fence_put(&req->fence);
> }
>
> -static inline void i915_gem_request_assign(struct drm_i915_gem_request **pdst,
> - struct drm_i915_gem_request *src)
> -{
> - if (src)
> - i915_gem_request_get(src);
> -
> - if (*pdst)
> - i915_gem_request_put(*pdst);
> -
> - *pdst = src;
> -}
> -
> /**
> * i915_gem_request_global_seqno - report the current global seqno
> * @request - the request
> --
> 2.15.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
More information about the Intel-gfx
mailing list