From: Paulo Zanoni Date: Tue, 1 Apr 2014 17:55:13 +0000 (-0300) Subject: drm/i915: don't get/put runtime PM at the debugfs forcewake file X-Git-Tag: v3.15-rc1~51^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8431fda9f9f3c3b7490cb44bd5720b494a2421e;p=pandora-kernel.git drm/i915: don't get/put runtime PM at the debugfs forcewake file Because gen6_gt_force_wake_{get,put} should already be responsible for getting/putting runtime PM. If we keep these calls, debugfs will not be testing the get/put calls of the forcewake functions. Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed