Searched refs:tom (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_memory.c | 79 unsigned long tom = 0; local in function:I810AllocateGARTMemory 115 tom = pI810->SysMem.End; 135 tom += 0x7ffffUL; 136 tom &= ~0x7ffffUL; 139 pI810->DcacheOffset = tom; 141 if (!xf86BindGARTMemory(pScrn->scrnIndex, key, tom)) { 146 pI810->DcacheMem.Start = tom; 149 tom = pI810->DcacheMem.End; 178 pI810->HwcursOffset = tom; 180 if (!xf86BindGARTMemory(pScrn->scrnIndex, key, tom)) { [all...] |
| H A D | i810_dri.c | 163 unsigned long tom; local in function:I810DRIScreenInit 480 tom = sysmem_size; 644 tom = sysmem_size; 646 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) { 649 pI810->CursorStart = tom; 650 tom += 4096; 669 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) { 672 pI810->CursorARGBStart = tom; 673 tom += 16384;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_memory.c | 79 long tom = 0; local in function:I810AllocateGARTMemory 115 tom = pI810->SysMem.End; 135 tom += 0x7ffff; 136 tom &= ~0x7ffff; 139 pI810->DcacheOffset = tom; 141 if (!xf86BindGARTMemory(pScrn->scrnIndex, key, tom)) { 146 pI810->DcacheMem.Start = tom; 149 tom = pI810->DcacheMem.End; 178 pI810->HwcursOffset = tom; 180 if (!xf86BindGARTMemory(pScrn->scrnIndex, key, tom)) { [all...] |
| H A D | i810_dri.c | 163 unsigned long tom; local in function:I810DRIScreenInit 480 tom = sysmem_size; 644 tom = sysmem_size; 646 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) { 649 pI810->CursorStart = tom; 650 tom += 4096; 669 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) { 672 pI810->CursorARGBStart = tom; 673 tom += 16384;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i810_memory.c | 78 long tom = 0; local in function:I810AllocateGARTMemory 114 tom = pI810->SysMem.End; 134 tom += 0x7ffff; 135 tom &= ~0x7ffff; 138 pI810->DcacheOffset = tom; 140 if (!xf86BindGARTMemory(pScrn->scrnIndex, key, tom)) { 145 pI810->DcacheMem.Start = tom; 148 tom = pI810->DcacheMem.End; 177 pI810->HwcursOffset = tom; 179 if (!xf86BindGARTMemory(pScrn->scrnIndex, key, tom)) { [all...] |
| H A D | i810_dri.c | 281 unsigned long tom; local in function:I810DRIScreenInit 591 tom = sysmem_size; 755 tom = sysmem_size; 757 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) { 760 pI810->CursorStart = tom; 761 tom += 4096; 782 if ((r = drmAgpBind(pI810->drmSubFD, agpHandle, tom)) == 0) { 785 pI810->CursorARGBStart = tom; 786 tom += 16384;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_driver.c | 1745 uint32_t tom = INREG(RADEON_NB_TOM); local in function:RADEONPreInitVRAM 1747 pScrn->videoRam = (((tom >> 16) - 1748 (tom & 0xffff) + 1) << 6);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | configure.in | 1 dnl $XTermId: configure.in,v 1.403 2025/01/03 01:02:13 tom Exp $
|
| H A D | aclocal.m4 | 1 dnl $XTermId: aclocal.m4,v 1.533 2024/12/21 13:44:12 tom Exp $
|
Completed in 20 milliseconds