]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 29 May 2015 16:44:11 +0000 (17:44 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 23 Jun 2015 12:02:32 +0000 (14:02 +0200)
commit66cd9541c026ec7ef857aa58669985bb945c9e5e
treefc37db62cd2dcbbc91230b3bdefc605b7d779bee
parent069c118d63822bdcc2d7e2564474011cd480e5ad
drm/i915: Remove the now obsolete 'outstanding_lazy_request'

The outstanding_lazy_request is no longer used anywhere in the driver.
Everything that was looking at it now has a request explicitly passed in from on
high. Everything that was relying upon it behind the scenes is now explicitly
creating/passing/submitting its own private request. Thus the OLR can be
removed.

For: VIZ-5115
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Tomas Elf <tomas.elf@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_execbuffer.c
drivers/gpu/drm/i915/intel_lrc.c
drivers/gpu/drm/i915/intel_ringbuffer.c
drivers/gpu/drm/i915/intel_ringbuffer.h