| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| A D | client.c | 41 struct nvkm_client *client; in nvkm_uclient_new() 72 struct nvkm_client *client; 85 struct nvkm_client *client = notify->client; in nvkm_client_notify() 179 struct nvkm_client * 188 return nvkm_client(object); in nvkm_client_search() 220 struct nvkm_client *client = nvkm_client(object); in nvkm_client_mthd() 258 struct nvkm_client *client = nvkm_client(object); in nvkm_client_fini() 270 struct nvkm_client *client = nvkm_client(object); in nvkm_client_dtor() 278 nvkm_client = { variable 289 struct nvkm_client **pclient) in nvkm_client_new() [all …]
|
| A D | ioctl.c | 32 nvkm_ioctl_nop(struct nvkm_client *client, in nvkm_ioctl_nop() 50 nvkm_ioctl_sclass(struct nvkm_client *client, in nvkm_ioctl_sclass() 83 nvkm_ioctl_new(struct nvkm_client *client, in nvkm_ioctl_new() 146 nvkm_ioctl_del(struct nvkm_client *client, in nvkm_ioctl_del() 165 nvkm_ioctl_mthd(struct nvkm_client *client, in nvkm_ioctl_mthd() 185 nvkm_ioctl_rd(struct nvkm_client *client, in nvkm_ioctl_rd() 225 nvkm_ioctl_wr(struct nvkm_client *client, in nvkm_ioctl_wr() 254 nvkm_ioctl_map(struct nvkm_client *client, in nvkm_ioctl_map() 279 nvkm_ioctl_unmap(struct nvkm_client *client, in nvkm_ioctl_unmap() 297 nvkm_ioctl_ntfy_new(struct nvkm_client *client, in nvkm_ioctl_ntfy_new() [all …]
|
| A D | object.c | 29 nvkm_object_search(struct nvkm_client *client, u64 handle, in nvkm_object_search()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| A D | client.h | 4 #define nvkm_client(p) container_of((p), struct nvkm_client, object) macro 7 struct nvkm_client { struct 26 struct nvkm_client **); argument 27 struct nvkm_client *nvkm_client_search(struct nvkm_client *, u64 handle); 31 int nvkm_client_notify_del(struct nvkm_client *, int index); 32 int nvkm_client_notify_get(struct nvkm_client *, int index); 33 int nvkm_client_notify_put(struct nvkm_client *, int index); 38 const struct nvkm_client *_client = _object->client; \
|
| A D | ioctl.h | 5 struct nvkm_client; 7 int nvkm_ioctl(struct nvkm_client *, void *, u32, void **);
|
| A D | object.h | 10 struct nvkm_client *client; 75 struct nvkm_object *nvkm_object_search(struct nvkm_client *, u64 object,
|
| A D | oclass.h | 27 struct nvkm_client *client;
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_nvif.c | 63 struct nvkm_client *client = priv; in nvkm_client_resume() 70 struct nvkm_client *client = priv; in nvkm_client_suspend() 107 (struct nvkm_client **)ppriv); in nvkm_client_driver_init()
|
| A D | nouveau_drm.c | 817 struct nvkm_client *client; in nouveau_drm_device_remove()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
| A D | dma.h | 6 struct nvkm_client; 24 struct nvkm_dmaobj *nvkm_dmaobj_search(struct nvkm_client *, u64 object);
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| A D | mmu.h | 83 struct nvkm_memory *nvkm_umem_search(struct nvkm_client *, u64); 84 struct nvkm_vmm *nvkm_uvmm_search(struct nvkm_client *, u64 handle);
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| A D | umem.c | 35 nvkm_umem_search(struct nvkm_client *client, u64 handle) in nvkm_umem_search() 37 struct nvkm_client *master = client->object.client; in nvkm_umem_search()
|
| A D | uvmm.c | 34 nvkm_uvmm_search(struct nvkm_client *client, u64 handle) in nvkm_uvmm_search() 144 struct nvkm_client *client = uvmm->object.client; in nvkm_uvmm_mthd_map()
|
| A D | vmm.h | 148 int (*mthd)(struct nvkm_vmm *, struct nvkm_client *, 227 int gp100_vmm_mthd(struct nvkm_vmm *, struct nvkm_client *, u32, void *, u32);
|
| A D | vmmgp100.c | 535 struct nvkm_client *client, u32 mthd, void *argv, u32 argc) in gp100_vmm_mthd()
|
| /linux/drivers/gpu/drm/nouveau/include/nvif/ |
| A D | client.h | 25 (struct nvkm_client *)_client->object.priv; \
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
| A D | user.c | 35 nvkm_dmaobj_search(struct nvkm_client *client, u64 handle) in nvkm_dmaobj_search()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | dmacnv50.c | 40 struct nvkm_client *client = oclass->client; in nv50_disp_dmac_new_()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| A D | gpfifogk104.c | 43 struct nvkm_client *client = chan->base.object.client; in gk104_fifo_gpfifo_kick_locked()
|
| A D | chan.c | 367 struct nvkm_client *client = oclass->client; in nvkm_fifo_chan_ctor()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| A D | user.c | 386 struct nvkm_client *client = oclass->client; in nvkm_udevice_new()
|