Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H 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 *);
19 int (*fini)(struct nvkm_gr *, bool);
20 int (*reset)(struct nvkm_gr *);
21 int (*nonstall)(struct nvkm_gr *);
22 void (*intr)(struct nvkm_gr *);
[all …]
H A 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()
115 struct nvkm_gr *gr = nvkm_gr(oclass->engine); in nvkm_gr_cclass_new()
124 struct nvkm_gr *gr = nvkm_gr(engine); in nvkm_gr_intr()
[all …]
H 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 *);
H 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_chan *,
H 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_chan *,
H 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_chan *,
H 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()
H A Dnv30.c22 nv30_gr_chan_new(struct nvkm_gr *base, struct nvkm_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()
H 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()
H 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_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()
H 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_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()
H A Dnv2a.c21 nv2a_gr_chan_new(struct nvkm_gr *base, struct nvkm_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()
H A Dnv25.c21 nv25_gr_chan_new(struct nvkm_gr *base, struct nvkm_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()
H A Dnv35.c21 nv35_gr_chan_new(struct nvkm_gr *base, struct nvkm_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()
H A Dnv34.c21 nv34_gr_chan_new(struct nvkm_gr *base, struct nvkm_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()
H 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()
H 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()
H 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()
H 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()
H 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()
H 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()
H A Dgp107.c88 gp107_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gp107_gr_new()
H A Dgp10b.c100 gp10b_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gp10b_gr_new()
H A Dnv04.c352 struct nvkm_gr base;
1184 nv04_gr_chan_new(struct nvkm_gr *base, struct nvkm_chan *fifoch, in nv04_gr_chan_new()
1211 nv04_gr_idle(struct nvkm_gr *gr) in nv04_gr_idle()
1272 nv04_gr_intr(struct nvkm_gr *base) in nv04_gr_intr()
1328 nv04_gr_init(struct nvkm_gr *base) in nv04_gr_init()
1416 nv04_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv04_gr_new()
H A Dgp104.c99 gp104_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gp104_gr_new()

12