drm/i915: combine i9xx_get_hpd_pins and pch_get_hpd_pins
authorImre Deak <imre.deak@intel.com>
Tue, 21 Jul 2015 22:32:44 +0000 (15:32 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 22 Jul 2015 08:44:28 +0000 (10:44 +0200)
These functions are quite similar, so combine them with the use of a new
argument for a function that detects long pulses. This will be also
needed by an upcoming patch adding support for BXT long pulse detection.

No functional change.

v2:
- rebase on top -nightly (Daniel)

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Sonika Jindal <sonika.jindal@intel.com>
Reviewed-by: Sivakumar Thulasimani <sivakumar.thulasimani@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c

Simple merge