Home
last modified time | relevance | path

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

1234

/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
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);
33 int (*mthd)(struct nvkm_object *, u32 mthd, void *data, u32 size);
34 int (*ntfy)(struct nvkm_object *, u32 mthd, struct nvkm_event **);
35 int (*map)(struct nvkm_object *, void *argv, u32 argc,
37 int (*unmap)(struct nvkm_object *);
38 int (*rd08)(struct nvkm_object *, u64 addr, u8 *data);
39 int (*rd16)(struct nvkm_object *, u64 addr, u16 *data);
[all …]
Doclass.h6 struct nvkm_object;
14 struct nvkm_object **);
19 struct nvkm_object **);
28 struct nvkm_object *parent;
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/core/
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()
71 struct nvkm_object *this = rb_entry(*ptr, typeof(*this), node); in nvkm_object_insert()
88 nvkm_object_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_object_mthd()
96 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_object_ntfy()
105 nvkm_object_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_object_map()
114 nvkm_object_unmap(struct nvkm_object *object) in nvkm_object_unmap()
122 nvkm_object_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_object_rd08()
[all …]
Doproxy.c27 nvkm_oproxy_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_oproxy_mthd()
33 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()
65 nvkm_oproxy_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_oproxy_rd16()
71 nvkm_oproxy_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_oproxy_rd32()
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()
[all …]
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()
Dioctl.c34 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop()
53 nvkm_ioctl_sclass_(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_ioctl_sclass_()
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()
275 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_map()
[all …]
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-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
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);
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()
52 nvkm_disp_chan_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **pevent) in nvkm_disp_chan_ntfy()
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()
129 nvkm_disp_chan_child_get(struct nvkm_object *object, int index, struct nvkm_oclass *sclass) in nvkm_disp_chan_child_get()
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_()
[all …]
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 **);
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()
78 nvkm_uconn_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uconn_uevent()
151 nvkm_uconn_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uconn_mthd()
165 nvkm_uconn_dtor(struct nvkm_object *object) in nvkm_uconn_dtor()
184 nvkm_uconn_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_uconn_new()
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-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/
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()
189 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_udevice_mthd()
205 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_udevice_rd08()
213 nvkm_udevice_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_udevice_rd16()
221 nvkm_udevice_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_udevice_rd32()
229 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_udevice_wr08()
237 nvkm_udevice_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_udevice_wr16()
245 nvkm_udevice_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_udevice_wr32()
[all …]
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
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-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
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-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
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()
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-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/sw/
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()
Dnvsw.h8 struct nvkm_object object;
19 struct nvkm_object **pobject);
21 void *data, u32 size, struct nvkm_object **pobject);
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv50.h20 int gf100_devinit_ctor(struct nvkm_object *, struct nvkm_object *,
22 struct nvkm_object **);
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
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-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/
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-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
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-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
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()
104 struct nvkm_object **pobject) in nv44_mpeg_chan_new()
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/pm/
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()
293 nvkm_perfdom_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_perfdom_mthd()
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()
[all …]

1234