From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 0/5] drm/i915: hotplug cleanup saga continues
Date: Thu, 18 Jun 2015 13:06:12 +0300 [thread overview]
Message-ID: <cover.1434621691.git.jani.nikula@intel.com> (raw)
Some cleanups, but mostly move all platform independent, generic hotplug
code to new intel_hotplug.c.
The expected follow-up would be to document hotplug with a DOC: comment
and add kerneldoc for the most important functions.
BR,
Jani.
Jani Nikula (5):
drm/i915/irq: move hotplug even debug print to second connector loop
drm/i915/irq: abstract irq storm hotplug disabling
drm/i915/irq: clarify irq storm related function naming
drm/i915: move generic hotplug code into new intel_hotplug.c file
drm/i915: reduce line width in {pch,i9xx}_get_hpd_pins()
drivers/gpu/drm/i915/Makefile | 1 +
drivers/gpu/drm/i915/i915_drv.c | 15 --
drivers/gpu/drm/i915/i915_drv.h | 9 +-
drivers/gpu/drm/i915/i915_irq.c | 413 ++------------------------------
drivers/gpu/drm/i915/intel_hotplug.c | 452 +++++++++++++++++++++++++++++++++++
5 files changed, 480 insertions(+), 410 deletions(-)
create mode 100644 drivers/gpu/drm/i915/intel_hotplug.c
--
2.1.4
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2015-06-18 10:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-18 10:06 Jani Nikula [this message]
2015-06-18 10:06 ` [PATCH 1/5] drm/i915/irq: move hotplug even debug print to second connector loop Jani Nikula
2015-06-18 10:21 ` Chris Wilson
2015-06-18 10:43 ` Jani Nikula
2015-06-18 10:52 ` Chris Wilson
2015-06-18 10:06 ` [PATCH 2/5] drm/i915/irq: abstract irq storm hotplug disabling Jani Nikula
2015-06-22 13:02 ` [Intel-gfx] " Daniel Vetter
2015-06-23 0:29 ` Dave Airlie
2015-06-23 6:36 ` Daniel Vetter
2015-06-18 10:06 ` [PATCH 3/5] drm/i915/irq: clarify irq storm related function naming Jani Nikula
2015-06-18 10:06 ` [PATCH 4/5] drm/i915: move generic hotplug code into new intel_hotplug.c file Jani Nikula
2015-06-18 10:06 ` [PATCH 5/5] drm/i915: reduce line width in {pch, i9xx}_get_hpd_pins() Jani Nikula
2015-06-22 13:05 ` Daniel Vetter
2015-06-22 13:06 ` [PATCH 0/5] drm/i915: hotplug cleanup saga continues Daniel Vetter
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.1434621691.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.