]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/fb-helper: convert to drm device based logging
authorJani Nikula <jani.nikula@intel.com>
Tue, 10 Dec 2019 12:30:45 +0000 (14:30 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 19 Dec 2019 13:54:29 +0000 (15:54 +0200)
commitf33b9730cc5a33c6dd79ac8718ce2fbd9a75a3e3
tree4343d5cc5506c729777a949ee600296116071de0
parent41cb6603add2028b6763140fed835615da7d4729
drm/fb-helper: convert to drm device based logging

Prefer drm_dbg_kms(), drm_info(), and drm_err() over all other
logging. This is about KMS so switch to the KMS category while at it.

Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191210123050.8799-3-jani.nikula@intel.com
drivers/gpu/drm/drm_fb_helper.c