aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_runtime_pm.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-30 04:56:44 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-03 05:22:42 -0400
commitb963291cf9af882b2f30693fa8459afbdb0ed288 (patch)
tree9f2e4fa3711fefe8ef4930b74d09677c193fb9eb /drivers/gpu/drm/i915/intel_runtime_pm.c
parent2aeb7d3a4d425be7e9185e79dd745918f7f72552 (diff)
drm/i915: Use dev_priv instead of dev in irq setup functions
It's the new world order! Not going full monty on these here and rolling this out throughout the subsequent call chains since this is just for the kerneldoc. Later on we can go more crazy, especially once we've embedded drm_device correctly. v2: Also frob the runtime_pm functions ... Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_runtime_pm.c')
-rw-r--r--drivers/gpu/drm/i915/intel_runtime_pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c
index abefc98dcc8f..36749b91d28e 100644
--- a/drivers/gpu/drm/i915/intel_runtime_pm.c
+++ b/drivers/gpu/drm/i915/intel_runtime_pm.c
@@ -377,7 +377,7 @@ static void vlv_display_power_well_enable(struct drm_i915_private *dev_priv,
377 if (dev_priv->power_domains.initializing) 377 if (dev_priv->power_domains.initializing)
378 return; 378 return;
379 379
380 intel_hpd_init(dev_priv->dev); 380 intel_hpd_init(dev_priv);
381 381
382 i915_redisable_vga_power_on(dev_priv->dev); 382 i915_redisable_vga_power_on(dev_priv->dev);
383} 383}