aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2019-01-14 14:21:28 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2019-01-14 16:18:43 +0000
commit8d761e773e29f4be5c6aae50f57262afb2b83db4 (patch)
tree2ccbaaea5c939eecfe1e50bd6fc56a8ba8e035fe /drivers/gpu/drm/i915/i915_drv.h
parentdrm/i915: Complain if hsw_get_pipe_config acquires the same power well twice (diff)
downloadlinux-dev-8d761e773e29f4be5c6aae50f57262afb2b83db4.tar.xz
linux-dev-8d761e773e29f4be5c6aae50f57262afb2b83db4.zip
drm/i915: Combined gt.awake/gt.power wakerefs
As the GT_IRQ power domain implies a wakeref, we can use it inplace of our existing redundant rpm grab. v2: Drop papering over forgetting to take the runtime wakeref in selftests Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190114142129.24398-20-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 97200411dfad..fa99824f63b3 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1985,7 +1985,6 @@ struct drm_i915_private {
* is a slight delay before we do so.
*/
intel_wakeref_t awake;
- intel_wakeref_t power;
/**
* The number of times we have woken up.