commit | 8bff917c93e365a8a145f9b1be99c81257038151 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Feb 11 22:19:40 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 08 10:23:35 2010 +0100 |
tree | c9e336ff77954066572a3a8d43eb8edf7adad80f | |
parent | e35a41de3926ec81e3ed2ed31d1f30cecb3513f9 [diff] |
drm/i915: move flushing list processing to i915_gem_flush Now that we can move objects to the active list without already having emitted a request, move the flushing list handling into i915_gem_flush. This makes more sense and allows to drop a few i915_add_request calls that are not strictly necessary. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>