[Intel-gfx] [PATCH 0/7] drm/i915 hotplug cleanup

Jani Nikula jani.nikula at intel.com
Wed May 27 05:03:38 PDT 2015


Trying to make the hotplug code a bit nicer to work with. Hopefully more
to follow.

BR,
Jani.


Jani Nikula (7):
  drm/i915: reduce indent in i9xx_hpd_irq_handler
  drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
  drm/i915: reduce indent in intel_hpd_irq_handler
  drm/i915: group all hotplug related fields into a new struct in
    dev_priv
  drm/i915: abstract port hotplug long pulse detection more
  drm/i915: remove useless DP and DDI encoder ->hot_plug hooks
  drm/i915/dsi: remove non-op hot plug callback

 drivers/gpu/drm/i915/i915_dma.c  |   8 +-
 drivers/gpu/drm/i915/i915_drv.c  |  12 +--
 drivers/gpu/drm/i915/i915_drv.h  |  58 ++++++------
 drivers/gpu/drm/i915/i915_irq.c  | 187 +++++++++++++++++++--------------------
 drivers/gpu/drm/i915/intel_ddi.c |  17 +---
 drivers/gpu/drm/i915/intel_dp.c  |  13 +--
 drivers/gpu/drm/i915/intel_dsi.c |   6 --
 7 files changed, 136 insertions(+), 165 deletions(-)

-- 
2.1.4



More information about the Intel-gfx mailing list