[Intel-gfx] [PATCH] drm/i915: Remove lost comment from i915_gem_context
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Thu Feb 8 13:19:06 UTC 2018
On 08/02/18 11:15, Chris Wilson wrote:
> The comment is very old and quite misleading now.
>
> drivers/gpu/drm/i915/i915_gem_context.c:349: warning: No description found for parameter 'dev_priv'
> drivers/gpu/drm/i915/i915_gem_context.c:349: warning: No description found for parameter 'file_priv'
>
> 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_context.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_gem_context.c b/drivers/gpu/drm/i915/i915_gem_context.c
> index dd9efb9d0e0b..7b3e9b41b31b 100644
> --- a/drivers/gpu/drm/i915/i915_gem_context.c
> +++ b/drivers/gpu/drm/i915/i915_gem_context.c
> @@ -338,11 +338,6 @@ static void __destroy_hw_context(struct i915_gem_context *ctx,
> context_close(ctx);
> }
>
> -/**
> - * The default context needs to exist per ring that uses contexts. It stores the
> - * context state of the GPU for applications that don't utilize HW contexts, as
> - * well as an idle case.
> - */
> static struct i915_gem_context *
> i915_gem_create_context(struct drm_i915_private *dev_priv,
> struct drm_i915_file_private *file_priv)
More information about the Intel-gfx
mailing list