]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail()
authorJohn Harrison <John.C.Harrison@Intel.com>
Thu, 30 Oct 2014 18:40:53 +0000 (18:40 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:41:58 +0000 (18:41 +0100)
commitd29696efd040a27ff460e8055abfbac21e611b99
tree160f3697239e07eaf8ef2657b55a47b2d5a312b1
parent9e48f89e51d207c8bfdf5243ba5cb3db46faf7d0
drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail()

An earlier commit (2f408f9db327e7bc2ea3092076b0cb24d477fc43: 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 <John.C.Harrison@Intel.com>
CC: Chris Wilson <chris@chris-wilson.co.uk>
CC: Brad Volkin <bradley.d.volkin@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c