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 v2 0/5] drm/i915: sideband refactoring
Date: Wed, 22 May 2013 15:36:15 +0300	[thread overview]
Message-ID: <cover.1369225741.git.jani.nikula@intel.com> (raw)

Hi all, v2 of the vlv (and now partially also hsw) sideband refactoring
patches [1], addressing Daniel's comments and with two new patches
cleaning things up a bit.

BR,
Jani.

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


Jani Nikula (5):
  drm/i915: group sideband register accessors to a new file
  drm/i915: refactor VLV IOSF sideband accessors to use one helper
  drm/i915: drop redundant warnings on not holding dpio_lock
  drm/i915: rename VLV IOSF sideband functions logically
  drm/i915: change VLV IOSF sideband accessors to not return error code

 drivers/gpu/drm/i915/Makefile         |    1 +
 drivers/gpu/drm/i915/i915_debugfs.c   |   25 +++--
 drivers/gpu/drm/i915/i915_drv.h       |   14 ++-
 drivers/gpu/drm/i915/i915_reg.h       |   93 ++++++++---------
 drivers/gpu/drm/i915/i915_sysfs.c     |    2 +-
 drivers/gpu/drm/i915/intel_display.c  |  144 +++++----------------------
 drivers/gpu/drm/i915/intel_dp.c       |   38 +++----
 drivers/gpu/drm/i915/intel_drv.h      |    4 -
 drivers/gpu/drm/i915/intel_hdmi.c     |   46 ++++-----
 drivers/gpu/drm/i915/intel_pm.c       |   80 ++-------------
 drivers/gpu/drm/i915/intel_sideband.c |  177 +++++++++++++++++++++++++++++++++
 11 files changed, 313 insertions(+), 311 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_sideband.c

-- 
1.7.10.4

             reply	other threads:[~2013-05-22 12:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-22 12:36 Jani Nikula [this message]
2013-05-22 12:36 ` [PATCH v2 1/5] drm/i915: group sideband register accessors to a new file Jani Nikula
2013-05-23 18:07   ` Jesse Barnes
2013-05-22 12:36 ` [PATCH v2 2/5] drm/i915: refactor VLV IOSF sideband accessors to use one helper Jani Nikula
2013-05-22 15:34   ` Jesse Barnes
2013-05-22 12:36 ` [PATCH v2 3/5] drm/i915: drop redundant warnings on not holding dpio_lock Jani Nikula
2013-05-23 18:07   ` Jesse Barnes
2013-05-22 12:36 ` [PATCH v2 4/5] drm/i915: rename VLV IOSF sideband functions logically Jani Nikula
2013-05-23 18:08   ` Jesse Barnes
2013-05-22 12:36 ` [PATCH v2 5/5] drm/i915: change VLV IOSF sideband accessors to not return error code Jani Nikula
2013-05-23 18:06   ` Jesse Barnes
2013-05-23 21:26     ` 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.1369225741.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.