Home
last modified time | relevance | path

Searched refs:gf110_dmaeng_oclass (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dgk104.c83 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gk104_identify()
117 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gk104_identify()
151 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gk104_identify()
177 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gk104_identify()
207 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gk104_identify()
241 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gk104_identify()
275 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gk104_identify()
308 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gk104_identify()
Dgm100.c86 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gm100_identify()
129 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gm100_identify()
170 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gm100_identify()
Dgf100.c311 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gf100_identify()
341 device->oclass[NVDEV_ENGINE_DMAOBJ ] = gf110_dmaeng_oclass; in gf100_identify()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Ddmaobj.h25 extern struct nvkm_oclass *gf110_dmaeng_oclass;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/
Dgf110.c155 gf110_dmaeng_oclass = &(struct nvkm_dmaeng_impl) { variable