commit | 922a2efc1b6ef48e2783f7efeb3a94e952c7ed14 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 19 11:52:01 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Fri Feb 26 13:23:22 2010 -0800 |
tree | 68cc2a5ee7029fa49cc8b9cccb57ea00003196b5 | |
parent | 4df2faf4512c2e2ffa6793e055c73a4e7b8b5e36 [diff] |
drm/i915: clean-up i915_gem_flush_gpu_write_domain Now that we have an exact gpu write domain tracking, we don't need to move objects to the active list ourself. i915_add_request will take care of that under all circumstances. Idea stolen from a patch by Chris Wilson <chris@chris-wilson.co.uk>. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net>