[PATCH v3 1/2] drm: Introduce DRM_DEV_* log messages

2016-08-15 Thread Eric Engestrom
On Fri, Aug 12, 2016 at 04:29:37PM -0400, Sean Paul wrote: > This patch consolidates all the various log functions/macros into > one uber function, drm_printk. It also introduces some new DRM_DEV_* > variants that use dev_printk to print the device name, which helps > delineate multiple devices of

[PATCH v3 1/2] drm: Introduce DRM_DEV_* log messages

2016-08-12 Thread Chris Wilson
On Fri, Aug 12, 2016 at 04:29:37PM -0400, Sean Paul wrote: > This patch consolidates all the various log functions/macros into > one uber function, drm_printk. It also introduces some new DRM_DEV_* > variants that use dev_printk to print the device name, which helps > delineate multiple devices of

[PATCH v3 1/2] drm: Introduce DRM_DEV_* log messages

2016-08-12 Thread Sean Paul
This patch consolidates all the various log functions/macros into one uber function, drm_printk. It also introduces some new DRM_DEV_* variants that use dev_printk to print the device name, which helps delineate multiple devices of the same type. Signed-off-by: Sean Paul --- Changes in v2: