commit | c04d016124f2290762d9535690b817855dd80fc1 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 12 15:18:13 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Sep 19 14:43:10 2014 +0200 |
tree | 1cc64a53ffdd2f98ce5954475cd374a86ed5c337 | |
parent | e259f172adf25b40c7a0c9baeb71b783f3ef9036 [diff] |
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>