Re: [PATCH] drm: Enable pr_debug() for drm_printer

2017-10-30 Thread Sean Paul
On Fri, Oct 27, 2017 at 12:06:02PM +0100, Chris Wilson wrote: > pr_debug() is conditionally compiled and requires either > dynamic-debugging to be enabled or for the code to opt-in using #define > DEBUG. Since drm_print provides a central debugging facility using > pr_debug(), make sure it will

[PATCH] drm: Enable pr_debug() for drm_printer

2017-10-27 Thread Chris Wilson
pr_debug() is conditionally compiled and requires either dynamic-debugging to be enabled or for the code to opt-in using #define DEBUG. Since drm_print provides a central debugging facility using pr_debug(), make sure it will always produce output. Signed-off-by: Chris Wilson