Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dgm100.c76 device->oclass[NVDEV_SUBDEV_LTC ] = gm107_ltc_oclass; in gm100_identify()
120 device->oclass[NVDEV_SUBDEV_LTC ] = gm107_ltc_oclass; in gm100_identify()
161 device->oclass[NVDEV_SUBDEV_LTC ] = gm107_ltc_oclass; in gm100_identify()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dltc.h30 extern struct nvkm_oclass *gm107_ltc_oclass;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgm107.c139 gm107_ltc_oclass = &(struct nvkm_ltc_impl) { variable