Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dgr.h69 extern struct nvkm_oclass *gk104_gr_oclass;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dgk104.c86 device->oclass[NVDEV_ENGINE_GR ] = gk104_gr_oclass; in gk104_identify()
120 device->oclass[NVDEV_ENGINE_GR ] = gk104_gr_oclass; in gk104_identify()
154 device->oclass[NVDEV_ENGINE_GR ] = gk104_gr_oclass; in gk104_identify()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgk104.c345 gk104_gr_oclass = &(struct gf100_gr_oclass) { variable