All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/i915 hotplug cleanup, part II
@ 2015-05-28 12:43 Jani Nikula
  2015-05-28 12:43 ` [PATCH 1/7] drm/i915: add for_each_hpd_pin to iterate over hotplug pins Jani Nikula
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Jani Nikula @ 2015-05-28 12:43 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Continuing from [1], here's further hotplug code cleanup.

Unfortunately I realized I need to retract one change from the previous
series, the indentation change in intel_hpd_irq_handler, but it's not a
big deal. The main change here is patch 6/7 which splits platform
specific parts from platform agnostic parts.

BR,
Jani.


[1] http://mid.gmane.org/cover.1432728144.git.jani.nikula@intel.com


Jani Nikula (7):
  drm/i915: add for_each_hpd_pin to iterate over hotplug pins
  drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
  drm/i915: put back the indent in intel_hpd_irq_handler
  drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
  drm/i915: simplify condition for digital port
  drm/i915: abstract away platform specific parts from hpd handling
  drm/i915/bxt: clear hpd status sticky bits earlier

 drivers/gpu/drm/i915/i915_drv.h |   3 +
 drivers/gpu/drm/i915/i915_irq.c | 210 ++++++++++++++++++++++++----------------
 2 files changed, 128 insertions(+), 85 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] 12+ messages in thread

end of thread, other threads:[~2015-05-29  6:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28 12:43 [PATCH 0/7] drm/i915 hotplug cleanup, part II Jani Nikula
2015-05-28 12:43 ` [PATCH 1/7] drm/i915: add for_each_hpd_pin to iterate over hotplug pins Jani Nikula
2015-05-28 12:43 ` [PATCH 2/7] drm/i915: simplify conditions for skipping the 2nd hpd loop iterations Jani Nikula
2015-05-28 12:43 ` [PATCH 3/7] drm/i915: put back the indent in intel_hpd_irq_handler Jani Nikula
2015-05-28 12:43 ` [PATCH 4/7] drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one Jani Nikula
2015-05-28 12:43 ` [PATCH 5/7] drm/i915: simplify condition for digital port Jani Nikula
2015-05-28 12:43 ` [PATCH 6/7] drm/i915: abstract away platform specific parts from hpd handling Jani Nikula
2015-05-28 19:08   ` Paulo Zanoni
2015-05-29  6:18     ` Jani Nikula
2015-05-28 12:43 ` [PATCH 7/7] drm/i915/bxt: clear hpd status sticky bits earlier Jani Nikula
2015-05-28 19:31   ` Paulo Zanoni
2015-05-28 17:58 ` [PATCH 0/7] drm/i915 hotplug cleanup, part II Paulo Zanoni

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.