/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | object.h | 8 struct nvkm_object { struct 29 void *(*dtor)(struct nvkm_object *); argument 30 int (*init)(struct nvkm_object *); 31 int (*fini)(struct nvkm_object *, bool suspend); 32 int (*mthd)(struct nvkm_object *, u32 mthd, void *data, u32 size); 33 int (*ntfy)(struct nvkm_object *, u32 mthd, struct nvkm_event **); 34 int (*map)(struct nvkm_object *, void *argv, u32 argc, 36 int (*unmap)(struct nvkm_object *); 37 int (*rd08)(struct nvkm_object *, u64 addr, u8 *data); 38 int (*rd16)(struct nvkm_object *, u64 addr, u16 *data); [all …]
|
D | oclass.h | 6 struct nvkm_object; 14 struct nvkm_object **); 19 struct nvkm_object **); 28 struct nvkm_object *parent;
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | channv50.h | 20 struct nvkm_object object; 31 int (*bind)(struct nv50_disp_chan *, struct nvkm_object *, u32 handle); 37 const struct nvkm_oclass *, struct nvkm_object **); 41 const struct nvkm_oclass *, struct nvkm_object **); 47 int nv50_disp_dmac_bind(struct nv50_disp_chan *, struct nvkm_object *, u32); 54 int gf119_disp_dmac_bind(struct nv50_disp_chan *, struct nvkm_object *, u32); 63 int gv100_disp_dmac_bind(struct nv50_disp_chan *, struct nvkm_object *, u32); 68 struct nvkm_object **); 72 struct nvkm_object **); 77 struct nvkm_object **); [all …]
|
D | channv50.c | 132 nv50_disp_chan_uevent_ctor(struct nvkm_object *object, void *data, u32 size, in nv50_disp_chan_uevent_ctor() 175 nv50_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nv50_disp_chan_rd32() 185 nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv50_disp_chan_wr32() 195 nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type, in nv50_disp_chan_ntfy() 211 nv50_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nv50_disp_chan_map() 243 void *argv, u32 argc, struct nvkm_object **pobject) in nv50_disp_chan_child_new() 271 nv50_disp_chan_child_get(struct nvkm_object *object, int index, in nv50_disp_chan_child_get() 296 nv50_disp_chan_fini(struct nvkm_object *object, bool suspend) in nv50_disp_chan_fini() 305 nv50_disp_chan_init(struct nvkm_object *object) in nv50_disp_chan_init() 313 nv50_disp_chan_dtor(struct nvkm_object *object) in nv50_disp_chan_dtor() [all …]
|
D | rootnv50.h | 11 struct nvkm_object object; 19 struct nv50_disp *, struct nvkm_object **); 25 struct nvkm_object **);
|
D | cursnv50.c | 36 struct nvkm_object **pobject) in nv50_disp_curs_new_() 41 struct nvkm_object *parent = oclass->parent; in nv50_disp_curs_new_() 60 struct nv50_disp *disp, struct nvkm_object **pobject) in nv50_disp_curs_new()
|
D | oimmnv50.c | 36 struct nvkm_object **pobject) in nv50_disp_oimm_new_() 41 struct nvkm_object *parent = oclass->parent; in nv50_disp_oimm_new_() 60 struct nv50_disp *disp, struct nvkm_object **pobject) in nv50_disp_oimm_new()
|
D | basenv50.c | 37 struct nvkm_object **pobject) in nv50_disp_base_new_() 42 struct nvkm_object *parent = oclass->parent; in nv50_disp_base_new_() 115 struct nv50_disp *disp, struct nvkm_object **pobject) in nv50_disp_base_new()
|
D | ovlynv50.c | 37 struct nvkm_object **pobject) in nv50_disp_ovly_new_() 42 struct nvkm_object *parent = oclass->parent; in nv50_disp_ovly_new_() 103 struct nv50_disp *disp, struct nvkm_object **pobject) in nv50_disp_ovly_new()
|
D | rootnv04.c | 35 struct nvkm_object object; 40 nv04_disp_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv04_disp_mthd() 79 void *data, u32 size, struct nvkm_object **pobject) in nv04_disp_root_new()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/core/ |
D | object.c | 28 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 …]
|
D | oproxy.c | 27 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() 54 nvkm_oproxy_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_oproxy_rd08() 60 nvkm_oproxy_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_oproxy_rd16() 66 nvkm_oproxy_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_oproxy_rd32() 72 nvkm_oproxy_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_oproxy_wr08() 78 nvkm_oproxy_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_oproxy_wr16() 84 nvkm_oproxy_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_oproxy_wr32() [all …]
|
D | ioctl.c | 33 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop() 51 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass() 84 struct nvkm_object *parent, void *data, u32 size) in nvkm_ioctl_new() 89 struct nvkm_object *object = NULL; in nvkm_ioctl_new() 147 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_del() 166 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_mthd() 186 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_rd() 226 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_wr() 255 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_map() 280 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_unmap() [all …]
|
D | client.c | 36 struct nvkm_object **pobject) in nvkm_uclient_new() 128 nvkm_client_notify_new(struct nvkm_object *object, in nvkm_client_notify_new() 182 struct nvkm_object *object; in nvkm_client_search() 218 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_client_mthd() 232 void *data, u32 size, struct nvkm_object **pobject) in nvkm_client_child_new() 238 nvkm_client_child_get(struct nvkm_object *object, int index, in nvkm_client_child_get() 256 nvkm_client_fini(struct nvkm_object *object, bool suspend) in nvkm_client_fini() 268 nvkm_client_dtor(struct nvkm_object *object) in nvkm_client_dtor()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | user.c | 38 struct nvkm_object object; 105 struct nvkm_object *object = &udev->object; in nvkm_udevice_info() 200 struct nvkm_object *object = &udev->object; in nvkm_udevice_time() 217 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_udevice_mthd() 233 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_udevice_rd08() 241 nvkm_udevice_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_udevice_rd16() 249 nvkm_udevice_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_udevice_rd32() 257 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_udevice_wr08() 265 nvkm_udevice_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_udevice_wr16() 273 nvkm_udevice_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_udevice_wr32() [all …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv20.h | 26 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-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | nvsw.c | 30 nvkm_nvsw_mthd_(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_nvsw_mthd_() 39 nvkm_nvsw_ntfy_(struct nvkm_object *object, u32 mthd, in nvkm_nvsw_ntfy_() 62 struct nvkm_object **pobject) in nvkm_nvsw_new_() 82 void *data, u32 size, struct nvkm_object **pobject) in nvkm_nvsw_new()
|
D | nvsw.h | 8 struct nvkm_object object; 19 struct nvkm_object **pobject); 21 void *data, u32 size, struct nvkm_object **pobject);
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv50.h | 20 int gf100_devinit_ctor(struct nvkm_object *, struct nvkm_object *, 22 struct nvkm_object **);
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | changk104.h | 26 void *data, u32 size, struct nvkm_object **); 31 struct nvkm_object *); 38 void *data, u32 size, struct nvkm_object **);
|
D | chan.h | 13 struct nvkm_object *); 18 int (*object_ctor)(struct nvkm_fifo_chan *, struct nvkm_object *); 29 void *data, u32 size, struct nvkm_object **);
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
D | nv44.c | 44 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-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
D | user.c | 38 struct nvkm_object *object; in nvkm_dmaobj_search() 48 nvkm_dmaobj_bind(struct nvkm_object *base, struct nvkm_gpuobj *gpuobj, in nvkm_dmaobj_bind() 56 nvkm_dmaobj_dtor(struct nvkm_object *base) in nvkm_dmaobj_dtor() 77 struct nvkm_object *parent = oclass->parent; in nvkm_dmaobj_ctor()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | base.c | 213 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 …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | umem.c | 39 struct nvkm_object *object; in nvkm_umem_search() 64 nvkm_umem_unmap(struct nvkm_object *object) in nvkm_umem_unmap() 87 nvkm_umem_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_umem_map() 125 nvkm_umem_dtor(struct nvkm_object *object) in nvkm_umem_dtor() 144 struct nvkm_object **pobject) in nvkm_umem_new()
|