Searched refs:GTTBase (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_common.h87 #define INGTT(addr) *(volatile uint32_t *)(RecPtr->GTTBase + (addr))
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_common.h87 #define INGTT(addr) *(volatile uint32_t *)(RecPtr->GTTBase + (addr))
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dcommon.h120 #define INGTT(addr) *(volatile uint32_t *)(RecPtr->GTTBase + (addr))
H A Di830_driver.c462 (void **) &pI830->GTTBase);
474 pI830->GTTBase = NULL;
514 pci_device_unmap_range (pI830->PciInfo, pI830->GTTBase, pI830->GTTMapSize);
515 pI830->GTTBase = NULL;
H A Di830.h334 unsigned char *GTTBase; member in struct:_I830Rec
H A Di830_memory.c507 /* We don't have GTTBase set up on i830 yet. */
508 if (pI830->GTTBase == NULL)

Completed in 11 milliseconds