Home
last modified time | relevance | path

Searched refs:nouveau_device_new (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/nouveau/
Dnouveau-symbol-check30 nouveau_device_new
Dnouveau.h74 int nouveau_device_new(struct nouveau_object *parent, int32_t oclass,
Dnouveau.c368 nouveau_device_new(struct nouveau_object *parent, int32_t oclass, in nouveau_device_new() function
473 ret = nouveau_device_new(&drm->client, NV_DEVICE, in nouveau_device_wrap()
/external/mesa3d/src/gallium/winsys/nouveau/drm/
Dnouveau_drm_winsys.c101 ret = nouveau_device_new(&drm->client, NV_DEVICE, in nouveau_drm_screen_create()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c111 ret = nouveau_device_new(&screen->drm->client, NV_DEVICE, in nouveau_init_screen2()