[PATCH v2 0/8] drm: Give crtcs and planes actual names (v2)
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Thu Nov 12 11:38:56 PST 2015
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
OK, so another attempt. This time the error handling and cleanup
should be more solid.
Previus attempt was at
http://lists.freedesktop.org/archives/dri-devel/2015-November/094331.html
I pushed v2 to:
git://github.com/vsyrjala/linux.git crtc_plane_name_2
Ville Syrjälä (8):
drm: Add crtc->name and use it in debug messages
drm: Add plane->name and use it in debug prints
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: Fix plane init failure paths
drm/i915: Don't leak primary/cursor planes on crtc init failure
drm/i915: Give meaningful names to all the planes
drivers/gpu/drm/drm_atomic.c | 53 ++++-----
drivers/gpu/drm/drm_atomic_helper.c | 60 +++++-----
drivers/gpu/drm/drm_crtc.c | 11 +-
drivers/gpu/drm/drm_crtc_helper.c | 24 ++--
drivers/gpu/drm/i915/intel_display.c | 218 +++++++++++++++++++++++------------
drivers/gpu/drm/i915/intel_fbdev.c | 5 +-
drivers/gpu/drm/i915/intel_sprite.c | 48 +++++---
include/drm/drm_crtc.h | 4 +
8 files changed, 265 insertions(+), 158 deletions(-)
--
2.4.10
More information about the dri-devel
mailing list