[Intel-gfx] [PATCH 0/5] Misc preparation patches

Damien Lespiau damien.lespiau at intel.com
Tue May 13 16:30:23 CEST 2014


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




More information about the Intel-gfx mailing list