mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-01 10:14:27 +08:00
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 <harry.wentland@amd.com> Reviewed-by: Jordan Lazare <Jordan.Lazare@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
be3cb58883
commit
e8e722d626
@ -44,14 +44,10 @@
|
|||||||
#undef WRITE
|
#undef WRITE
|
||||||
#undef FRAME_SIZE
|
#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_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)
|
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
|
||||||
#include <asm/fpu/api.h>
|
#include <asm/fpu/api.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user