Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowramin.c84 if (device->card_type >= GV100) in pramin_init()
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h45 GV100 = 0x140, enumerator
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c147 case GV100: args->v0.family = NV_DEVICE_INFO_V0_VOLTA; break; in nvkm_udevice_info()
Dbase.c2990 case 0x140: device->card_type = GV100; break; in nvkm_device_ctor()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgpfifogk104.c180 engine->subdev.device->card_type < GV100) in gk104_fifo_gpfifo_engine_ctor()