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