Re: [Intel-gfx] [PATCH v2] drm/printer: Add drm_vprintf()

2017-11-10 Thread Daniel Vetter
On Fri, Nov 10, 2017 at 09:52:26AM +, Chris Wilson wrote: > Simple va_args equivalent to the existing drm_printf() for use with the > drm_printer. > > Signed-off-by: Chris Wilson Reviewed-by: Daniel Vetter I guess you want an ack from Dave

[PATCH v2] drm/printer: Add drm_vprintf()

2017-11-10 Thread Chris Wilson
Simple va_args equivalent to the existing drm_printf() for use with the drm_printer. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_print.c | 5 + include/drm/drm_print.h | 14 ++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git