Lines Matching refs:agpHandle
357 if(drmAgpAlloc(pSIS->drmSubFD, pSIS->agpWantedSize, 0, NULL, &pSIS->agpHandle) < 0) {
368 if(drmAgpAlloc(pSIS->drmSubFD, pSIS->agpWantedSize, 0, NULL, &pSIS->agpHandle) < 0) {
387 if(drmAgpBind(pSIS->drmSubFD, pSIS->agpHandle, 0) < 0) {
390 drmAgpFree(pSIS->drmSubFD, pSIS->agpHandle);
397 if(drmAgpAlloc(pSIS->drmSubFD, pSIS->agpWantedSize, 0, NULL, &pSIS->agpHandle) < 0) {
403 } else if(drmAgpBind(pSIS->drmSubFD, pSIS->agpHandle, 0) < 0) {
406 drmAgpFree(pSIS->drmSubFD, pSIS->agpHandle);
431 drmAgpUnbind(pSIS->drmSubFD, pSIS->agpHandle);
432 drmAgpFree(pSIS->drmSubFD, pSIS->agpHandle);
637 drmAgpUnbind(pSIS->drmSubFD, pSIS->agpHandle);
638 drmAgpFree(pSIS->drmSubFD, pSIS->agpHandle);