Home
last modified time | relevance | path

Searched refs:__drm_printfn_debug (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/
Ddrm_print.c144 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() function
148 EXPORT_SYMBOL(__drm_printfn_debug);
/Linux-v5.4/include/drm/
Ddrm_print.h85 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf);
224 .printfn = __drm_printfn_debug, in drm_debug_printer()