commit | f77c44b902a032718e2431a5fc9211ef0b0282d3 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 12 15:20:24 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 19 14:43:11 2014 +0200 |
tree | d9b60bebfa8207823369ad202c783f086d3f89c2 | |
parent | c04d016124f2290762d9535690b817855dd80fc1 [diff] |
agp/intel-gtt: Remove get/put_pages If a page isn't allocated as __GFP_MOVEABLE it won't move around, so no need to grab a reference to lock it into place. Discovered while reviewing page allocation handling in i915 gem. Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>