From: Daniel Vetter Date: Fri, 12 Sep 2014 13:20:24 +0000 (+0200) Subject: agp/intel-gtt: Remove get/put_pages X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~79^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77c44b902a032718e2431a5fc9211ef0b0282d3;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed