]> git.baikalelectronics.ru Git - kernel.git/commit
DRM/i915: Remove i965_hpd_irq_setup.
authorEgbert Eich <eich@suse.de>
Mon, 25 Feb 2013 17:06:51 +0000 (12:06 -0500)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 27 Mar 2013 16:12:53 +0000 (17:12 +0100)
commitaee18f7eb8ae4068a8e5f1b5ca363578e80e1ae9
treebed481e993cdaf335638b3bb6d2a7e707a674ac3
parent6138477a8039c6cc8c6d129d734b824b3f60588d
DRM/i915: Remove i965_hpd_irq_setup.

After
"Convert HPD interrupts to make use of HPD pin assignment in encoders."
This function is now basically the same as i915_hpd_irq_setup().

Consolidating both functions in one requires one more check for
I915_HAS_HOTPLUG(dev) in the i965 code path and one more check for
IS_G4X(dev) in the i915 code path. These are considered harmless.

Signed-off-by: Egbert Eich <eich@suse.de>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
[danvet: Fixup patch conflict and make it compile.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c