Home
last modified time | relevance | path

Searched refs:NV_11 (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv10.c43 if (device->card_type >= NV_11 && device->chipset >= 0x17) in nv10_devinit_meminit()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv10.c893 if (device->card_type >= NV_11 && device->chipset >= 0x17) { in nv10_gr_load_context()
919 if (device->card_type >= NV_11 && device->chipset >= 0x17) { in nv10_gr_unload_context()
1024 if (device->card_type >= NV_11 && device->chipset >= 0x17) { in nv10_gr_chan_new()
1151 if (device->card_type >= NV_11 && device->chipset >= 0x17) { in nv10_gr_init()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h39 NV_11 = 0x11, enumerator
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c138 case NV_11: args->v0.family = NV_DEVICE_INFO_V0_CELSIUS; break; in nvkm_udevice_info()
Dbase.c2995 device->card_type = NV_11; in nvkm_device_ctor()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c122 case NV_11: in pll_map()