]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite2739828ad15294d33d9c4d51dc215fd38e4ab18
treeaeab9d851a200772872e2478427b8cb3f2a24576
parentf39d94dcb5906701dd1c8d6d5086148ece37f98a
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