Home
last modified time | relevance | path

Searched refs:nouveau_client_new (Results 1 – 7 of 7) sorted by relevance

/third_party/libdrm/nouveau/
Dnouveau-symbols.txt16 nouveau_client_new
Dnouveau.h90 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **);
Dnouveau.c536 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) in nouveau_client_new() function
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c302 ret = nouveau_client_new(screen->device, &screen->client); in nouveau_screen_init()
Dnouveau_video.c532 ret = nouveau_client_new(screen->device, &dec->client); in nouveau_create_decoder()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c154 ret = nouveau_client_new(context_dev(ctx), &nctx->hw.client); in nouveau_context_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c327 ret = nouveau_client_new(screen->device, &dec->client); in nv84_create_decoder()