summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2015-12-08 18:41:54 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-12-11 09:13:53 +0100
commit9f4c97a236d35b9fe45168a979adb5e1522c0968 (patch)
tree0eb48b1a8ba4824acd1ee230025af77a2c4077fe /include/drm
parentfa3ab4c2113c74a9eae9b6a718b167f7c8833e78 (diff)
downloadop-kernel-dev-9f4c97a236d35b9fe45168a979adb5e1522c0968.zip
op-kernel-dev-9f4c97a236d35b9fe45168a979adb5e1522c0968.tar.gz
drm: Add plane->name and use it in debug prints
Show a sensible name for the plane in debug mesages. The driver may supply its own name, otherwise the core genrates the name ("plane-0", "plane-1" etc.). v2: kstrdup() the name passed by the caller (Jani) v3: Generate a default name if the driver doesn't supply one Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1449592922-5545-7-git-send-email-ville.syrjala@linux.intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 4bea0a1..c2f98ba 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -1496,6 +1496,8 @@ struct drm_plane {
struct drm_device *dev;
struct list_head head;
+ char *name;
+
struct drm_modeset_lock mutex;
struct drm_mode_object base;
OpenPOWER on IntegriCloud