drm/i915: Actually pass the reclaim gfp_t along to shmemfs!
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 22 Mar 2017 22:34:47 +0000 (22:34 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Mar 2017 09:30:20 +0000 (09:30 +0000)
commit40149f00fb55263cf10066bafc8470d33b1ddcfc
tree9844f83e7e44240515e2e30a0867ab6cb2069ae1
parentaa18bc8ddcb3ffe3fdb87a59b81371fb8bceea38
drm/i915: Actually pass the reclaim gfp_t along to shmemfs!

Words cannot describe the embarrassment at creating a new gfp_t relaim to
only prevent the oomkiller but allow direct|kswapd reclaim, and then not
use it in the shmem_read_mapping_page_gfp().

Fixes: 24f8e00a8a2e ("drm/i915: Prefer to report ENOMEM rather than incur the oom for gfx allocations")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20170322223447.7493-1-chris@chris-wilson.co.uk
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/i915_gem.c