[Intel-gfx] [PATCH] drm/i915: Fix kerneldoc warnings for i915_gem_request
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Thu Feb 8 13:18:38 UTC 2018
On 08/02/18 11:14, Chris Wilson wrote:
> drivers/gpu/drm/i915/i915_gem_request.c:941: warning: No description found for parameter 'write'
>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
> drivers/gpu/drm/i915/i915_gem_request.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_gem_request.c b/drivers/gpu/drm/i915/i915_gem_request.c
> index a8eb22a95b0f..cd67dab7bb86 100644
> --- a/drivers/gpu/drm/i915/i915_gem_request.c
> +++ b/drivers/gpu/drm/i915/i915_gem_request.c
> @@ -916,9 +916,9 @@ i915_gem_request_await_dma_fence(struct drm_i915_gem_request *req,
>
> /**
> * i915_gem_request_await_object - set this request to (async) wait upon a bo
> - *
> * @to: request we are wishing to use
> * @obj: object which may be in use on another ring.
> + * @write: whether the wait is on behalf of a writer
> *
> * This code is meant to abstract object synchronization with the GPU.
> * Conceptually we serialise writes between engines inside the GPU.
More information about the Intel-gfx
mailing list