All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 0/7] drm/i915 hotplug cleanup, part II
Date: Thu, 28 May 2015 15:43:47 +0300	[thread overview]
Message-ID: <cover.1432816743.git.jani.nikula@intel.com> (raw)

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

             reply	other threads:[~2015-05-28 12:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-28 12:43 Jani Nikula [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1432816743.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.