[PATCH] drm: Print pid in drm log

2015-12-21 Thread Daniel Vetter
On Fri, Dec 18, 2015 at 05:11:45PM -0500, Harry Wentland wrote: > From: Andrey Grodzovsky > > Add task ids to all DRM prints so it is easier to resolve > concurency issues and understand the logic. > > Signed-off-by: Andrey Grodzovsky Not sure pid is all that useful, so next patch will add com

[PATCH] drm: Print pid in drm log

2015-12-18 Thread Harry Wentland
From: Andrey Grodzovsky Add task ids to all DRM prints so it is easier to resolve concurency issues and understand the logic. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/drm_drv.c | 16 +--- include/drm/drmP.h| 6 -- 2 files changed, 17 insertions(+), 5 deleti