hi drm folks,
Heres a small set of assorted patches which are IMO suitable for rcX; one doc fix, 2 patches folding multiple DBGs together, and a format string modification.
Jim Cromie (4): drm: fix doc grammar error amdgpu_ucode: reduce number of pr_debug calls nouveau: fold multiple DRM_DEBUG_DRIVERs together i915/gvt: remove spaces in pr_debug "gvt: core:" etc prefixes
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 293 ++++++++++++---------- drivers/gpu/drm/i915/gvt/debug.h | 18 +- drivers/gpu/drm/nouveau/nouveau_drm.c | 36 ++- include/drm/drm_drv.h | 2 +- 4 files changed, 191 insertions(+), 158 deletions(-)