]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Use stashed away hpd isr bits in intel_digital_port_connected()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 11 Mar 2020 15:54:22 +0000 (17:54 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 11 May 2020 13:32:12 +0000 (16:32 +0300)
commit3aa9eb227bcae989198c983d5abc97cd2b221b7c
treebac92791be16dfd4a7dfbacdca8fc337eb2b3887
parentf3551e4477f0d43d1f5f7e52cf4436cc2d82e751
drm/i915: Use stashed away hpd isr bits in intel_digital_port_connected()

Get rid of several platform specific variants of
intel_digital_port_connected() and just use the ISR bits we've
stashed away.

v2: Duplicate stuff to avoid exposing platform specific
    functions across files (Jani)

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200311155422.3043-4-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_ddi.c
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_tc.c