From: Chris Wilson Date: Tue, 4 Sep 2012 20:02:56 +0000 (+0100) Subject: drm/i915: Pin backing pages for pread X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~14^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60d7f0c1d55a935475ab394955cafddefaa6533;p=pandora-kernel.git drm/i915: Pin backing pages for pread By using the recently introduced pinning of pages, we can safely drop the mutex in the knowledge that the pages are not going to disappear beneath us, and so we can simplify the code for iterating over the pages. Signed-off-by: Chris Wilson Reviewed-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed