Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dgf100.c83 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf100_dmaeng_oclass; in gf100_identify()
116 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf100_dmaeng_oclass; in gf100_identify()
149 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf100_dmaeng_oclass; in gf100_identify()
181 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf100_dmaeng_oclass; in gf100_identify()
214 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf100_dmaeng_oclass; in gf100_identify()
246 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf100_dmaeng_oclass; in gf100_identify()
278 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf100_dmaeng_oclass; in gf100_identify()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Ddmaobj.h24 extern struct nvkm_oclass *gf100_dmaeng_oclass;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/
Dgf100.c166 gf100_dmaeng_oclass = &(struct nvkm_dmaeng_impl) { variable