From dafee66dd5eff648fcf2ea291debddea891758b5 Mon Sep 17 00:00:00 2001 From: Harry Wentland Date: Mon, 27 Nov 2017 16:12:43 -0500 Subject: [PATCH 2999/4131] drm/amd/display: Don't spam debug log on long reg waits Certain reg waits take up to a frame. Don't spam the log when this happens. Signed-off-by: Harry Wentland Reviewed-by: Jordan Lazare Acked-by: Harry Wentland Conflicts: drivers/gpu/drm/amd/display/dc/os_types.h Change-Id: I8985743111ec4974451395a828a3d930bbc7ede7 --- drivers/gpu/drm/amd/display/dc/os_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h index 83427a8..00ff3ab 100644 --- a/drivers/gpu/drm/amd/display/dc/os_types.h +++ b/drivers/gpu/drm/amd/display/dc/os_types.h @@ -44,7 +44,7 @@ #undef WRITE #undef FRAME_SIZE -#define dm_output_to_console(fmt, ...) DRM_INFO(fmt, ##__VA_ARGS__) +#define dm_output_to_console(fmt, ...) DRM_DEBUG_KMS(fmt, ##__VA_ARGS__) #define dm_error(fmt, ...) DRM_ERROR(fmt, ##__VA_ARGS__) -- 2.7.4