Searched refs:NV28 (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/
H A DGetDeviceInfo.c57 case NV28:
58 sprintf(adi->chipset, "NV28");
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h191 NV28, enumerator in enum:__anon937::__anon940
/haiku/headers/private/graphics/via/
H A DDriverInterface.h123 NV28, enumerator in enum:__anon4
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h111 NV28, enumerator in enum:__anon15
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac.c412 case NV28:
414 LOG(4,("DAC: NV28 restrictions apply\n"));
H A Dinfo.c310 /* get some strapinfo(?) for NV28 framebuffer access */
311 //fixme?: works on at least one NV28... how about other cards?
312 if (si->ps.card_type == NV28)
374 /* do some NV28 specific extra stuff */
375 //fixme: NV28 only??
376 if (si->ps.card_type == NV28)
382 /* get NV28 RAM access up and running */
383 //fixme?: works on at least one NV28... how about other cards?
921 * GeForce4 MX440 (NV18), GeForce4 Ti4200 (NV28) and a GeForceFX 5200 (NV34).
934 /* all commands are here (verified NV11 and NV28) */
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_general.c864 si->ps.card_type = NV28;
867 sprintf(si->adi.chipset, "NV28");
871 si->ps.card_type = NV28;
874 sprintf(si->adi.chipset, "NV28");
878 si->ps.card_type = NV28;
882 sprintf(si->adi.chipset, "NV28");
887 si->ps.card_type = NV28;
890 sprintf(si->adi.chipset, "NV28");
894 si->ps.card_type = NV28;
898 sprintf(si->adi.chipset, "NV28");
[all...]
H A Dnv_dac.c514 case NV28:
516 LOG(4, ("DAC: NV28 restrictions apply\n"));
H A Dnv_info.c322 /* get some strapinfo(?) for NV28 framebuffer access */
323 //fixme?: works on at least one NV28... how about other cards?
324 if (si->ps.card_type == NV28)
386 /* do some NV28 specific extra stuff */
387 //fixme: NV28 only??
388 if (si->ps.card_type == NV28)
394 /* get NV28 RAM access up and running */
395 //fixme?: works on at least one NV28... how about other cards?
1008 * GeForce4 MX440 (NV18), GeForce4 Ti4200 (NV28) and a GeForceFX 5200 (NV34).
1021 /* all commands are here (verified NV11 and NV28) */
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac.c573 case NV28:
575 LOG(4,("DAC: NV28 restrictions apply\n"));

Completed in 72 milliseconds