Home
last modified time | relevance | path

Searched refs:GA100 (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowramin.c67 if (device->card_type >= GA100) in pramin_init()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h50 GA100 = 0x170, enumerator
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c149 case GA100: args->v0.family = NV_DEVICE_INFO_V0_AMPERE; break; in nvkm_udevice_info()
Dbase.c3017 case 0x170: device->card_type = GA100; break; in nvkm_device_ctor()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddp.c40 #define AMPERE_IED_HACK(disp) ((disp)->engine.subdev.device->card_type >= GA100)