Searched refs:nvif_client_init (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
H A D | client.h | 17 int nvif_client_init(struct nvif_client *parent, const char *name, u64 device,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
H A D | nouveau_nvif_driver.c | 61 ret = nvif_client_init(client, name, device, client); in nvif_driver_init()
|
H A D | nouveau_nvif_client.c | 67 nvif_client_init(struct nvif_client *parent, const char *name, u64 device, in nvif_client_init() function
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_drm.c | 254 ret = nvif_client_init(&drm->master.base, cli->name, device, in nouveau_cli_init()
|