Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowramin.c73 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-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h44 NV_C0 = 0xc0, enumerator
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/
Dfalcon.c265 if (device->card_type < NV_C0) in nvkm_falcon_init()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c143 case NV_C0: args->v0.family = NV_DEVICE_INFO_V0_FERMI; break; in nvkm_udevice_info()
Dbase.c3008 case 0x0d0: device->card_type = NV_C0; break; in nvkm_device_ctor()