[Intel-gfx] [PATCH v3 06/14] drm: Add plane->name and use it in debug prints

2015-12-11 Thread Daniel Vetter
On Tue, Dec 08, 2015 at 06:41:54PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > 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

[PATCH v3 06/14] drm: Add plane->name and use it in debug prints

2015-12-08 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä 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