Searched refs:_DRM_PRINTK (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_print.h | 585 #define _DRM_PRINTK(once, level, fmt, ...) \ macro 590 _DRM_PRINTK(, INFO, fmt, ##__VA_ARGS__) 593 _DRM_PRINTK(, NOTICE, fmt, ##__VA_ARGS__) 596 _DRM_PRINTK(, WARNING, fmt, ##__VA_ARGS__) 600 _DRM_PRINTK(_once, INFO, fmt, ##__VA_ARGS__) 603 _DRM_PRINTK(_once, NOTICE, fmt, ##__VA_ARGS__) 606 _DRM_PRINTK(_once, WARNING, fmt, ##__VA_ARGS__)
|