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

2016-08-12 Thread Chris Wilson
On Fri, Aug 12, 2016 at 01:00:53PM -0400, Sean Paul wrote: > This patch consolodates 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. > +void drm_log

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

2016-08-12 Thread Sean Paul
On Fri, Aug 12, 2016 at 1:13 PM, Chris Wilson wrote: > On Fri, Aug 12, 2016 at 01:00:53PM -0400, Sean Paul wrote: >> This patch consolodates 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 del

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

2016-08-12 Thread Sean Paul
This patch consolodates 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 --- drivers/gpu/drm/drm_drv.c | 31 +-- includ