commit | 4661270797f0c172da4b54415574421cd27f1bf3 | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Sun May 25 12:24:42 2014 +0200 |
committer | David Herrmann <dh.herrmann@gmail.com> | Tue Jun 17 22:30:50 2014 +0200 |
tree | 8863069c58958ae162396b669c314ee924a5f0e1 | |
parent | bc1dfff04a5d4064ba0db1fab13f84ab4f333d2b [diff] |
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>