Home
last modified time | relevance | path

Searched refs:nv50_sw_new (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dsw.h16 int nv50_sw_new(struct nvkm_device *, int, struct nvkm_sw **);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c835 .sw = nv50_sw_new,
944 .sw = nv50_sw_new,
976 .sw = nv50_sw_new,
1008 .sw = nv50_sw_new,
1040 .sw = nv50_sw_new,
1072 .sw = nv50_sw_new,
1105 .sw = nv50_sw_new,
1136 .sw = nv50_sw_new,
1171 .sw = nv50_sw_new,
1204 .sw = nv50_sw_new,
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv50.c145 nv50_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in nv50_sw_new() function