Skip to content

Commit

Permalink
drm/i915: Don't reinit hpd interrupts after gpu reset
Browse files Browse the repository at this point in the history
Somehow I've overlooked this when simplifying the irq reinit
scheme on gen4.5+ in

commit 78ad455
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Thu May 22 22:18:21 2014 +0200

    drm/i915: Improve irq handling after gpu resets

Since display interrups in general survive a gpu reset on those
platforms there's also no need to reinit the hotplug settings.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Daniel Vetter committed Sep 19, 2014
1 parent f0d3dad commit a1e470d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,6 @@ int i915_reset(struct drm_device *dev)
*/
if (INTEL_INFO(dev)->gen > 5)
intel_reset_gt_powersave(dev);

intel_hpd_init(dev);
} else {
mutex_unlock(&dev->struct_mutex);
}
Expand Down

0 comments on commit a1e470d

Please sign in to comment.