commit | b47eb4a2b302f33adaed2a27d2b3bfc74fe35ac5 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Aug 07 11:01:23 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Mon Aug 09 11:24:32 2010 -0700 |
tree | cf99ac4cf8f54ec8f0a9c99fd821af041c32087a | |
parent | 6f392d548658a17600da7faaf8a5df25ee5f01f6 [diff] |
drm/i915: Move the eviction logic to its own file. The eviction code is the gnarly underbelly of memory management, and is clearer if kept separated from the normal domain management in GEM. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net>