]> 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)
commit5ef4d38b3c0a4a39e039ccf1b2896823fad17731
treeaeab9d851a200772872e2478427b8cb3f2a24576
parentbc5e4bba35f51466155bc886de35602577c4f353
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