Home
last modified time | relevance | path

Searched refs:GARTInit (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_agp.c79 GARTInit(int screenNum) in GARTInit() function
106 return (GARTInit(-1)); in xf86AgpGARTSupported()
116 if (!GARTInit(screenNum)) in xf86GetAGPInfo()
147 if (!GARTInit(screenNum)) in xf86AcquireGART()
168 if (!GARTInit(screenNum)) in xf86ReleaseGART()
208 if (!GARTInit(screenNum) || (acquiredScreen != screenNum)) in xf86AllocateGARTMemory()
234 if (!GARTInit(screenNum) || (acquiredScreen != screenNum)) in xf86DeallocateGARTMemory()
254 if (!GARTInit(screenNum) || (acquiredScreen != screenNum)) in xf86BindGARTMemory()
289 if (!GARTInit(screenNum) || (acquiredScreen != screenNum)) in xf86UnbindGARTMemory()
314 if (!GARTInit(screenNum) || (acquiredScreen != screenNum)) in xf86EnableAGP()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_agp.c62 GARTInit(int screenNum) in GARTInit() function
122 return GARTInit(-1); in xf86AgpGARTSupported()
131 if (!GARTInit(screenNum)) in xf86GetAGPInfo()
171 if (screenNum != -1 && !GARTInit(screenNum)) in xf86AcquireGART()
189 if (screenNum != -1 && !GARTInit(screenNum)) in xf86ReleaseGART()
229 if (!GARTInit(screenNum) || acquiredScreen != screenNum) in xf86AllocateGARTMemory()
257 if (!GARTInit(screenNum) || acquiredScreen != screenNum)
287 if (!GARTInit(screenNum) || acquiredScreen != screenNum)
328 if (!GARTInit(screenNum) || acquiredScreen != screenNum)
359 if (!GARTInit(screenNum) || acquiredScreen != screenNum)