public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/8] drm/i915: Give crtcs and planes actual names (v5)
@ 2016-05-27 17:59 ville.syrjala
  2016-05-27 17:59 ` [PATCH v2 1/8] drm/i915: Use crtc->name in debug messages ville.syrjala
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: ville.syrjala @ 2016-05-27 17:59 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-05-30 14:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-27 17:59 [PATCH 0/8] drm/i915: Give crtcs and planes actual names (v5) ville.syrjala
2016-05-27 17:59 ` [PATCH v2 1/8] drm/i915: Use crtc->name in debug messages ville.syrjala
2016-05-27 17:59 ` [PATCH v2 2/8] drm/i915: Use plane->name in debug prints ville.syrjala
2016-05-27 17:59 ` [PATCH v5 3/8] drm/i915: Set crtc->name to "pipe A", "pipe B", etc ville.syrjala
2016-05-27 17:59 ` [PATCH 4/8] drm/i915: Don't leak primary/cursor planes on crtc init failure ville.syrjala
2016-05-27 17:59 ` [PATCH v3 5/8] drm/i915: Give meaningful names to all the planes ville.syrjala
2016-05-27 17:59 ` [PATCH v3 6/8] drm/i915: Give encoders useful names ville.syrjala
2016-05-27 17:59 ` [PATCH 7/8] drm/i915: kill STANDARD/CURSOR plane screams ville.syrjala
2016-05-27 17:59 ` [PATCH v2 8/8] drm/i915: Add debug prints for encoder modeset hooks ville.syrjala
2016-05-27 18:38   ` Chris Wilson
2016-05-27 20:21 ` [PATCH 0/8] drm/i915: Give crtcs and planes actual names (v5) Chris Wilson
2016-05-30 14:47   ` Ville Syrjälä
2016-05-28  5:34 ` ✓ Ro.CI.BAT: success for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox