Home
last modified time | relevance | path

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

/linux-6.14.4/include/drm/
Ddrm_print.h655 #define __drm_dbg(cat, fmt, ...) __drm_dev_dbg(NULL, NULL, cat, fmt, ##__VA_ARGS__) macro
657 #define __drm_dbg(cat, fmt, ...) \ macro