All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/i915 hotplug cleanup
@ 2015-05-27 12:03 Jani Nikula
  2015-05-27 12:03 ` [PATCH 1/7] drm/i915: reduce indent in i9xx_hpd_irq_handler Jani Nikula
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Jani Nikula @ 2015-05-27 12:03 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-05-27 12:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 12:03 [PATCH 0/7] drm/i915 hotplug cleanup Jani Nikula
2015-05-27 12:03 ` [PATCH 1/7] drm/i915: reduce indent in i9xx_hpd_irq_handler Jani Nikula
2015-05-27 12:03 ` [PATCH 2/7] drm/i915: reduce duplicate conditions " Jani Nikula
2015-05-27 12:03 ` [PATCH 3/7] drm/i915: reduce indent in intel_hpd_irq_handler Jani Nikula
2015-05-27 12:03 ` [PATCH 4/7] drm/i915: group all hotplug related fields into a new struct in dev_priv Jani Nikula
2015-05-27 12:03 ` [PATCH 5/7] drm/i915: abstract port hotplug long pulse detection more Jani Nikula
2015-05-27 12:41   ` Daniel Vetter
2015-05-27 12:42     ` Daniel Vetter
2015-05-27 12:03 ` [PATCH 6/7] drm/i915: remove useless DP and DDI encoder ->hot_plug hooks Jani Nikula
2015-05-27 12:03 ` [PATCH 7/7] drm/i915/dsi: remove non-op hot plug callback Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.