HomeSort by: relevance | last modified time | path
    Searched refs:nouveau_out (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/nouveau/
private.h 20 drm_private extern FILE *nouveau_out;
24 fprintf(nouveau_out, "nouveau: "fmt, ##args); \
26 #define err(fmt, args...) fprintf(nouveau_out, "nouveau: "fmt, ##args)
nouveau.c 49 drm_private FILE *nouveau_out = NULL; variable
70 nouveau_out = stderr;
75 nouveau_out = fout;

Completed in 9 milliseconds