]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Mark a temporary allocation for copy-from-user as such
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 8 Jan 2013 10:53:13 +0000 (10:53 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 17 Jan 2013 21:08:00 +0000 (22:08 +0100)
commit419fa72a1973c9ba2fd2c2505dc889f54b857459
treef16212414b17bb55a5c90c0a11de01fd8d487fd5
parent43e28f092b2fa4ebc46bdc210134a80610815785
drm/i915: Mark a temporary allocation for copy-from-user as such

The difference is that the kernel will then know that this memory will
be reclaimable in the near future.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_execbuffer.c