]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove the defunct flushing list
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 20 Jul 2012 11:41:02 +0000 (12:41 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Jul 2012 16:23:52 +0000 (18:23 +0200)
commitdc16a06e9de97d8df35abf2ff35c183402a46adc
tree74b94b51e2aa3a124311f410f74d8d13c1161ad8
parent26b9e594f58dcdf81dc2b4eca24517edf9e795a0
drm/i915: Remove the defunct flushing list

As we guarantee to emit a flush before emitting the breadcrumb or
the next batchbuffer, there is no further need for the flushing list.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_evict.c