projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be3cb58
)
drm/amd/display: Don't spam debug log on long reg waits
author
Harry Wentland
<
[email protected]
>
Mon, 27 Nov 2017 21:12:43 +0000
(16:12 -0500)
committer
Alex Deucher
<
[email protected]
>
Wed, 20 Dec 2017 19:46:06 +0000
(14:46 -0500)
Certain reg waits take up to a frame. Don't spam the log when this
happens.
Signed-off-by: Harry Wentland <
[email protected]
>
Reviewed-by: Jordan Lazare <
[email protected]
>
Acked-by: Harry Wentland <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/display/dc/os_types.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/os_types.h
b/drivers/gpu/drm/amd/display/dc/os_types.h
index 68ce2ab8f4553d9136e049ba611955e87dc69e4d..1fcbc99e63b58f1839be535c95665c682165a942 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/os_types.h
+++ b/
drivers/gpu/drm/amd/display/dc/os_types.h
@@
-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