mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 22:37:01 +07:00
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>
This commit is contained in:
parent
2fa417324a
commit
db4b379758
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user