[Intel-gfx] [PATCH 0/8] drm/i915: Give crtcs and planes actual names (v5)

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Fri May 27 17:59:18 UTC 2016


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

This is the remainder (the i915 specific parts) of my earlier
{crtc,plane}->name series [1]. I think at least one i915 specific patch
was already merged, and I think I added one or two new ones at some
point.

I'm not so sure about the last patch. It was somewhat useful in narrowing
down some underrun locations and whatnot for me, but normally it might
be just noise. So I'm happy to keep it in my private stash for a rainy day
if people are fed up with dmesg spam.

Here's a branch as usual:
git://github.com/vsyrjala/linux.git crtc_plane_name_7

[1] https://lists.freedesktop.org/archives/intel-gfx/2015-December/082359.html

Ville Syrjälä (8):
  drm/i915: Use crtc->name in debug messages
  drm/i915: Use plane->name in debug prints
  drm/i915: Set crtc->name to "pipe A", "pipe B", etc.
  drm/i915: Don't leak primary/cursor planes on crtc init failure
  drm/i915: Give meaningful names to all the planes
  drm/i915: Give encoders useful names
  drm/i915: kill STANDARD/CURSOR plane screams
  drm/i915: Add debug prints for encoder modeset hooks

 drivers/gpu/drm/i915/intel_crt.c      |   2 +-
 drivers/gpu/drm/i915/intel_ddi.c      |   2 +-
 drivers/gpu/drm/i915/intel_display.c  | 189 ++++++++++++++++++----------------
 drivers/gpu/drm/i915/intel_dp.c       |   2 +-
 drivers/gpu/drm/i915/intel_dp_mst.c   |   2 +-
 drivers/gpu/drm/i915/intel_dpll_mgr.c |  16 +--
 drivers/gpu/drm/i915/intel_dsi.c      |   2 +-
 drivers/gpu/drm/i915/intel_dvo.c      |  18 +++-
 drivers/gpu/drm/i915/intel_fbdev.c    |   4 +-
 drivers/gpu/drm/i915/intel_hdmi.c     |   2 +-
 drivers/gpu/drm/i915/intel_lvds.c     |   2 +-
 drivers/gpu/drm/i915/intel_sdvo.c     |   2 +-
 drivers/gpu/drm/i915/intel_sprite.c   |  16 ++-
 drivers/gpu/drm/i915/intel_tv.c       |   2 +-
 14 files changed, 150 insertions(+), 111 deletions(-)

-- 
2.7.4



More information about the Intel-gfx mailing list