Searched refs:___drm_dbg (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_print.h | 571 void ___drm_dbg(struct _ddebug *desc, enum drm_debug_category category, const char *format, ...); 576 #define __drm_dbg(cat, fmt, ...) ___drm_dbg(NULL, cat, fmt, ##__VA_ARGS__) 579 _dynamic_func_call_cls(cat, fmt, ___drm_dbg, \
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_print.c | 310 void ___drm_dbg(struct _ddebug *desc, enum drm_debug_category category, const char *format, ...) in ___drm_dbg() function 327 EXPORT_SYMBOL(___drm_dbg);
|