All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Misc preparation patches
@ 2014-05-13 14:30 Damien Lespiau
  2014-05-13 14:30 ` [PATCH 1/5] drm/i915: Introduce a for_each_intel_crtc() macro Damien Lespiau
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Damien Lespiau @ 2014-05-13 14:30 UTC (permalink / raw)
  To: intel-gfx

Another round of those pesky preparation patches, hopefully making the code
better along the way.

For the for_each_crtc() and for_each_intel_crtc() macro, I was thinking about
introducing them early and use them as we touch code iterating over crtcs.
They have been pretty handy in patches not yet ready for public consumption.

--
Damien

Damien Lespiau (5):
  drm/i915: Introduce a for_each_intel_crtc() macro
  drm/i915: Introduce a for_each_crtc() macro
  drm/i915: Expose ilk_wm_max_level()
  drm/i915: Use ilk_wm_max_level() in latency debugfs files
  drm/i915: Don't cast void* pointers

 drivers/gpu/drm/i915/i915_debugfs.c | 78 ++++++++++++++++++-------------------
 drivers/gpu/drm/i915/i915_drv.h     |  6 +++
 drivers/gpu/drm/i915/intel_drv.h    |  1 +
 drivers/gpu/drm/i915/intel_pm.c     |  2 +-
 4 files changed, 47 insertions(+), 40 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-05-13 19:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13 14:30 [PATCH 0/5] Misc preparation patches Damien Lespiau
2014-05-13 14:30 ` [PATCH 1/5] drm/i915: Introduce a for_each_intel_crtc() macro Damien Lespiau
2014-05-13 14:30 ` [PATCH 2/5] drm/i915: Introduce a for_each_crtc() macro Damien Lespiau
2014-05-13 16:45   ` Daniel Vetter
2014-05-13 19:51     ` Daniel Vetter
2014-05-13 14:30 ` [PATCH 3/5] drm/i915: Expose ilk_wm_max_level() Damien Lespiau
2014-05-13 14:30 ` [PATCH 4/5] drm/i915: Use ilk_wm_max_level() in latency debugfs files Damien Lespiau
2014-05-13 16:30   ` Ville Syrjälä
2014-05-13 16:46   ` Daniel Vetter
2014-05-13 16:51     ` Damien Lespiau
2014-05-13 18:03       ` Daniel Vetter
2014-05-13 14:30 ` [PATCH 5/5] drm/i915: Don't cast void* pointers Damien Lespiau
2014-05-13 16:45   ` 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.