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 D | sw.h | 5 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 D | priv.h | 3 #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 D | chan.h | 10 struct nvkm_sw *sw; 22 int nvkm_sw_chan_ctor(const struct nvkm_sw_chan_func *, struct nvkm_sw *,
|
H A D | base.c | 30 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 D | nv10.c | 39 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 D | gf100.c | 43 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 D | nv50.c | 43 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 D | chan.c | 76 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 D | nv04.c | 108 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 D | device.h | 139 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 D | nv04.c | 110 struct nvkm_sw *sw = device->sw; nv04_fifo_swmthd()
|
Completed in 168 milliseconds