Home
last modified time | relevance | path

Searched refs:nvkm_client (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/core/
A Dclient.c41 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 Dioctl.c32 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 Dobject.c29 nvkm_object_search(struct nvkm_client *client, u64 handle, in nvkm_object_search()
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dclient.h4 #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 Dioctl.h5 struct nvkm_client;
7 int nvkm_ioctl(struct nvkm_client *, void *, u32, void **);
A Dobject.h10 struct nvkm_client *client;
75 struct nvkm_object *nvkm_object_search(struct nvkm_client *, u64 object,
A Doclass.h27 struct nvkm_client *client;
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_nvif.c63 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 Dnouveau_drm.c817 struct nvkm_client *client; in nouveau_drm_device_remove()
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
A Ddma.h6 struct nvkm_client;
24 struct nvkm_dmaobj *nvkm_dmaobj_search(struct nvkm_client *, u64 object);
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
A Dmmu.h83 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 Dumem.c35 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 Duvmm.c34 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 Dvmm.h148 int (*mthd)(struct nvkm_vmm *, struct nvkm_client *,
227 int gp100_vmm_mthd(struct nvkm_vmm *, struct nvkm_client *, u32, void *, u32);
A Dvmmgp100.c535 struct nvkm_client *client, u32 mthd, void *argv, u32 argc) in gp100_vmm_mthd()
/linux/drivers/gpu/drm/nouveau/include/nvif/
A Dclient.h25 (struct nvkm_client *)_client->object.priv; \
/linux/drivers/gpu/drm/nouveau/nvkm/engine/dma/
A Duser.c35 nvkm_dmaobj_search(struct nvkm_client *client, u64 handle) in nvkm_dmaobj_search()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Ddmacnv50.c40 struct nvkm_client *client = oclass->client; in nv50_disp_dmac_new_()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Dgpfifogk104.c43 struct nvkm_client *client = chan->base.object.client; in gk104_fifo_gpfifo_kick_locked()
A Dchan.c367 struct nvkm_client *client = oclass->client; in nvkm_fifo_chan_ctor()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
A Duser.c386 struct nvkm_client *client = oclass->client; in nvkm_udevice_new()

Completed in 36 milliseconds