Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/core/
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()
90 nvkm_client_notify_put(struct nvkm_client *client, int index) in nvkm_client_notify_put()
102 nvkm_client_notify_get(struct nvkm_client *client, int index) in nvkm_client_notify_get()
114 nvkm_client_notify_del(struct nvkm_client *client, int index) in nvkm_client_notify_del()
131 struct nvkm_client *client = object->client; in nvkm_client_notify_new()
178 static const struct nvkm_object_func nvkm_client; variable
179 struct nvkm_client *
180 nvkm_client_search(struct nvkm_client *client, u64 handle) in nvkm_client_search()
[all …]
Dioctl.c33 nvkm_ioctl_nop(struct nvkm_client *client, in nvkm_ioctl_nop()
51 nvkm_ioctl_sclass(struct nvkm_client *client, in nvkm_ioctl_sclass()
84 nvkm_ioctl_new(struct nvkm_client *client, in nvkm_ioctl_new()
147 nvkm_ioctl_del(struct nvkm_client *client, in nvkm_ioctl_del()
166 nvkm_ioctl_mthd(struct nvkm_client *client, in nvkm_ioctl_mthd()
186 nvkm_ioctl_rd(struct nvkm_client *client, in nvkm_ioctl_rd()
226 nvkm_ioctl_wr(struct nvkm_client *client, in nvkm_ioctl_wr()
255 nvkm_ioctl_map(struct nvkm_client *client, in nvkm_ioctl_map()
280 nvkm_ioctl_unmap(struct nvkm_client *client, in nvkm_ioctl_unmap()
298 nvkm_ioctl_ntfy_new(struct nvkm_client *client, in nvkm_ioctl_ntfy_new()
[all …]
Dobject.c29 nvkm_object_search(struct nvkm_client *client, u64 handle, in nvkm_object_search()
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/core/
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; \
Dioctl.h5 struct nvkm_client;
7 int nvkm_ioctl(struct nvkm_client *, void *, u32, void **);
Dobject.h10 struct nvkm_client *client;
75 struct nvkm_object *nvkm_object_search(struct nvkm_client *, u64 object,
Doclass.h27 struct nvkm_client *client;
/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_nvif.c63 struct nvkm_client *client = priv; in nvkm_client_resume()
70 struct nvkm_client *client = priv; in nvkm_client_suspend()
78 return nvkm_client_new(name, device, cfg, dbg, nvif_notify, (struct nvkm_client **)ppriv); in nvkm_client_driver_init()
Dnouveau_drm.c830 struct nvkm_client *client; in nouveau_drm_device_remove()
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/engine/
Ddma.h6 struct nvkm_client;
24 struct nvkm_dmaobj *nvkm_dmaobj_search(struct nvkm_client *, u64 object);
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/
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-v6.1/drivers/gpu/drm/nouveau/include/nvif/
Dclient.h25 (struct nvkm_client *)_client->object.priv; \
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
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()
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()
Dvmm.h148 int (*mthd)(struct nvkm_vmm *, struct nvkm_client *,
227 int gp100_vmm_mthd(struct nvkm_vmm *, struct nvkm_client *, u32, void *, u32);
Dvmmgp100.c535 struct nvkm_client *client, u32 mthd, void *argv, u32 argc) in gp100_vmm_mthd()
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Duser.c35 nvkm_dmaobj_search(struct nvkm_client *client, u64 handle) in nvkm_dmaobj_search()
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c387 struct nvkm_client *client = oclass->client; in nvkm_udevice_new()
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchan.c332 struct nvkm_client *client = oclass->client; in nvkm_fifo_chan_ctor()
Dgpfifogk104.c43 struct nvkm_client *client = chan->base.object.client; in gk104_fifo_gpfifo_kick_locked()