drm/i915: use shmem helpers if possible
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 25 May 2014 10:24:42 +0000 (12:24 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 17 Jun 2014 20:30:50 +0000 (22:30 +0200)
commit4661270797f0c172da4b54415574421cd27f1bf3
tree8863069c58958ae162396b669c314ee924a5f0e1
parentbc1dfff04a5d4064ba0db1fab13f84ab4f333d2b
drm/i915: use shmem helpers if possible

Instead of shuffling gfp-masks all the time, use the
shmem_read_mapping_page() helper. Note that __GFP_IO and __GFP_WAIT are
set in mapping_gfp_mask() for i915, so the behavior is still the same.

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
drivers/gpu/drm/i915/i915_gem.c