Searched refs:GA100 (Results 1 – 8 of 8) sorted by relevance
62 const GA100: Ga100 = Ga100; constant63 pub(super) const GA100_HAL: &dyn FbHal = &GA100;
36 GA100 => ga100::GA100_HAL, in fb_hal()
67 if (device->card_type >= GA100) in pramin_init()
49 GA100 = 0x170, enumerator
149 case GA100: args->v0.family = NV_DEVICE_INFO_V0_AMPERE; break; in nvkm_udevice_info()
3242 case 0x170: device->card_type = GA100; break; in nvkm_device_ctor()
480 if (device->card_type < GA100) { in gp100_vmm_valid()
42 #define AMPERE_IED_HACK(disp) ((disp)->engine.subdev.device->card_type >= GA100)