[Intel-gfx] [PATCH 0/8] drm/i915: Hotplug cleanups and whanot

Ville Syrjala ville.syrjala at linux.intel.com
Thu Jul 5 16:43:49 UTC 2018


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

A colleciton of cleanups I had lying around, mostly in the
hotplug area, and a few other encoder related things.

Ville Syrjälä (8):
  drm/i915: Introduce for_each_intel_dp()
  drm/i915: Introduce intel_encoder_is_dig_port()
  drm/i915: Rewrite mst suspend/resume in terms of encoders
  drm/i915: Nuke dev_priv->irq_port[]
  drm/i915: s/int i/enum hpd_pin pin/
  drm/i915: Pass hpd_pin to long_pulse_detect()
  drm/i915: Assert that our hpd pin bitmasks don't overflow
  drm/i915: Print the long_mask alongside the pin_mask

 drivers/gpu/drm/i915/i915_drv.c      |   4 +-
 drivers/gpu/drm/i915/i915_drv.h      |   3 -
 drivers/gpu/drm/i915/i915_irq.c      | 111 ++++++++++++++++----------------
 drivers/gpu/drm/i915/intel_ddi.c     |   1 -
 drivers/gpu/drm/i915/intel_display.h |   4 ++
 drivers/gpu/drm/i915/intel_dp.c      |  80 +++++++++---------------
 drivers/gpu/drm/i915/intel_drv.h     |  44 +++++++++----
 drivers/gpu/drm/i915/intel_hotplug.c | 118 +++++++++++++----------------------
 8 files changed, 169 insertions(+), 196 deletions(-)

-- 
2.16.4



More information about the Intel-gfx mailing list