Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowramin.c73 if (device->card_type >= NV_C0) in pramin_init()
H A Dtherm.c206 if (bios->subdev.device->card_type >= NV_C0 && in nvbios_therm_fan_parse()
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h42 NV_C0 = 0xc0, enumerator
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Duser.c143 case NV_C0: args->v0.family = NV_DEVICE_INFO_V0_FERMI; break; in nvkm_udevice_info()
H A Dbase.c3132 case 0x0d0: device->card_type = NV_C0; break; in nvkm_device_ctor()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/
H A Dfalcon.c265 if (device->card_type < NV_C0) in nvkm_falcon_init()