Searched refs:vidMem (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c80 static void* vidMem = NULL; local in function:xf86ExtendedInitInt10
115 if ((!vidMem) || (!sysMem)) {
128 if (!vidMem) {
130 if ((vidMem = mmap((void *)(V_RAM), VRAM_SIZE,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/
H A Dlinux.c93 static void *vidMem = NULL; local in function:xf86ExtendedInitInt10
129 if ((!vidMem) || (!sysMem)) {
142 if (!vidMem) {
144 if ((vidMem = mmap((void *) (V_RAM), VRAM_SIZE,

Completed in 3 milliseconds