drm/printer: Add drm_vprintf()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Nov 2017 08:40:46 +0000 (08:40 +0000)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Thu, 23 Nov 2017 10:31:49 +0000 (12:31 +0200)
commite2b155e9924c39c074339cf77e22a0a4cead66e0
treefcaa71de0087f4a759f36121d1e57b1f41d6186e
parentf1781e9bb2dd2305d8d7ffbede1888ae22119557
drm/printer: Add drm_vprintf()

Simple va_args equivalent to the existing drm_printf() for use with the
drm_printer.

v2: Fixup kerneldoc to match final parameter names.
v3: Turn it into a kerneldoc comment

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Rob Clark <robdclark@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Dave Airlie <airlied@redhat.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171123084051.30203-1-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_print.c
include/drm/drm_print.h