Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/engine/
A 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-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
A 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 *);
20 int (*reset)(struct nvkm_gr *);
21 void (*intr)(struct nvkm_gr *);
29 u64 (*units)(struct nvkm_gr *);
32 int (*pause)(struct nvkm_gr *);
[all …]
A Dbase.c58 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_chsw_load()
67 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_tile()
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()
132 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_oneinit()
141 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_reset()
152 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_init()
159 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_fini()
168 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_dtor()
[all …]
A 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 *);
A 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 *,
A 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 *,
A 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 *,
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A 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()
A Dmcp79.c45 mcp79_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in mcp79_gr_new()
A Dgt200.c46 gt200_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gt200_gr_new()
A Dgt215.c47 gt215_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gt215_gr_new()
A Dmcp89.c47 mcp89_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in mcp89_gr_new()
A Dnv15.c56 nv15_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv15_gr_new()
A Dnv17.c56 nv17_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv17_gr_new()
A Dgf100.c163 struct gf100_gr *gr = gf100_gr(nvkm_gr(object->engine)); in gf100_fermi_mthd_zbc_color()
744 gf100_gr_ctxsw_inst(struct nvkm_gr *gr) in gf100_gr_ctxsw_inst()
770 gf100_gr_fecs_start_ctxsw(struct nvkm_gr *base) in gf100_gr_fecs_start_ctxsw()
785 gf100_gr_fecs_stop_ctxsw(struct nvkm_gr *base) in gf100_gr_fecs_stop_ctxsw()
982 gf100_gr_chsw_load(struct nvkm_gr *base) in gf100_gr_chsw_load()
1160 gf100_gr_units(struct nvkm_gr *base) in gf100_gr_units()
1989 gf100_gr_oneinit(struct nvkm_gr *base) in gf100_gr_oneinit()
2064 gf100_gr_init_(struct nvkm_gr *base) in gf100_gr_init_()
2115 gf100_gr_fini(struct nvkm_gr *base, bool suspend) in gf100_gr_fini()
2128 gf100_gr_dtor(struct nvkm_gr *base) in gf100_gr_dtor()
[all …]

Completed in 24 milliseconds

123