Home
last modified time | relevance | path

Searched refs:nouveau_error (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c107 nouveau_error("Error opening the DRM device.\n"); in nouveau_init_screen2()
117 nouveau_error("Error creating device object.\n"); in nouveau_init_screen2()
139 nouveau_error("Unknown chipset: %02X\n", in nouveau_init_screen2()
175 nouveau_error("Error retrieving the device PCIID.\n"); in nouveau_query_renderer_integer()
Dnouveau_context.c150 nouveau_error("Error initializing the FIFO.\n"); in nouveau_context_init()
157 nouveau_error("Error creating thread data\n"); in nouveau_context_init()
165 nouveau_error("Error allocating DMA push buffer\n"); in nouveau_context_init()
172 nouveau_error("Error allocating buffer context\n"); in nouveau_context_init()
182 nouveau_error("Error allocating NULL object\n"); in nouveau_context_init()
Dnouveau_driver.h69 #define nouveau_error(format, ...) \ macro