Home
last modified time | relevance | path

Searched refs:GM100 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowramin.c65 if (nv_device(bios)->card_type >= GM100) in pramin_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h32 GM100 = 0x110, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c134 case GM100: args->v0.family = NV_DEVICE_INFO_V0_MAXWELL; break; in nvkm_devobj_info()
387 case 0x120: device->card_type = GM100; break;
410 case GM100: ret = gm100_identify(device); break;