Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv10.c42 if (nv_device(priv)->card_type >= NV_11 && in nv10_devinit_meminit()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h25 NV_11 = 0x11, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv10.c944 if (nv_device(priv)->card_type >= NV_11 && in nv10_gr_load_context()
970 if (nv_device(priv)->card_type >= NV_11 && in nv10_gr_unload_context()
1052 if (nv_device(priv)->card_type >= NV_11 && in nv10_gr_context_ctor()
1232 nv_device(priv)->card_type < NV_11) in nv10_gr_ctor()
1271 if (nv_device(priv)->card_type >= NV_11 && in nv10_gr_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c127 case NV_11: args->v0.family = NV_DEVICE_INFO_V0_CELSIUS; break; in nvkm_devobj_info()
369 device->card_type = NV_11;
403 case NV_11: ret = nv10_identify(device); break;
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c118 case NV_11: in pll_map()