Searched defs:__drm_dbg (Results 1 – 2 of 2) sorted by relevance
283 void __drm_dbg(enum drm_debug_category category, const char *format, ...) in __drm_dbg() function
524 #define __drm_dbg(cat, fmt, ...) ___drm_dbg(NULL, cat, fmt, ##__VA_ARGS__) macro526 #define __drm_dbg(cat, fmt, ...) \ macro