Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowramin.c68 if (nv_device(bios)->card_type >= NV_C0) in pramin_init()
Dtherm.c208 if (nv_device(bios)->card_type >= NV_C0 && in nvbios_therm_fan_parse()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h30 NV_C0 = 0xc0, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c132 case NV_C0: args->v0.family = NV_DEVICE_INFO_V0_FERMI; break; in nvkm_devobj_info()
382 case 0x0d0: device->card_type = NV_C0; break;
408 case NV_C0: ret = gf100_identify(device); break;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/
Dfalcon.c188 if (device->card_type < NV_C0) in _nvkm_falcon_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dbase.c173 (mode != NVKM_THERM_CTRL_NONE && device->card_type >= NV_C0 && in nvkm_therm_fan_mode()