From: David Herrmann Date: Sun, 25 May 2014 12:34:10 +0000 (+0200) Subject: drm/i915: use shmem helpers if possible X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~63^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f461d1be22239053919543ec9b048095407bf4bd;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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed