Home
last modified time | relevance | path

Searched defs:__drm_dbg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_print.h524 #define __drm_dbg(cat, fmt, ...) ___drm_dbg(NULL, cat, fmt, ##__VA_ARGS__) macro
526 #define __drm_dbg(cat, fmt, ...) \ macro