From: Paulo Zanoni Date: Wed, 27 Nov 2013 20:20:34 +0000 (-0200) Subject: drm/i915: add runtime put/get calls at the basic places X-Git-Tag: v3.14-rc1~47^2~44^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65c9168983926962b25ae19073474d60dea0442;p=pandora-kernel.git drm/i915: add runtime put/get calls at the basic places If I add code to enable runtime PM on my Haswell machine, start a desktop environment, then enable runtime PM, these functions will complain that they're trying to read/write registers while the graphics card is suspended. v2: - Simplify i915_gem_fault changes. Signed-off-by: Paulo Zanoni Reviewed-by: Rodrigo Vivi [danvet: Drop the hunk in i915_hangcheck_elapsed, it's the wrong thing to do.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed