mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
drm/msm/sde: Stub out logging macros
Change-Id: I9e78135ea3c5644f3328da7b7424ea80a15c2f85 Signed-off-by: Samuel Pascua <pascua.samuel.14@gmail.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
d3a7ee1b9f
commit
c1da7de4de
@ -46,24 +46,21 @@
|
||||
* SDE_DEBUG - macro for kms/plane/crtc/encoder/connector logs
|
||||
* @fmt: Pointer to format string
|
||||
*/
|
||||
#define SDE_DEBUG(fmt, ...) \
|
||||
no_printk(fmt, ##__VA_ARGS__)
|
||||
static inline void SDE_DEBUG(const char *fmt, ...) {}
|
||||
|
||||
/**
|
||||
* SDE_INFO - macro for kms/plane/crtc/encoder/connector logs
|
||||
* @fmt: Pointer to format string
|
||||
*/
|
||||
#define SDE_INFO(fmt, ...) \
|
||||
no_printk(fmt, ##__VA_ARGS__)
|
||||
static inline void SDE_INFO(const char *fmt, ...) {}
|
||||
|
||||
/**
|
||||
* SDE_DEBUG_DRIVER - macro for hardware driver logging
|
||||
* @fmt: Pointer to format string
|
||||
*/
|
||||
#define SDE_DEBUG_DRIVER(fmt, ...) \
|
||||
no_printk(fmt, ##__VA_ARGS__)
|
||||
static inline void SDE_DEBUG_DRIVER(const char *fmt, ...) {}
|
||||
|
||||
#define SDE_ERROR(fmt, ...) pr_err("[sde error]" fmt, ##__VA_ARGS__)
|
||||
static inline void SDE_ERROR(const char *fmt, ...) {}
|
||||
|
||||
#define POPULATE_RECT(rect, a, b, c, d, Q16_flag) \
|
||||
do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user