/drivers/gpu/drm/nouveau/nvkm/core/ |
D | client.c | 40 struct nvkm_client *client; in nvkm_uclient_new() 70 static const struct nvkm_object_func nvkm_client; variable 71 struct nvkm_client * 72 nvkm_client_search(struct nvkm_client *client, u64 handle) in nvkm_client_search() 76 object = nvkm_object_search(client, handle, &nvkm_client); in nvkm_client_search() 80 return nvkm_client(object); in nvkm_client_search() 84 nvkm_client_mthd_devlist(struct nvkm_client *client, void *data, u32 size) in nvkm_client_mthd_devlist() 112 struct nvkm_client *client = nvkm_client(object); in nvkm_client_mthd() 156 return nvkm_client(object); in nvkm_client_dtor() 160 nvkm_client = { variable [all …]
|
D | ioctl.c | 33 nvkm_ioctl_nop(struct nvkm_client *client, in nvkm_ioctl_nop() 71 nvkm_ioctl_sclass(struct nvkm_client *client, in nvkm_ioctl_sclass() 103 nvkm_ioctl_new(struct nvkm_client *client, in nvkm_ioctl_new() 166 nvkm_ioctl_del(struct nvkm_client *client, in nvkm_ioctl_del() 185 nvkm_ioctl_mthd(struct nvkm_client *client, in nvkm_ioctl_mthd() 205 nvkm_ioctl_rd(struct nvkm_client *client, in nvkm_ioctl_rd() 245 nvkm_ioctl_wr(struct nvkm_client *client, in nvkm_ioctl_wr() 274 nvkm_ioctl_map(struct nvkm_client *client, in nvkm_ioctl_map() 299 nvkm_ioctl_unmap(struct nvkm_client *client, in nvkm_ioctl_unmap() 318 int (*func)(struct nvkm_client *, struct nvkm_object *, void *, u32); [all …]
|
D | uevent.c | 116 struct nvkm_client *client = uevent->object.client; in nvkm_uevent_ntfy()
|
D | object.c | 29 nvkm_object_search(struct nvkm_client *client, u64 handle, in nvkm_object_search()
|
/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 4 #define nvkm_client(p) container_of((p), struct nvkm_client, object) macro 7 struct nvkm_client { struct 24 int (*)(u64, void *, u32), struct nvkm_client **); argument 25 struct nvkm_client *nvkm_client_search(struct nvkm_client *, u64 handle); 30 const struct nvkm_client *_client = _object->client; \
|
D | ioctl.h | 5 struct nvkm_client; 7 int nvkm_ioctl(struct nvkm_client *, void *, u32, void **);
|
D | object.h | 11 struct nvkm_client *client; 77 struct nvkm_object *nvkm_object_search(struct nvkm_client *, u64 object,
|
D | oclass.h | 27 struct nvkm_client *client;
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_nvif.c | 61 struct nvkm_client *client = priv; in nvkm_client_resume() 68 struct nvkm_client *client = priv; in nvkm_client_suspend() 89 (struct nvkm_client **)ppriv); in nvkm_client_driver_init()
|
D | nouveau_drm.c | 857 struct nvkm_client *client; in nouveau_drm_device_remove()
|
/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | dma.h | 6 struct nvkm_client; 24 struct nvkm_dmaobj *nvkm_dmaobj_search(struct nvkm_client *, u64 object);
|
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | cgrp.h | 6 struct nvkm_client; 62 struct nvkm_vctx **, struct nvkm_client *);
|
D | cgrp.c | 52 struct nvkm_chan *chan, struct nvkm_client *client) in nvkm_cgrp_ectx_get() 120 struct nvkm_vctx **pvctx, struct nvkm_client *client) in nvkm_cgrp_vctx_get()
|
D | chan.h | 70 struct nvkm_client * /*TODO: remove need for this */);
|
D | chan.c | 94 struct nvkm_client *client) in nvkm_chan_cctx_get()
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | mmu.h | 101 struct nvkm_memory *nvkm_umem_search(struct nvkm_client *, u64); 102 struct nvkm_vmm *nvkm_uvmm_search(struct nvkm_client *, u64 handle);
|
/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
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()
|
D | uvmm.c | 34 nvkm_uvmm_search(struct nvkm_client *client, u64 handle) in nvkm_uvmm_search() 153 struct nvkm_client *client = uvmm->object.client; in nvkm_uvmm_mthd_map() 392 struct nvkm_client *client = uvmm->object.client; in nvkm_uvmm_mthd_raw_map()
|
D | vmm.h | 148 int (*mthd)(struct nvkm_vmm *, struct nvkm_client *, 252 int gp100_vmm_mthd(struct nvkm_vmm *, struct nvkm_client *, u32, void *, u32);
|
D | vmmgp100.c | 537 struct nvkm_client *client, u32 mthd, void *argv, u32 argc) in gp100_vmm_mthd()
|
/drivers/gpu/drm/nouveau/include/nvif/ |
D | client.h | 25 (struct nvkm_client *)_client->object.priv; \
|
/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
D | user.c | 35 nvkm_dmaobj_search(struct nvkm_client *client, u64 handle) in nvkm_dmaobj_search()
|
/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | user.c | 389 struct nvkm_client *client = oclass->client; in nvkm_udevice_new()
|