From: Jesse Barnes Date: Fri, 2 Nov 2012 18:14:01 +0000 (-0700) Subject: drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex X-Git-Tag: v3.8-rc1~82^2~192^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc688ce79772496503d22263d61b071a8fb596e;p=pandora-kernel.git drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex This allows the power related code to run independently of the rest of the pipeline, extending the resume and init time improvements into userspace, which would otherwise have been blocked on the struct mutex if we were doing PCU communication. v2: Also convert the locking for the rps sysfs interface. Suggested-by: Daniel Vetter Signed-off-by: Jesse Barnes (v1) Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed