From: David Herrmann Date: Sun, 25 May 2014 10:24:42 +0000 (+0200) Subject: drm/i915: use shmem helpers if possible X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~87^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4661270797f0c172da4b54415574421cd27f1bf3;p=pandora-kernel.git 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 Cc: Jani Nikula Signed-off-by: David Herrmann --- Reading git-diff-tree failed