Searched refs:NV11 (Results 1 - 19 of 19) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/
H A DGetDeviceInfo.c36 case NV11:
38 sprintf(adi->chipset, "NV11");
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_dac.c110 if ((si->ps.card_type != NV11) && !si->ps.secondary_head) return B_ERROR;
115 if (si->ps.card_type == NV11) {
116 /* NV11 apparantly has a fixed dithering pattern */
135 if (si->ps.card_type == NV11) {
253 /* (confirmed PLLSEL to be a write-only register on NV04 and NV11!) */
H A Dnv_crtc2.c41 if (/*(si->settings.usebios) ||*/ (si->ps.card_type != NV11)) return B_OK;
227 /* NV11 timing has different constraints than later cards */
228 if (si->ps.card_type == NV11)
449 /* NV11 cards can upscale after all! */
450 if (0)//si->ps.card_type == NV11)
635 if (!(si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11))
677 if (!(si->ps.monitors & CRTC1_TMDS) && (si->ps.card_type != NV11))
979 * This is confirmed for both ISA and PCI access, on NV04 and NV11. */
985 //(it seems to work OK on NV04 and NV11 although read reg. doesn't seem to work)
1017 * This is confirmed for both ISA and PCI access, on NV04 and NV11
[all...]
H A Dnv_dac2.c22 * NV11 can't do this: It will report DAC1 status instead because it HAS no
25 case NV11:
218 /* (confirmed PLLSEL to be a write-only register on NV04 and NV11!) */
H A Dnv_crtc.c241 /* NV11 timing has different constraints than later cards */
242 if (si->ps.card_type == NV11)
466 /* NV11 cards can upscale after all! */
467 if (0)//si->ps.card_type == NV11)
653 if (!(si->ps.monitors & CRTC2_TMDS) && (si->ps.card_type != NV11))
696 if (!(si->ps.monitors & CRTC2_TMDS) && (si->ps.card_type != NV11))
1064 * This is confirmed for both ISA and PCI access, on NV04 and NV11. */
1070 //(it seems to work OK on NV04 and NV11 although read reg. doesn't seem to work)
1108 * This is confirmed for both ISA and PCI access, on NV04 and NV11. */
1114 //(it seems to work OK on NV04 and NV11 althoug
[all...]
H A Dnv_general.c388 si->ps.card_type = NV11;
391 sprintf(si->adi.chipset, "NV11");
395 si->ps.card_type = NV11;
399 sprintf(si->adi.chipset, "NV11");
403 si->ps.card_type = NV11;
406 sprintf(si->adi.chipset, "NV11");
693 si->ps.card_type = NV11;
696 sprintf(si->adi.chipset, "CRUSH, NV11");
1310 si->ps.card_type = NV11;
1313 sprintf(si->adi.chipset, "NV11");
[all...]
H A Dnv_info.c1007 /* this routine is used for NV10 and later. It's tested on a GeForce2 MX400 (NV11),
1021 /* all commands are here (verified NV11 and NV28) */
1874 * Confirmed a NV11: without snooze it worked OK on a low-voltage AGP2.0 slot,
1972 * Confirmed a NV11: without snooze it worked OK on a low-voltage AGP2.0 slot,
2311 * -> NV11 and NV17 laptops have LVDS panels, programmed in both sets registers;
2313 * -> NV11, NV25 and NV34 DVI cards, so external panels (TMDS) are programmed
2317 * on some NV11's if this bit is '0' there;
2323 * except on NV11: here master mode is (might be?) detected. */
2354 if ((si->ps.card_type == NV11) &&
2368 if ((si->ps.card_type == NV11)
[all...]
H A Dnv_acc_dma.c200 * out at least NV11 will keep the previously programmed handles over resets and
202 * engine (confirmed on NV11).
298 * power-outages! (confirmed NV11) */
413 if (si->ps.card_type >= NV11)
634 /* DEBUG2 has a big influence on 3D speed for NV11 and NV15
636 * (b16 should also be '1', increases 3D speed on NV11 a bit more) */
639 /* NV10_DEBUG4 has a big influence on 3D speed for NV11, NV15 and NV18
933 if (si->ps.card_type >= NV11)
1444 * NV_GENERAL_DMAPUT is a write-only register on some cards (confirmed NV11). */
1474 /* update timeout counter: on NV11 o
[all...]
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h182 NV11, enumerator in enum:__anon937::__anon940
/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c238 * -> NV11 and NV17 laptops have LVDS panels, programmed in both sets registers;
240 * -> NV11, NV25 and NV34 DVI cards, so external panels (TMDS) are programmed
244 * on some NV11's if this bit is '0' there;
250 * except on NV11: here master mode is (might be?) detected. */
281 if ((si->ps.card_type == NV11) &&
295 if ((si->ps.card_type == NV11) &&
319 if (si->ps.card_type == NV11)
470 if (si->ps.card_type != NV11)
564 else /* dualhead NV11 cards */
566 /* confirmed no analog output switch-options for NV11 */
[all...]
H A Dcrtc.c133 /* NV11 timing has different constraints than later cards */
134 if (si->ps.card_type == NV11)
329 /* NV11 cards can upscale after all! */
330 if (0)//si->ps.card_type == NV11)
H A Dcrtc2.c129 /* NV11 timing has different constraints than later cards */
130 if (si->ps.card_type == NV11)
323 /* NV11 cards can upscale after all! */
324 if (0)//si->ps.card_type == NV11)
H A Dgeneral.c297 /* note: 'OWNER' is a non-standard register in behaviour(!) on NV11's,
298 * while non-NV11 cards behave normally.
300 * Double-write action needed on those strange NV11 cards: */
301 /* RESET: needed on NV11 */
308 /* note: 'OWNER' is a non-standard register in behaviour(!) on NV11's,
309 * while non-NV11 cards behave normally.
311 * Double-write action needed on those strange NV11 cards: */
312 /* RESET: needed on NV11 */
373 /* NV11 cards can't switch heads (confirmed) */
374 if (si->ps.card_type != NV11)
[all...]
/haiku/headers/private/graphics/via/
H A DDriverInterface.h114 NV11, enumerator in enum:__anon4
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h105 NV11, enumerator in enum:__anon15
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dgeneral.c273 /* note: 'OWNER' is a non-standard register in behaviour(!) on NV11's,
274 * while non-NV11 cards behave normally.
276 * Double-write action needed on those strange NV11 cards: */
277 /* RESET: needed on NV11 */
284 /* note: 'OWNER' is a non-standard register in behaviour(!) on NV11's,
285 * while non-NV11 cards behave normally.
287 * Double-write action needed on those strange NV11 cards: */
288 /* RESET: needed on NV11 */
348 /* NV11 cards can't switch heads (confirmed) */
349 if (si->ps.card_type != NV11)
[all...]
H A Dcrtc.c143 /* NV11 timing has different constraints than later cards */
144 if (si->ps.card_type == NV11)
340 /* NV11 cards can upscale after all! */
341 if (0)//si->ps.card_type == NV11)
H A Dcrtc2.c129 /* NV11 timing has different constraints than later cards */
130 if (si->ps.card_type == NV11)
323 /* NV11 cards can upscale after all! */
324 if (0)//si->ps.card_type == NV11)
H A Dinfo.c920 /* this routine is used for NV10 and later. It's tested on a GeForce2 MX400 (NV11),
934 /* all commands are here (verified NV11 and NV28) */
2176 * -> NV11 and NV17 laptops have LVDS panels, programmed in both sets registers;
2178 * -> NV11, NV25 and NV34 DVI cards, so external panels (TMDS) are programmed
2182 * on some NV11's if this bit is '0' there;
2188 * except on NV11: here master mode is (might be?) detected. */
2219 if ((si->ps.card_type == NV11) &&
2233 if ((si->ps.card_type == NV11) &&
2257 if (si->ps.card_type == NV11)
2408 if (si->ps.card_type != NV11)
[all...]

Completed in 122 milliseconds