Searched refs:nvkm_sw (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dsw.h5 struct nvkm_sw { struct
12 bool nvkm_sw_mthd(struct nvkm_sw *sw, int chid, int subc, u32 mthd, u32 data);
14 int nv04_sw_new(struct nvkm_device *, int, struct nvkm_sw **);
15 int nv10_sw_new(struct nvkm_device *, int, struct nvkm_sw **);
16 int nv50_sw_new(struct nvkm_device *, int, struct nvkm_sw **);
17 int gf100_sw_new(struct nvkm_device *, int, struct nvkm_sw **);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dpriv.h3 #define nvkm_sw(p) container_of((p), struct nvkm_sw, engine) macro
8 int index, struct nvkm_sw **);
17 int (*chan_new)(struct nvkm_sw *, struct nvkm_fifo_chan *,
H A Dchan.h10 struct nvkm_sw *sw;
22 int nvkm_sw_chan_ctor(const struct nvkm_sw_chan_func *, struct nvkm_sw *,
H A Dbase.c30 nvkm_sw_mthd(struct nvkm_sw *sw, int chid, int subc, u32 mthd, u32 data) nvkm_sw_mthd()
61 struct nvkm_sw *sw = nvkm_sw(oclass->engine); nvkm_sw_oclass_get()
81 struct nvkm_sw *sw = nvkm_sw(oclass->engine); nvkm_sw_cclass_get()
88 return nvkm_sw(engine); nvkm_sw_dtor()
92 nvkm_sw = { variable in typeref:struct:nvkm_engine_func
100 int index, struct nvkm_sw **psw) nvkm_sw_new_()
102 struct nvkm_sw *sw; nvkm_sw_new_()
109 return nvkm_engine_ctor(&nvkm_sw, device, index, 0, true, &sw->engine); nvkm_sw_new_()
H A Dnv10.c39 nv10_sw_chan_new(struct nvkm_sw *sw, struct nvkm_fifo_chan *fifo, nv10_sw_chan_new()
65 nv10_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) nv10_sw_new()
H A Dgf100.c43 struct nvkm_sw *sw = chan->base.sw; gf100_sw_chan_vblsem_release()
105 gf100_sw_chan_new(struct nvkm_sw *sw, struct nvkm_fifo_chan *fifoch, gf100_sw_chan_new()
152 gf100_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) gf100_sw_new()
H A Dnv50.c43 struct nvkm_sw *sw = chan->base.sw; nv50_sw_chan_vblsem_release()
100 nv50_sw_chan_new(struct nvkm_sw *sw, struct nvkm_fifo_chan *fifoch, nv50_sw_chan_new()
145 nv50_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) nv50_sw_new()
H A Dchan.c76 struct nvkm_sw *sw = chan->sw; nvkm_sw_chan_dtor()
96 nvkm_sw_chan_ctor(const struct nvkm_sw_chan_func *func, struct nvkm_sw *sw, nvkm_sw_chan_ctor()
H A Dnv04.c108 nv04_sw_chan_new(struct nvkm_sw *sw, struct nvkm_fifo_chan *fifo, nv04_sw_chan_new()
135 nv04_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) nv04_sw_new()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h139 struct nvkm_sw *sw;
204 int (*sw )(struct nvkm_device *, int idx, struct nvkm_sw **);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv04.c110 struct nvkm_sw *sw = device->sw; nv04_fifo_swmthd()

Completed in 168 milliseconds