drm: remove drm_debug_printer in favor of drm_dbg_printer
authorJani Nikula <jani.nikula@intel.com>
Tue, 16 Jan 2024 13:07:35 +0000 (15:07 +0200)
committerJani Nikula <jani.nikula@intel.com>
Fri, 9 Feb 2024 09:52:43 +0000 (11:52 +0200)
commite154c4fc7bf2d5c3f86d07628ab1cb03e8085c25
tree9395a467f2f00382a7bf88569751076aa459070f
parente7835e023f8422783c4622aa662de7142e48306d
drm: remove drm_debug_printer in favor of drm_dbg_printer

Convert the remaining drm_debug_printer users over to drm_dbg_printer,
as it can handle the cases without struct drm_device pointer, and also
provides drm debug category and prefix support. Remove drm_debug_printer
altogether.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/18b5b91e62d071675a651f6f91c58f05ad74134a.1705410327.git.jani.nikula@intel.com
drivers/gpu/drm/drm_modeset_lock.c
drivers/gpu/drm/drm_print.c
drivers/gpu/drm/ttm/ttm_bo.c
include/drm/drm_print.h