[PATCH v4] drm: Introduce DRM_DEV_* log messages

2016-08-18 Thread Sean Paul
On Tue, Aug 16, 2016 at 9:56 AM, Eric Engestrom wrote: > On Tue, Aug 16, 2016 at 09:18:34AM -0700, Sean Paul wrote: >> On Tue, Aug 16, 2016 at 5:28 AM, Eric Engestrom >> wrote: >> > On Mon, Aug 15, 2016 at 04:18:04PM -0700, Sean Paul wrote: >> >> This patch consolidates all the various log functi

[PATCH v4] drm: Introduce DRM_DEV_* log messages

2016-08-16 Thread Eric Engestrom
On Tue, Aug 16, 2016 at 09:18:34AM -0700, Sean Paul wrote: > On Tue, Aug 16, 2016 at 5:28 AM, Eric Engestrom > wrote: > > On Mon, Aug 15, 2016 at 04:18:04PM -0700, Sean Paul wrote: > >> This patch consolidates all the various log functions/macros into > >> one uber function, drm_log. It also intro

[PATCH v4] drm: Introduce DRM_DEV_* log messages

2016-08-16 Thread Eric Engestrom
On Mon, Aug 15, 2016 at 04:18:04PM -0700, Sean Paul wrote: > This patch consolidates all the various log functions/macros into > one uber function, drm_log. It also introduces some new DRM_DEV_* > variants that print the device name to delineate multiple devices > of the same type. > > Signed-off-

[PATCH v4] drm: Introduce DRM_DEV_* log messages

2016-08-16 Thread Sean Paul
On Tue, Aug 16, 2016 at 5:28 AM, Eric Engestrom wrote: > On Mon, Aug 15, 2016 at 04:18:04PM -0700, Sean Paul wrote: >> This patch consolidates all the various log functions/macros into >> one uber function, drm_log. It also introduces some new DRM_DEV_* >> variants that print the device name to de

[PATCH v4] drm: Introduce DRM_DEV_* log messages

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