OSDN Git Service

drm/i915: Drop get/put_pages for scratch page
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 12 Sep 2014 13:18:13 +0000 (15:18 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 12:43:10 +0000 (14:43 +0200)
commitc04d016124f2290762d9535690b817855dd80fc1
tree1cc64a53ffdd2f98ce5954475cd374a86ed5c337
parente259f172adf25b40c7a0c9baeb71b783f3ef9036
drm/i915: Drop get/put_pages for scratch page

While discussing/reviewing __GFP_MOVEABLE behaviour and interactions
with our various page allocations on irc Chris brought up that the
scratch page isn't allocated as moveable, but we still grab/put a
reference to lock it in place. Which is unecessary.

So drop that.

Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/i915/i915_gem_gtt.c