Searched refs:ET4000 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_driver.c | 122 {ET4000, "ET4000W32p"}, 130 {ET4000, PCI_CHIP_ET4000_W32P_A, RES_SHARED_VGA}, 131 {ET4000, PCI_CHIP_ET4000_W32P_B, RES_SHARED_VGA}, 132 {ET4000, PCI_CHIP_ET4000_W32P_C, RES_SHARED_VGA}, 133 {ET4000, PCI_CHIP_ET4000_W32P_D, RES_SHARED_VGA}, 289 /* unlock ET4000 using KEY register */ 305 /* lock ET4000 using KEY register. FIXME: should restore old lock status instead */ 418 pTseng->ChipType = ET4000; 420 pScrn->chipset = "ET4000/W32P (rev A)"; 423 pTseng->ChipType = ET4000; [all...] |
| H A D | tseng_cursor.c | 10 * ET4000 HWCursor is disabled currently: we need to find a way to set the 149 * The ET4000 uses color 0 as sprite color "0", and color 0xFF as 158 xf86Msg(X_ERROR, "Internal error: ET4000 hardware cursor color changes not implemented\n"); 271 if (pTseng->ChipType == ET4000) 283 if (pTseng->ChipType == ET4000)
|
| H A D | tseng_accel.h | 287 if (pTseng->ChipType == ET4000) 303 if (pTseng->ChipType == ET4000) 317 if (pTseng->ChipType == ET4000)
|
| H A D | tseng.h | 52 ET4000, /* We only have the PCI ones so all are W32p */ enumerator in enum:__anoncd7dc6340103
|
| H A D | tseng_accel.c | 121 if (pTseng->ChipType == ET4000) { 190 if (pTseng->ChipType == ET4000) { 255 if (pTseng->ChipType == ET4000) { 436 * This is for ET4000 only (The ET6000 cannot do this) 594 if (pTseng->ChipType == ET4000) { 792 * Splitting it up between ET4000 and ET6000 avoids lots of chipset type 917 * Splitting up the SubsequentScreenToScreenCopy between ET4000 and ET6000 1294 if (pTseng->ChipType == ET4000) 1339 if (pTseng->ChipType == ET4000)
|
| H A D | tseng_mode.c | 787 * Memory bandwidth is important in > 8bpp modes, especially on ET4000 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) { 1339 if ((pTseng->ChipType == ET4000) && pTseng->FastDram) { 1367 if (pTseng->ChipType == ET4000) { [all...] |
Completed in 10 milliseconds