Home
last modified time | relevance | path

Searched refs:nvkm_gr (Results 1 – 25 of 50) sorted by relevance

12

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dgr.h6 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/
Dpriv.h4 #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 …]
Dbase.c31 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 …]
Dnv20.h8 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 *);
Dnv50.h8 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 *,
Dnv40.h8 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 *,
Dnv10.h7 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 *,
Dnv20.c75 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()
Dnv40.c34 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()
Dnv44.c31 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()
Dnv30.c22 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()
Dg84.c115 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()
Dnv50.c33 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()
Dnv10.c392 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()
Dnv2a.c21 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()
Dnv25.c21 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()
Dnv34.c21 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()
Dnv35.c21 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()
Dmcp79.c45 mcp79_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in mcp79_gr_new()
Dgt200.c46 gt200_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gt200_gr_new()
Dgt215.c47 gt215_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gt215_gr_new()
Dmcp89.c47 mcp89_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in mcp89_gr_new()
Dnv15.c56 nv15_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv15_gr_new()
Dnv17.c56 nv17_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv17_gr_new()
Dgf100.c163 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 …]

12