Searched refs:drm_ut_debug_printk (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/drm/ |
D | drmP.h | 134 void drm_ut_debug_printk(const char *function_name, 201 drm_ut_debug_printk(__func__, fmt, ##args); \ 207 drm_ut_debug_printk(__func__, fmt, ##args); \ 212 drm_ut_debug_printk(__func__, fmt, ##args); \ 217 drm_ut_debug_printk(__func__, fmt, ##args); \ 222 drm_ut_debug_printk(__func__, fmt, ##args); \ 227 drm_ut_debug_printk(__func__, fmt, ##args); \
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_drv.c | 75 void drm_ut_debug_printk(const char *function_name, const char *format, ...) in drm_ut_debug_printk() function 88 EXPORT_SYMBOL(drm_ut_debug_printk);
|