[PATCH v2 2/3] drm/amd/amdgpu: add print prefix for dev_* variants

From: Aurabindo Pillai
Date: Wed Apr 08 2020 - 21:28:30 EST


Define dev_fmt macro for informative print messages

Signed-off-by: Aurabindo Pillai <mail@xxxxxxxxxxxx>
---
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 67d654a89..7a52d37e6 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -34,6 +34,12 @@

#define pr_fmt(fmt) "amdgpu: " fmt

+#ifdef dev_fmt
+#undef dev_fmt
+#endif
+
+#define dev_fmt(fmt) "amdgpu: " fmt
+
#include "amdgpu_ctx.h"

#include <linux/atomic.h>
--
2.26.0