commit | c8431fda9f9f3c3b7490cb44bd5720b494a2421e | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Tue Apr 01 14:55:13 2014 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Apr 01 22:53:46 2014 +0200 |
tree | a5017b84cfce485c99f02def998400ee460436d5 | |
parent | 882244a3404088113f1add19d2d029f83e69efeb [diff] |
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 <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>