/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | gr.h | 6 struct nvkm_gr { struct 11 u64 nvkm_gr_units(struct nvkm_gr *); argument 12 int nvkm_gr_tlb_flush(struct nvkm_gr *); 17 int nv04_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 18 int nv10_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 19 int nv15_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 20 int nv17_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 21 int nv20_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 22 int nv25_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); 23 int nv2a_gr_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_gr **); [all …]
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | priv.h | 4 #define nvkm_gr(p) container_of((p), struct nvkm_gr, engine) macro 11 bool enable, struct nvkm_gr *); 13 bool nv04_gr_idle(struct nvkm_gr *); 16 void *(*dtor)(struct nvkm_gr *); 17 int (*oneinit)(struct nvkm_gr *); 18 int (*init)(struct nvkm_gr *); 19 int (*fini)(struct nvkm_gr *, bool); 20 void (*intr)(struct nvkm_gr *); 21 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *); 22 int (*tlb_flush)(struct nvkm_gr *); [all …]
|
D | base.c | 31 struct nvkm_gr *gr = device->gr; in nvkm_gr_ctxsw_inst() 40 struct nvkm_gr *gr = device->gr; in nvkm_gr_ctxsw_resume() 49 struct nvkm_gr *gr = device->gr; in nvkm_gr_ctxsw_pause() 58 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_chsw_load() 67 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_tile() 73 nvkm_gr_units(struct nvkm_gr *gr) in nvkm_gr_units() 81 nvkm_gr_tlb_flush(struct nvkm_gr *gr) in nvkm_gr_tlb_flush() 91 struct nvkm_gr *gr = nvkm_gr(oclass->engine); in nvkm_gr_oclass_get() 116 struct nvkm_gr *gr = nvkm_gr(oclass->engine); in nvkm_gr_cclass_new() 125 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_intr() [all …]
|
D | nv20.h | 8 struct nvkm_gr base; 13 struct nvkm_gr **); 14 void *nv20_gr_dtor(struct nvkm_gr *); 15 int nv20_gr_oneinit(struct nvkm_gr *); 16 int nv20_gr_init(struct nvkm_gr *); 17 void nv20_gr_intr(struct nvkm_gr *); 18 void nv20_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *); 20 int nv30_gr_init(struct nvkm_gr *);
|
D | nv50.h | 8 struct nvkm_gr base; 15 struct nvkm_gr **); 16 int nv50_gr_init(struct nvkm_gr *); 17 void nv50_gr_intr(struct nvkm_gr *); 18 u64 nv50_gr_units(struct nvkm_gr *); 20 int g84_gr_tlb_flush(struct nvkm_gr *); 30 int nv50_gr_chan_new(struct nvkm_gr *, struct nvkm_fifo_chan *,
|
D | nv40.h | 8 struct nvkm_gr base; 14 struct nvkm_gr **); 15 int nv40_gr_init(struct nvkm_gr *); 16 void nv40_gr_intr(struct nvkm_gr *); 17 u64 nv40_gr_units(struct nvkm_gr *); 30 int nv40_gr_chan_new(struct nvkm_gr *, struct nvkm_fifo_chan *,
|
D | nv10.h | 7 struct nvkm_gr **); 8 int nv10_gr_init(struct nvkm_gr *); 9 void nv10_gr_intr(struct nvkm_gr *); 10 void nv10_gr_tile(struct nvkm_gr *, int, struct nvkm_fb_tile *); 12 int nv10_gr_chan_new(struct nvkm_gr *, struct nvkm_fifo_chan *,
|
D | nv20.c | 75 nv20_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in nv20_gr_chan_new() 149 nv20_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv20_gr_tile() 180 nv20_gr_intr(struct nvkm_gr *base) in nv20_gr_intr() 220 nv20_gr_oneinit(struct nvkm_gr *base) in nv20_gr_oneinit() 229 nv20_gr_init(struct nvkm_gr *base) in nv20_gr_init() 324 nv20_gr_dtor(struct nvkm_gr *base) in nv20_gr_dtor() 333 enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv20_gr_new_() 373 nv20_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv20_gr_new()
|
D | nv40.c | 34 nv40_gr_units(struct nvkm_gr *gr) in nv40_gr_units() 148 nv40_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in nv40_gr_chan_new() 173 nv40_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv40_gr_tile() 232 nv40_gr_intr(struct nvkm_gr *base) in nv40_gr_intr() 287 nv40_gr_init(struct nvkm_gr *base) in nv40_gr_init() 432 enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv40_gr_new_() 473 nv40_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv40_gr_new()
|
D | nv44.c | 31 nv44_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv44_gr_tile() 105 nv44_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv44_gr_new()
|
D | nv30.c | 22 nv30_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in nv30_gr_chan_new() 104 nv30_gr_init(struct nvkm_gr *base) in nv30_gr_init() 197 nv30_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv30_gr_new()
|
D | g84.c | 115 g84_gr_tlb_flush(struct nvkm_gr *base) in g84_gr_tlb_flush() 195 g84_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in g84_gr_new()
|
D | nv50.c | 33 nv50_gr_units(struct nvkm_gr *gr) in nv50_gr_units() 89 nv50_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in nv50_gr_chan_new() 620 nv50_gr_intr(struct nvkm_gr *base) in nv50_gr_intr() 679 nv50_gr_init(struct nvkm_gr *base) in nv50_gr_init() 764 enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv50_gr_new_() 793 nv50_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv50_gr_new()
|
D | nv10.c | 392 struct nvkm_gr base; 434 struct nvkm_gr *gr = &chan->gr->base; in nv17_gr_mthd_lma_window() 507 struct nvkm_gr *gr = &chan->gr->base; in nv17_gr_mthd_lma_enable() 1002 nv10_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in nv10_gr_chan_new() 1049 nv10_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv10_gr_tile() 1081 nv10_gr_intr(struct nvkm_gr *base) in nv10_gr_intr() 1136 nv10_gr_init(struct nvkm_gr *base) in nv10_gr_init() 1176 enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv10_gr_new_() 1218 nv10_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv10_gr_new()
|
D | nv2a.c | 21 nv2a_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in nv2a_gr_chan_new() 123 nv2a_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv2a_gr_new()
|
D | nv25.c | 21 nv25_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in nv25_gr_chan_new() 132 nv25_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv25_gr_new()
|
D | nv34.c | 21 nv34_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in nv34_gr_chan_new() 134 nv34_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv34_gr_new()
|
D | nv35.c | 21 nv35_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in nv35_gr_chan_new() 134 nv35_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv35_gr_new()
|
D | mcp79.c | 45 mcp79_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in mcp79_gr_new()
|
D | gt200.c | 46 gt200_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gt200_gr_new()
|
D | gt215.c | 47 gt215_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gt215_gr_new()
|
D | mcp89.c | 47 mcp89_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in mcp89_gr_new()
|
D | nv15.c | 56 nv15_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv15_gr_new()
|
D | nv17.c | 56 nv17_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv17_gr_new()
|
D | gf100.c | 163 struct gf100_gr *gr = gf100_gr(nvkm_gr(object->engine)); in gf100_fermi_mthd_zbc_color() 209 struct gf100_gr *gr = gf100_gr(nvkm_gr(object->engine)); in gf100_fermi_mthd_zbc_depth() 299 gf100_gr_object_get(struct nvkm_gr *base, int index, struct nvkm_sclass *sclass) in gf100_gr_object_get() 378 gf100_gr_chan_new(struct nvkm_gr *base, struct nvkm_fifo_chan *fifoch, in gf100_gr_chan_new() 719 gf100_gr_ctxsw_inst(struct nvkm_gr *gr) in gf100_gr_ctxsw_inst() 745 gf100_gr_fecs_start_ctxsw(struct nvkm_gr *base) in gf100_gr_fecs_start_ctxsw() 760 gf100_gr_fecs_stop_ctxsw(struct nvkm_gr *base) in gf100_gr_fecs_stop_ctxsw() 924 gf100_gr_chsw_load(struct nvkm_gr *base) in gf100_gr_chsw_load() 1100 gf100_gr_units(struct nvkm_gr *base) in gf100_gr_units() 1546 gf100_gr_intr(struct nvkm_gr *base) in gf100_gr_intr() [all …]
|