Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dpm.h32 extern struct nvkm_oclass gk104_pm_oclass;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dgk104.c94 device->oclass[NVDEV_ENGINE_PM ] = &gk104_pm_oclass; in gk104_identify()
128 device->oclass[NVDEV_ENGINE_PM ] = &gk104_pm_oclass; in gk104_identify()
162 device->oclass[NVDEV_ENGINE_PM ] = &gk104_pm_oclass; in gk104_identify()
182 device->oclass[NVDEV_ENGINE_PM ] = &gk104_pm_oclass; in gk104_identify()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dgk104.c140 gk104_pm_oclass = { variable