projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702673f
)
drm/msm: use DRM_DEBUG_DRIVER()
author
Rob Clark
<robdclark@gmail.com>
Tue, 1 Nov 2016 21:42:33 +0000
(17:42 -0400)
committer
Rob Clark
<robdclark@gmail.com>
Sat, 26 Nov 2016 20:45:05 +0000
(15:45 -0500)
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_drv.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/msm/msm_drv.h
b/drivers/gpu/drm/msm/msm_drv.h
index 940bf4992fe2cabd5ec2460d04b2d22e0efba312..c6048ab09b9bba2d36bdedf0f746e1bcbb0824bf 100644
(file)
--- a/
drivers/gpu/drm/msm/msm_drv.h
+++ b/
drivers/gpu/drm/msm/msm_drv.h
@@
-303,8
+303,8
@@
void __iomem *msm_ioremap(struct platform_device *pdev, const char *name,
void msm_writel(u32 data, void __iomem *addr);
u32 msm_readl(const void __iomem *addr);
-#define DBG(fmt, ...) DRM_DEBUG(fmt"\n", ##__VA_ARGS__)
-#define VERB(fmt, ...) if (0) DRM_DEBUG(fmt"\n", ##__VA_ARGS__)
+#define DBG(fmt, ...) DRM_DEBUG
_DRIVER
(fmt"\n", ##__VA_ARGS__)
+#define VERB(fmt, ...) if (0) DRM_DEBUG
_DRIVER
(fmt"\n", ##__VA_ARGS__)
static inline int align_pitch(int width, int bpp)
{