summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include/logger_types.h
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2018-04-09 14:04:56 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-05-15 13:43:06 -0500
commitdb4b37975888cf22e39f2cabc6590167faabaeaa (patch)
tree9b88e762fef7177678eff32ac85b9159b1db2f94 /drivers/gpu/drm/amd/display/include/logger_types.h
parent2fa417324abd635294c298f9f3119743055bf5b9 (diff)
downloadlinux-db4b37975888cf22e39f2cabc6590167faabaeaa.tar.bz2
drm/amd/display: Don't spam debug messages
Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Leo (Sunpeng) Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/logger_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/logger_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/include/logger_types.h b/drivers/gpu/drm/amd/display/include/logger_types.h
index 4f332e80cecc..b608a0830801 100644
--- a/drivers/gpu/drm/amd/display/include/logger_types.h
+++ b/drivers/gpu/drm/amd/display/include/logger_types.h
@@ -32,7 +32,7 @@
#define DC_LOG_ERROR(...) DRM_ERROR(__VA_ARGS__)
#define DC_LOG_WARNING(...) DRM_WARN(__VA_ARGS__)
-#define DC_LOG_DEBUG(...) DRM_INFO(__VA_ARGS__)
+#define DC_LOG_DEBUG(...) DRM_DEBUG_KMS(__VA_ARGS__)
#define DC_LOG_DC(...) DRM_DEBUG_KMS(__VA_ARGS__)
#define DC_LOG_DTN(...) DRM_DEBUG_KMS(__VA_ARGS__)
#define DC_LOG_SURFACE(...) pr_debug("[SURFACE]:"__VA_ARGS__)