提交 e8e722d6 编写于 作者: H Harry Wentland 提交者: Alex Deucher

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: NHarry Wentland <harry.wentland@amd.com>
Reviewed-by: NJordan Lazare <Jordan.Lazare@amd.com>
Acked-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 be3cb588
......@@ -44,14 +44,10 @@
#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__)
#define dm_debug(fmt, ...) DRM_DEBUG_KMS(fmt, ##__VA_ARGS__)
#define dm_vlog(fmt, args) vprintk(fmt, args)
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
#include <asm/fpu/api.h>
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册