Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/
Ddrm_print.c192 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err() function
196 EXPORT_SYMBOL(__drm_printfn_err);
/linux-6.6.21/include/drm/
Ddrm_print.h90 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf);
247 .printfn = __drm_printfn_err, in drm_err_printer()