From: Ben Widawsky Date: Mon, 25 Nov 2013 17:54:39 +0000 (-0800) Subject: drm/i915: Remove defunct ctx switch comments X-Git-Tag: next-20131202~36^2~27 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2f88542607adcfe71e2d1fb6f134635e06f5d392;p=karo-tx-linux.git drm/i915: Remove defunct ctx switch comments Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/i915_gem_context.c b/drivers/gpu/drm/i915/i915_gem_context.c index 2ec122a63406..41877045a1a0 100644 --- a/drivers/gpu/drm/i915/i915_gem_context.c +++ b/drivers/gpu/drm/i915/i915_gem_context.c @@ -492,8 +492,6 @@ static int do_switch(struct i915_hw_context *to) * @ring: ring for which we'll execute the context switch * @file_priv: file_priv associated with the context, may be NULL * @id: context id number - * @seqno: sequence number by which the new context will be switched to - * @flags: * * The context life cycle is simple. The context refcount is incremented and * decremented by 1 and create and destroy. If the context is in use by the GPU,