From: John Harrison Date: Thu, 30 Oct 2014 18:40:53 +0000 (+0000) Subject: drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e63954903779f0f70b4564d5cb0accb4b065c64;p=pandora-kernel.git drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail() An earlier commit (c8725f3dc0911d4354315a65150aecd8b7d0d74a: Do not call retire_requests from wait_for_rendering) removed the use of the ring parameter within wait_rendering__tail() but did not remove the parameter itself. As the plan is to remove obj->ring which is where this parameter comes from, it is simpler to just remove the parameter completely than to update it with a new source. For: VIZ-4377 Signed-off-by: John Harrison CC: Chris Wilson CC: Brad Volkin Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed