Searched refs:nouveau_client_new (Results 1 – 10 of 10) sorted by relevance
/external/libdrm/nouveau/ |
D | nouveau-symbols.txt | 16 nouveau_client_new
|
D | nouveau.h | 90 int nouveau_client_new(struct nouveau_device *, struct nouveau_client **);
|
D | nouveau.c | 536 nouveau_client_new(struct nouveau_device *dev, struct nouveau_client **pclient) in nouveau_client_new() function
|
/external/igt-gpu-tools/tests/ |
D | prime_nv_api.c | 371 igt_assert(nouveau_client_new(ndev, &nclient) >= 0); 376 igt_assert(nouveau_client_new(ndev2, &nclient2) >= 0);;
|
D | prime_nv_test.c | 370 igt_assert(nouveau_client_new(ndev, &nclient) == 0);
|
D | prime_nv_pcopy.c | 221 igt_assert(nouveau_client_new(ndev, &nclient) == 0); in init_nouveau()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 293 ret = nouveau_client_new(screen->device, &screen->client); in nouveau_screen_init()
|
D | nouveau_video.c | 532 ret = nouveau_client_new(screen->device, &dec->client); in nouveau_create_decoder()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.c | 154 ret = nouveau_client_new(context_dev(ctx), &nctx->hw.client); in nouveau_context_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video.c | 327 ret = nouveau_client_new(screen->device, &dec->client); in nv84_create_decoder()
|