Searched refs:ChipType (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datichip.c50 pATI->ChipType = GetBits(pATI->config_chip_id, CFG_CHIP_TYPE);
56 switch (pATI->ChipType)
59 pATI->ChipType = OldToNewChipID(pATI->ChipType);
86 pATI->ChipType = OldToNewChipID(pATI->ChipType);
92 pATI->ChipType = OldToNewChipID(pATI->ChipType);
99 pATI->ChipType = OldToNewChipID(pATI->ChipType);
[all...]
H A Datiprobe.c123 const CARD16 ChipType,
175 ATIMach64ChipID(pATI, ChipType);
214 CARD16 ChipType = PCI_DEV_DEVICE_ID(pVideo); local in function:ATIMach64Probe
228 if (ATIMach64Detect(pATI, ChipType, Chip))
244 ATIMach64Detect(pATI, ChipType, Chip))
248 if (ATIMach64Detect(pATI, ChipType, Chip))
272 CARD16 ChipType = PCI_DEV_DEVICE_ID(pVideo); local in function:ATIMach64Probe
278 if (!ATIMach64Detect(pATI, ChipType, Chip))
120 ATIMach64Detect(ATIPtr pATI,const CARD16 ChipType,const ATIChipType Chip) argument
H A Datipreinit.c1028 pATI->ChipType);
1029 if (!(pATI->ChipType & ~(CHIP_CODE_0 | CHIP_CODE_1)))
1032 GetBits(pATI->ChipType, CHIP_CODE_1) + 0x41U,
1033 GetBits(pATI->ChipType, CHIP_CODE_0) + 0x41U);
1034 else if ((pATI->ChipType & 0x4040U) == 0x4040U)
1037 GetByte(pATI->ChipType, 1), GetByte(pATI->ChipType, 0));
/xsrc/external/mit/xf86-video-chips/dist/util/
H A DmodClock.c39 unsigned int ChipType,
82 for (PSNx = ((ChipType == CT69000) || (ChipType == CT69030)) ? 1 : 0;
92 while (Fref / (PSN * low_N) > (((ChipType == CT69000) ||
93 (ChipType == CT69030)) ? 5.0e6 : 2.0e6))
102 for (P = (IS_HiQV(ChipType) && (ChipType != CT69000) &&
103 (ChipType != CT69030)) ? 1 : 0; P <= 5; P++) {
121 if (Fvco <= ((ChipType == CT69000) || (ChipType
38 compute_clock(unsigned int ChipType,double target,double Fref,unsigned int ClkMaxN,unsigned int ClkMaxM,unsigned int * bestM,unsigned int * bestN,unsigned int * bestP,unsigned int * bestPSN) argument
162 set_clock(unsigned int ChipType,unsigned int ClockType,unsigned int ProgClock,unsigned int M,unsigned int N,unsigned int P,unsigned int PSN) argument
233 unsigned int ChipType, temp; local in function:probe_chip
312 unsigned int M, N, P, PSN, ChipType, ClockType, progclock; local in function:main
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_init.h35 extern void ReadVBIOSTablData(UCHAR ChipType, PVB_DEVICE_INFO pVBInfo);
H A Dvb_ext.h61 extern void ReadVBIOSTablData( UCHAR ChipType , PVB_DEVICE_INFO pVBInfo);
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_cursor.c49 if (pTseng->ChipType == ET6000) {
65 if (pTseng->ChipType == ET6000) {
100 if (pTseng->ChipType == ET6000) {
136 if (pTseng->ChipType == ET6000) {
186 if (pTseng->ChipType == ET6000) {
271 if (pTseng->ChipType == ET4000)
283 if (pTseng->ChipType == ET4000)
H A Dtseng_accel.c121 if (pTseng->ChipType == ET4000) {
166 if (pTseng->ChipType == ET6000) {
190 if (pTseng->ChipType == ET4000) {
240 if (pTseng->ChipType == ET6000) \
255 if (pTseng->ChipType == ET4000) {
570 if ((pTseng->ChipType == ET6000) || (pScrn->bitsPerPixel == 8)) {
594 if (pTseng->ChipType == ET4000) {
861 if ((pTseng->ChipType == ET6000) && (trans_color != -1)) {
1294 if (pTseng->ChipType == ET4000)
1317 if (pTseng->ChipType
[all...]
H A Dtseng_driver.c413 /* Set up ChipType, ChipRev and pScrn->chipset.
418 pTseng->ChipType = ET4000;
423 pTseng->ChipType = ET4000;
428 pTseng->ChipType = ET4000;
433 pTseng->ChipType = ET4000;
438 pTseng->ChipType = ET6000;
462 if (pTseng->ChipType == ET6000) {
655 if (pTseng->ChipType == ET4000) {
706 if (pTseng->ChipType == ET6000) {
820 if ((pTseng->ChipType
[all...]
H A Dtseng_accel.h126 if (pTseng->ChipType == ET6000) \
287 if (pTseng->ChipType == ET4000)
303 if (pTseng->ChipType == ET4000)
317 if (pTseng->ChipType == ET4000)
H A Dtseng_mode.c755 if (pTseng->ChipType == ET6000) {
809 if (pTseng->ChipType == ET6000) {
1063 if ((pTseng->ChipType == ET4000) &&
1080 if (pTseng->ChipType == ET4000) {
1094 if (pTseng->ChipType == ET4000) {
1152 if (pTseng->ChipType == ET4000) {
1207 if (pTseng->ChipType == ET4000) {
1224 if (pTseng->ChipType == ET4000)
1250 if (pTseng->ChipType == ET4000) {
1312 if (pTseng->ChipType
[all...]
H A Dtseng.h126 tseng_chiptype ChipType; /* "Chipset" causes confusion with pScrn->chipset */ member in struct:__anoncd7dc6340508
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit.c176 if(SiS_Pr->ChipType == SIS_300) {
252 if(SiS_Pr->ChipType >= SIS_340) {
254 } else if(SiS_Pr->ChipType >= SIS_761) {
256 } else if(SiS_Pr->ChipType >= SIS_760) {
258 } else if(SiS_Pr->ChipType >= SIS_661) {
260 } else if(SiS_Pr->ChipType == SIS_330) {
262 } else if(SiS_Pr->ChipType > SIS_315PRO) {
267 if(SiS_Pr->ChipType >= SIS_340) {
326 if(SiS_Pr->ChipType < SIS_315H) {
1020 if(SiS_Pr->ChipType >
[all...]
H A Dinitdef.h54 #define IS_SIS330 (SiS_Pr->ChipType == SIS_330)
55 #define IS_SIS550 (SiS_Pr->ChipType == SIS_550)
56 #define IS_SIS650 (SiS_Pr->ChipType == SIS_650) /* All versions, incl 651, M65x */
57 #define IS_SIS740 (SiS_Pr->ChipType == SIS_740)
61 #define IS_SIS661 (SiS_Pr->ChipType == SIS_661)
62 #define IS_SIS741 (SiS_Pr->ChipType == SIS_741)
63 #define IS_SIS660 (SiS_Pr->ChipType == SIS_660)
64 #define IS_SIS760 (SiS_Pr->ChipType == SIS_760)
65 #define IS_SIS761 (SiS_Pr->ChipType == SIS_761)
67 #define IS_SIS650740 ((SiS_Pr->ChipType >
[all...]
H A Dinit301.c99 if(SiS_Pr->ChipType == XGI_20)
101 else if(SiS_Pr->ChipType >= SIS_315H)
113 if(SiS_Pr->ChipType == XGI_20)
115 else if(SiS_Pr->ChipType >= SIS_315H)
129 if(SiS_Pr->ChipType >= SIS_661) {
159 if(SiS_Pr->ChipType < SIS_661) reg = 0x3c;
217 if(SiS_Pr->ChipType >= SIS_315H) {
230 if(SiS_Pr->ChipType >= SIS_315H) {
350 if(SiS_Pr->ChipType >= SIS_315H) {
492 if(SiS_Pr->ChipType < SIS_315
[all...]
H A Dsis_vb.c178 if(pSiS->ChipType >= SIS_330) {
180 if(pSiS->ChipType >= SIS_340) {
212 } else if(pSiS->ChipType >= SIS_330) {
261 if(pSiS->ChipType >= SIS_330) {
386 (pSiS->ChipType < SIS_661) &&
395 if(pSiS->ChipType < SIS_661) {
436 if(pSiS->ChipType < SIS_661) {
475 } else if((pSiS->ChipType >= SIS_661) || (pSiS->ROM661New)) {
480 if(pSiS->ChipType < SIS_661) {
858 if(pSiS->ChipType >
[all...]
H A Dsis_setup.c556 if(pSiS->ChipType != XGI_20) { /* SIS340, XGI_40 */
688 if(pSiS->ChipType >= SIS_660) {
741 if(pSiS->ChipType >= SIS_761) {
750 if(pSiS->ChipType == SIS_741) {
836 if(pSiS->ChipType >= SIS_660) {
887 if((pSiS->ChipType >= SIS_760) && (pSiS->ChipType <= SIS_770)) {
H A Dvstruct.h237 unsigned char ChipType; member in struct:SiS_Private
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dgfx_init.c163 ChipType gfx_chip_revision = CHIP_NOT_DETECTED;
167 ChipType gfx_detect_chip(void);
190 ChipType
H A Dgfx_type.h424 typedef enum ChipType enum
437 ChipType; typedef in typeref:enum:ChipType
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dgfx_init.c63 ChipType gfx_chip_revision = CHIP_NOT_DETECTED;
65 ChipType gfx_detect_chip(void);
90 ChipType
H A Dgfx_type.h307 typedef enum ChipType { enum
318 } ChipType; typedef in typeref:enum:ChipType
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_driver.c525 if (pTDFX->ChipType != PCI_CHIP_BANSHEE)
531 if (pTDFX->ChipType<=PCI_CHIP_VOODOO3) { /* Banshee/V3 */
608 pTDFX->ChipType=match->chipType;
878 pTDFX->ChipType = DEVICE_ID(match);
1077 switch (pTDFX->ChipType) {
1107 switch (pTDFX->ChipType) {
2270 if (pTDFX->ChipType > PCI_CHIP_VOODOO3) {
2302 if(pTDFX->ChipType < PCI_CHIP_VOODOO4) {
2617 switch (pTDFX->ChipType) {
H A Dtdfx_dri.c79 if (pTDFX->ChipType > PCI_CHIP_VOODOO3) {
88 if (pTDFX->ChipType <= PCI_CHIP_VOODOO3) {
H A Dtdfx.h220 int ChipType; member in struct:_TDFXRec

Completed in 52 milliseconds

12