drm/i915: unify HDMI/DP hpd definitions
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 7 Feb 2013 11:42:32 +0000 (12:42 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 15 Feb 2013 09:30:37 +0000 (10:30 +0100)
commit26739f12cf210cb8df35969258a1f064e8e12b63
treeaeab9d851a200772872e2478427b8cb3f2a24576
parent07ea0d85ac8adb87b817913d9720e3c76171b1f6
drm/i915: unify HDMI/DP hpd definitions

They're physically the same pins and also the same bits, duplicating
only confuses the reader. This also makes it a bit obvious that we
have quite some code duplication going on here. Squashing that is for
a larger rework in our hpd handling though.

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
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_hdmi.c