]> Pileus Git - ~andy/linux/commit
drm/i915: fold the hpd_irq_setup call into intel_hpd_irq_handler
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 27 Jun 2013 15:52:12 +0000 (17:52 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 1 Jul 2013 09:14:57 +0000 (11:14 +0200)
commit10a504de56f0451c828a9207e36c5610d5b0209a
tree6e3a00f156573d3af544003b3d809072be60d657
parent22062dbacf7ccc325c8b0ccc3fb90bf487be5c5c
drm/i915: fold the hpd_irq_setup call into intel_hpd_irq_handler

We already have a vfunc for this (and other parts of the hpd storm
handling code already use it).

v2: Rebase on top of the i965g/gm sdvo hpd fix.

Cc: Egbert Eich <eich@suse.de>
Reviewed-by: Egbert Eich <eich@suse.de>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c