|
@@ -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
|