Home
last modified time | relevance | path

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

/third_party/libdrm/nouveau/
Dprivate.h20 drm_private extern FILE *nouveau_out;
24 fprintf(nouveau_out, "nouveau: "fmt, ##args); \
26 #define err(fmt, args...) fprintf(nouveau_out, "nouveau: "fmt, ##args)
Dnouveau.c49 drm_private FILE *nouveau_out = NULL; variable
70 nouveau_out = stderr; in debug_init()
75 nouveau_out = fout; in debug_init()