Home
last modified time | relevance | path

Searched refs:NV_C0 (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowramin.c70 if (device->card_type >= NV_C0) in pramin_init()
Dtherm.c206 if (bios->subdev.device->card_type >= NV_C0 && in nvbios_therm_fan_parse()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h90 NV_C0 = 0xc0, enumerator
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c101 case NV_C0: args->v0.family = NV_DEVICE_INFO_V0_FERMI; break; in nvkm_udevice_info()
Dbase.c2377 case 0x0d0: device->card_type = NV_C0; break;
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c177 (mode != NVKM_THERM_CTRL_NONE && device->card_type >= NV_C0 && in nvkm_therm_fan_mode()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/
Dfalcon.c262 if (device->card_type < NV_C0) in nvkm_falcon_init()