Searched refs:tom (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_memory.c79 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 Di810_dri.c163 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 Di810_memory.c79 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 Di810_dri.c163 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 Di810_memory.c78 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 Di810_dri.c281 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 Dradeon_driver.c1745 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 Dconfigure.in1 dnl $XTermId: configure.in,v 1.403 2025/01/03 01:02:13 tom Exp $
H A Daclocal.m41 dnl $XTermId: aclocal.m4,v 1.533 2024/12/21 13:44:12 tom Exp $

Completed in 20 milliseconds