diff mbox

[2/2] drm/i915: Remove orphaned prototype gen6_set_pm_mask()

Message ID 1414818357-23257-2-git-send-email-damien.lespiau@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lespiau, Damien Nov. 1, 2014, 5:05 a.m. UTC
The function was removed in:

  commit 037bde19a43e299d30f0490bba9be32ab355975c
  Author: Chris Wilson <chris@chris-wilson.co.uk>
  Date:   Thu Mar 27 08:24:19 2014 +0000

      Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 drivers/gpu/drm/i915/i915_drv.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Daniel Vetter Nov. 3, 2014, 3:22 p.m. UTC | #1
On Sat, Nov 01, 2014 at 05:05:57AM +0000, Damien Lespiau wrote:
> The function was removed in:
> 
>   commit 037bde19a43e299d30f0490bba9be32ab355975c
>   Author: Chris Wilson <chris@chris-wilson.co.uk>
>   Date:   Thu Mar 27 08:24:19 2014 +0000
> 
>       Revert "drm/i915: Disable/Enable PM Intrrupts based on the current freq."
> 
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

Both merged to dinq, thanks. Aside: Cc'ing reviewers/authors of the
patches your polishing helps them to actually remember this next time
around ... Not that I've ever checked this myself in review ;-)
-Daniel
diff mbox

Patch

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 6a73803..4c6447117 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -2291,8 +2291,6 @@  __printf(3, 4)
 void i915_handle_error(struct drm_device *dev, bool wedged,
 		       const char *fmt, ...);
 
-void gen6_set_pm_mask(struct drm_i915_private *dev_priv, u32 pm_iir,
-							int new_delay);
 extern void intel_irq_init(struct drm_i915_private *dev_priv);
 extern void intel_hpd_init(struct drm_i915_private *dev_priv);
 int intel_irq_install(struct drm_i915_private *dev_priv);