Home
last modified time | relevance | path

Searched refs:nvkm_object (Results 1 – 25 of 100) sorted by relevance

1234

/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dobject.h9 struct nvkm_object { struct
30 void *(*dtor)(struct nvkm_object *); argument
31 int (*init)(struct nvkm_object *);
32 int (*fini)(struct nvkm_object *, bool suspend);
37 int (*unmap)(struct nvkm_object *);
54 struct nvkm_object **);
56 struct nvkm_object **);
57 void nvkm_object_del(struct nvkm_object **);
58 void *nvkm_object_dtor(struct nvkm_object *);
59 int nvkm_object_init(struct nvkm_object *);
[all …]
A Doclass.h6 struct nvkm_object;
14 struct nvkm_object **);
19 struct nvkm_object **);
28 struct nvkm_object *parent;
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/core/
A Dobject.c28 struct nvkm_object *
32 struct nvkm_object *object; in nvkm_object_search()
58 nvkm_object_remove(struct nvkm_object *object) in nvkm_object_remove()
65 nvkm_object_insert(struct nvkm_object *object) in nvkm_object_insert()
114 nvkm_object_unmap(struct nvkm_object *object) in nvkm_object_unmap()
182 struct nvkm_object *child; in nvkm_object_fini()
224 struct nvkm_object *child; in nvkm_object_init()
260 struct nvkm_object *child, *ctemp; in nvkm_object_dtor()
283 struct nvkm_object *object = *pobject; in nvkm_object_del()
314 struct nvkm_object **pobject) in nvkm_object_new_()
[all …]
A Doproxy.c33 nvkm_oproxy_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_oproxy_ntfy()
40 nvkm_oproxy_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_oproxy_map()
48 nvkm_oproxy_unmap(struct nvkm_object *object) in nvkm_oproxy_unmap()
59 nvkm_oproxy_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_oproxy_rd08()
77 nvkm_oproxy_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_oproxy_wr08()
83 nvkm_oproxy_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_oproxy_wr16()
89 nvkm_oproxy_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_oproxy_wr32()
103 nvkm_oproxy_sclass(struct nvkm_object *object, int index, in nvkm_oproxy_sclass()
126 nvkm_oproxy_fini(struct nvkm_object *object, bool suspend) in nvkm_oproxy_fini()
153 nvkm_oproxy_init(struct nvkm_object *object) in nvkm_oproxy_init()
[all …]
A Duevent.c29 struct nvkm_object object;
30 struct nvkm_object *parent;
61 nvkm_uevent_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uevent_mthd()
76 nvkm_uevent_fini(struct nvkm_object *object, bool suspend) in nvkm_uevent_fini()
85 nvkm_uevent_init(struct nvkm_object *object) in nvkm_uevent_init()
96 nvkm_uevent_dtor(struct nvkm_object *object) in nvkm_uevent_dtor()
138 struct nvkm_object **pobject) in nvkm_uevent_new()
140 struct nvkm_object *parent = oclass->parent; in nvkm_uevent_new()
A Dioctl.c34 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop()
72 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass()
104 struct nvkm_object *parent, void *data, u32 size) in nvkm_ioctl_new()
109 struct nvkm_object *object = NULL; in nvkm_ioctl_new()
167 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_del()
186 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_mthd()
206 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_rd()
246 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_wr()
300 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_unmap()
336 struct nvkm_object *object; in nvkm_ioctl_path()
[all …]
A Dclient.c35 struct nvkm_object **pobject) in nvkm_uclient_new()
74 struct nvkm_object *object; in nvkm_client_search()
110 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_client_mthd()
124 void *data, u32 size, struct nvkm_object **pobject) in nvkm_client_child_new()
130 nvkm_client_child_get(struct nvkm_object *object, int index, in nvkm_client_child_get()
148 nvkm_client_fini(struct nvkm_object *object, bool suspend) in nvkm_client_fini()
154 nvkm_client_dtor(struct nvkm_object *object) in nvkm_client_dtor()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dchan.h19 struct nvkm_object object;
27 int nvkm_disp_core_new(const struct nvkm_oclass *, void *, u32, struct nvkm_object **);
28 int nvkm_disp_chan_new(const struct nvkm_oclass *, void *, u32, struct nvkm_object **);
29 int nvkm_disp_wndw_new(const struct nvkm_oclass *, void *, u32, struct nvkm_object **);
37 int (*bind)(struct nvkm_disp_chan *, struct nvkm_object *, u32 handle);
45 int nv50_disp_dmac_bind(struct nvkm_disp_chan *, struct nvkm_object *, u32);
52 int gf119_disp_dmac_bind(struct nvkm_disp_chan *, struct nvkm_object *, u32);
61 int gv100_disp_dmac_bind(struct nvkm_disp_chan *, struct nvkm_object *, u32);
A Dchan.c30 nvkm_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_disp_chan_rd32()
41 nvkm_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_disp_chan_wr32()
69 nvkm_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_disp_chan_map()
102 struct nvkm_object **pobject) in nvkm_disp_chan_child_new()
153 nvkm_disp_chan_fini(struct nvkm_object *object, bool suspend) in nvkm_disp_chan_fini()
163 nvkm_disp_chan_init(struct nvkm_object *object) in nvkm_disp_chan_init()
172 nvkm_disp_chan_dtor(struct nvkm_object *object) in nvkm_disp_chan_dtor()
200 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_disp_chan_new_()
252 struct nvkm_object **pobject) in nvkm_disp_wndw_new()
261 struct nvkm_object **pobject) in nvkm_disp_chan_new()
[all …]
A Dpriv.h40 struct nvkm_object **);
68 int gv100_disp_caps_new(const struct nvkm_oclass *, void *, u32, struct nvkm_object **);
82 int nvkm_udisp_new(const struct nvkm_oclass *, void *, u32, struct nvkm_object **);
83 int nvkm_uconn_new(const struct nvkm_oclass *, void *, u32, struct nvkm_object **);
84 int nvkm_uoutp_new(const struct nvkm_oclass *, void *, u32, struct nvkm_object **);
85 int nvkm_uhead_new(const struct nvkm_oclass *, void *, u32, struct nvkm_object **);
A Duconn.c34 nvkm_uconn_uevent_aux(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_aux()
51 nvkm_uconn_uevent_gpio(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_gpio()
66 nvkm_uconn_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uconn_uevent()
130 nvkm_uconn_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uconn_mthd()
144 nvkm_uconn_dtor(struct nvkm_object *object) in nvkm_uconn_dtor()
163 nvkm_uconn_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_uconn_new()
A Duhead.c31 nvkm_uhead_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uhead_uevent()
75 nvkm_uhead_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uhead_mthd()
87 nvkm_uhead_dtor(struct nvkm_object *object) in nvkm_uhead_dtor()
106 nvkm_uhead_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_uhead_new()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/device/
A Duser.c38 struct nvkm_object object;
75 struct nvkm_object *object = &udev->object; in nvkm_udevice_info()
172 struct nvkm_object *object = &udev->object; in nvkm_udevice_time()
205 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_udevice_rd08()
229 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_udevice_wr08()
265 nvkm_udevice_fini(struct nvkm_object *object, bool suspend) in nvkm_udevice_fini()
286 nvkm_udevice_init(struct nvkm_object *object) in nvkm_udevice_init()
308 void *data, u32 size, struct nvkm_object **pobject) in nvkm_udevice_child_new()
316 nvkm_udevice_child_get(struct nvkm_object *object, int index, in nvkm_udevice_child_get()
384 struct nvkm_object **pobject) in nvkm_udevice_new()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
A Duser.c32 nvkm_ufault_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_ufault_uevent()
47 nvkm_ufault_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_ufault_map()
59 nvkm_ufault_fini(struct nvkm_object *object, bool suspend) in nvkm_ufault_fini()
67 nvkm_ufault_init(struct nvkm_object *object) in nvkm_ufault_init()
75 nvkm_ufault_dtor(struct nvkm_object *object) in nvkm_ufault_dtor()
91 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_ufault_new()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
A Dnv20.h26 struct nvkm_object object;
32 void *nv20_gr_chan_dtor(struct nvkm_object *);
33 int nv20_gr_chan_init(struct nvkm_object *);
34 int nv20_gr_chan_fini(struct nvkm_object *, bool);
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Ducgrp.c32 struct nvkm_object object;
38 struct nvkm_object **pobject) in nvkm_ucgrp_chan_new()
46 nvkm_ucgrp_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_ucgrp_sclass()
66 nvkm_ucgrp_dtor(struct nvkm_object *object) in nvkm_ucgrp_dtor()
82 struct nvkm_object **pobject) in nvkm_ucgrp_new()
A Duchan.c37 struct nvkm_object object;
42 nvkm_uchan_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uchan_uevent()
155 struct nvkm_object **pobject) in nvkm_uchan_object_new()
204 nvkm_uchan_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_uchan_sclass()
255 nvkm_uchan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_uchan_map()
272 nvkm_uchan_fini(struct nvkm_object *object, bool suspend) in nvkm_uchan_fini()
286 nvkm_uchan_init(struct nvkm_object *object) in nvkm_uchan_init()
302 nvkm_uchan_dtor(struct nvkm_object *object) in nvkm_uchan_dtor()
322 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_uchan_new()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/sw/
A Dnvsw.c30 nvkm_nvsw_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_nvsw_uevent()
44 nvkm_nvsw_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_nvsw_mthd()
63 struct nvkm_object **pobject) in nvkm_nvsw_new_()
83 void *data, u32 size, struct nvkm_object **pobject) in nvkm_nvsw_new()
A Dnvsw.h8 struct nvkm_object object;
19 struct nvkm_object **pobject);
21 void *data, u32 size, struct nvkm_object **pobject);
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
A Dnv50.h20 int gf100_devinit_ctor(struct nvkm_object *, struct nvkm_object *,
22 struct nvkm_object **);
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
A Duvfn.c28 struct nvkm_object object;
33 nvkm_uvfn_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_uvfn_map()
52 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_uvfn_new()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/dma/
A Duser.c37 struct nvkm_object *object; in nvkm_dmaobj_search()
47 nvkm_dmaobj_bind(struct nvkm_object *base, struct nvkm_gpuobj *gpuobj, in nvkm_dmaobj_bind()
55 nvkm_dmaobj_dtor(struct nvkm_object *base) in nvkm_dmaobj_dtor()
74 struct nvkm_object *parent = oclass->parent; in nvkm_dmaobj_ctor()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
A Dumem.c39 struct nvkm_object *object; in nvkm_umem_search()
63 nvkm_umem_unmap(struct nvkm_object *object) in nvkm_umem_unmap()
86 nvkm_umem_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_umem_map()
124 nvkm_umem_dtor(struct nvkm_object *object) in nvkm_umem_dtor()
143 struct nvkm_object **pobject) in nvkm_umem_new()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
A Dnv44.c44 struct nvkm_object object;
52 nv44_mpeg_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv44_mpeg_chan_bind()
68 nv44_mpeg_chan_fini(struct nvkm_object *object, bool suspend) in nv44_mpeg_chan_fini()
84 nv44_mpeg_chan_dtor(struct nvkm_object *object) in nv44_mpeg_chan_dtor()
105 struct nvkm_object **pobject) in nv44_mpeg_chan_new()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/pm/
A Dbase.c213 struct nvkm_object *object = &dom->object; in nvkm_perfdom_init()
243 struct nvkm_object *object = &dom->object; in nvkm_perfdom_sample()
267 struct nvkm_object *object = &dom->object; in nvkm_perfdom_read()
310 nvkm_perfdom_dtor(struct nvkm_object *object) in nvkm_perfdom_dtor()
368 struct nvkm_object **pobject) in nvkm_perfdom_new_()
374 struct nvkm_object *parent = oclass->parent; in nvkm_perfdom_new_()
440 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_domain()
488 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_signal()
542 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_source()
606 struct nvkm_object **pobject) in nvkm_perfmon_child_new()
[all …]

Completed in 23 milliseconds

1234