[Intel-gfx] [PATCH v2 0/5] drm/i915: Hotplug cleanups
Ville Syrjala
ville.syrjala at linux.intel.com
Wed Feb 5 18:35:41 UTC 2020
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Remainder of the earlier hotplug cleanups. This time without
exposing functions between ddi and dp code, and instead we
just duplicate a few of them.
Ville Syrjälä (5):
drm/i915/hpd: Replace the loop-within-loop with two independent loops
drm/i915: Mark all HPD capabled connectors as such
drm/i915: Turn intel_digital_port_connected() in a vfunc
drm/i915: Stash hpd status bits under dev_priv
drm/i915: Use stashed away hpd isr bits in
intel_digital_port_connected()
drivers/gpu/drm/i915/display/intel_crt.c | 1 +
drivers/gpu/drm/i915/display/intel_ddi.c | 41 ++++
.../drm/i915/display/intel_display_types.h | 1 +
drivers/gpu/drm/i915/display/intel_dp.c | 189 ++---------------
drivers/gpu/drm/i915/display/intel_hdmi.c | 1 +
drivers/gpu/drm/i915/display/intel_hotplug.c | 52 ++---
drivers/gpu/drm/i915/display/intel_sdvo.c | 1 +
drivers/gpu/drm/i915/display/intel_tc.c | 7 +-
drivers/gpu/drm/i915/display/intel_tc.h | 3 +-
drivers/gpu/drm/i915/i915_drv.h | 2 +
drivers/gpu/drm/i915/i915_irq.c | 198 ++++++++++--------
11 files changed, 207 insertions(+), 289 deletions(-)
--
2.24.1
More information about the Intel-gfx
mailing list