Home
last modified time | relevance | path

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

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