All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] drm/i915: sideband refactoring
@ 2013-05-22 12:36 Jani Nikula
  2013-05-22 12:36 ` [PATCH v2 1/5] drm/i915: group sideband register accessors to a new file Jani Nikula
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Jani Nikula @ 2013-05-22 12:36 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

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

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

end of thread, other threads:[~2013-05-23 21:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-22 12:36 [PATCH v2 0/5] drm/i915: sideband refactoring Jani Nikula
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

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.