Searched refs:NV40 (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/
H A DGetDeviceInfo.c78 case NV40:
79 sprintf(adi->chipset, "NV40");
/haiku/src/add-ons/accelerants/nvidia/
H A DGetAccelerantHook.c183 if ((si->ps.card_type <= NV40) || (si->ps.card_type == NV45))
189 /* all newer NV40 architecture cards have a new HDTV capable bes except for
H A DProposeDisplayMode.c539 if (si->ps.card_type <= NV40 || si->ps.card_type == NV45)
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h198 NV40, enumerator in enum:__anon937::__anon940
/haiku/headers/private/graphics/via/
H A DDriverInterface.h130 NV40, enumerator in enum:__anon4
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h118 NV40, enumerator in enum:__anon15
175 * Besides, in NV40 and up this command nolonger exists. Both 'facts' are confirmed
196 /* pre-NV40 notes:
202 /* NV40 and higher notes:
204 * If you get too close to the DMA command buffer on NV40 and NV43 at least (both
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc.c12 Can't get NV40 and higher going using this PIO mode acceleration system ATM.
447 case NV40:
578 if ((si->ps.card_type > NV40) && (si->ps.card_type != NV45))
588 if (si->ps.card_type < NV40)
817 if ((si->ps.card_type == NV40) || (si->ps.card_type == NV45))
862 if ((si->ps.card_type > NV40) && (si->ps.card_type != NV45))
873 if ((si->ps.card_type == NV40) || (si->ps.card_type == NV45))
H A Dnv_general.c155 si->ps.card_type = NV40;
158 sprintf(si->adi.chipset, "NV40");
162 si->ps.card_type = NV40;
165 sprintf(si->adi.chipset, "NV40");
172 si->ps.card_type = NV40;
175 sprintf(si->adi.chipset, "NV40");
179 si->ps.card_type = NV40;
182 sprintf(si->adi.chipset, "NV40");
187 si->ps.card_type = NV40;
190 sprintf(si->adi.chipset, "NV40");
[all...]
H A Dnv_acc_dma.c139 if ((si->ps.card_type <= NV40) || (si->ps.card_type == NV45))
688 case NV40:
800 if ((si->ps.card_type <= NV40) || (si->ps.card_type == NV45))
850 if ((si->ps.card_type == NV40) || (si->ps.card_type == NV45))
1050 if (si->ps.card_arch >= NV40A) //main mem DMA buf on pre-NV40
H A Dnv_info.c107 //fixme: NV40 and up(?) nolonger use this system...
2790 case NV40: /* Geforce 6800 AGP was confirmed OK 'in the old days' */
2800 * It's hardware behaves as a NV40/41/45 but there's some unknown extra bit
2812 /* newer NV40 architecture cards contains (an) additional switch(es)
3170 (si->ps.card_type >= NV40))
/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c879 case NV40:
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c107 //fixme: NV40 and up(?) nolonger use this system...
2810 case NV40:

Completed in 97 milliseconds