Home
last modified time | relevance | path

Searched refs:NV_50 (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/nouveau/core/engine/disp/
Dvga.c34 if (device->card_type >= NV_50) in nv_rdport()
59 if (device->card_type >= NV_50) in nv_wrport()
145 if (dev->card_type < NV_50) in nv_lockvgac()
177 if (nv_device(obj)->card_type < NV_50) { in nv_rdvgaowner()
204 if (nv_device(obj)->card_type < NV_50) { in nv_wrvgaowner()
/drivers/gpu/drm/nouveau/core/subdev/bios/
Dbase.c92 if (device->card_type >= NV_50) { in nouveau_bios_shadow_pramin()
137 if (device->card_type >= NV_50) in nouveau_bios_shadow_pramin()
154 if (device->card_type >= NV_50) in nouveau_bios_shadow_prom()
Dinit.c135 if (nv_device(init->bios)->card_type >= NV_50) { in init_nvreg()
218 if (nv_device(init->subdev)->card_type < NV_50) { in init_wrvgai()
229 if (nv_device(init->subdev)->card_type < NV_50) { in init_wrvgai()
1526 if (nv_device(init->bios)->card_type >= NV_50 && in init_io()
Dpll.c124 case NV_50: in pll_map()
/drivers/gpu/drm/nouveau/core/engine/device/
Dbase.c131 case NV_50: args->v0.family = NV_DEVICE_INFO_V0_TESLA; break; in nouveau_devobj_info()
370 case 0x0a0: device->card_type = NV_50; break; in nouveau_devobj_ctor()
396 case NV_50: ret = nv50_identify(device); break; in nouveau_devobj_ctor()
/drivers/gpu/drm/nouveau/core/include/core/
Ddevice.h89 NV_50 = 0x50, enumerator
/drivers/gpu/drm/nouveau/core/engine/dmaobj/
Dbase.c107 if (device->card_type >= NV_50) in nvkm_dmaobj_create_()
/drivers/gpu/drm/nouveau/core/engine/fifo/
Dnv04.c472 if (device->card_type == NV_50) { in nv04_fifo_dma_pusher()
547 if (device->card_type == NV_50) { in nv04_fifo_intr()