Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dnv04.c61 device->oclass[NVDEV_ENGINE_SW ] = nv04_sw_oclass; in nv04_identify()
79 device->oclass[NVDEV_ENGINE_SW ] = nv04_sw_oclass; in nv04_identify()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dsw.h44 extern struct nvkm_oclass *nv04_sw_oclass;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv04.c131 nv04_sw_oclass = &(struct nvkm_oclass) { variable