Searched refs:agpHandle (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c164 drm_handle_t agpHandle; local in function:I810DRIScreenInit
512 (drmAddress) &agpHandle);
513 pI810->backHandle = agpHandle;
515 if (agpHandle != DRM_AGP_NO_HANDLE) {
516 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->BackOffset) == 0) {
539 (drmAddress) &agpHandle);
541 pI810->zHandle = agpHandle;
543 if (agpHandle != DRM_AGP_NO_HANDLE) {
544 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->DepthOffset) == 0) {
569 (drmAddress)&agpHandle);
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c164 drm_handle_t agpHandle; local in function:I810DRIScreenInit
512 (drmAddress) &agpHandle);
513 pI810->backHandle = agpHandle;
515 if (agpHandle != DRM_AGP_NO_HANDLE) {
516 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->BackOffset) == 0) {
539 (drmAddress) &agpHandle);
541 pI810->zHandle = agpHandle;
543 if (agpHandle != DRM_AGP_NO_HANDLE) {
544 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->DepthOffset) == 0) {
569 (drmAddress)&agpHandle);
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.c357 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);
[all...]
H A Dsis.h856 SISAGPHTYPE agpHandle; member in struct:__anon2d7f85d00308
1138 SISAGPHTYPE agpHandle; member in struct:__anon2d7f85d00508
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Dmach64_dri.h43 drm_handle_t agpHandle; /* Handle from drmAgpAlloc */ member in struct:__anon7b6ec2b60108
H A Datidri.c611 0, NULL, &pATIDRIServer->agpHandle );
619 pATIDRIServer->agpSize*1024, pATIDRIServer->agpHandle );
621 if ( drmAgpBind( pATI->drmFD, pATIDRIServer->agpHandle, pATIDRIServer->agpOffset) < 0 ) {
623 drmAgpFree( pATI->drmFD, pATIDRIServer->agpHandle );
1391 if ( pATIDRIServer->agpHandle ) {
1392 drmAgpUnbind( pATI->drmFD, pATIDRIServer->agpHandle );
1393 drmAgpFree( pATI->drmFD, pATIDRIServer->agpHandle );
1394 pATIDRIServer->agpHandle = 0;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c282 drm_handle_t agpHandle; local in function:I810DRIScreenInit
623 (drmAddress) &agpHandle);
624 pI810->backHandle = agpHandle;
626 if (agpHandle != DRM_AGP_NO_HANDLE) {
627 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->BackOffset) == 0) {
650 (drmAddress) &agpHandle);
652 pI810->zHandle = agpHandle;
654 if (agpHandle != DRM_AGP_NO_HANDLE) {
655 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->DepthOffset) == 0) {
680 (drmAddress)&agpHandle);
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c295 0, &agp_phys, &pVia->agpHandle) < 0) {
301 if (drmAgpBind(pVia->drmmode.fd, pVia->agpHandle, 0) < 0) {
303 drmAgpFree(pVia->drmmode.fd, pVia->agpHandle);
318 drmAgpUnbind(pVia->drmmode.fd, pVia->agpHandle);
319 drmAgpFree(pVia->drmmode.fd, pVia->agpHandle);
332 drmAgpUnbind(pVia->drmmode.fd, pVia->agpHandle);
333 drmAgpFree(pVia->drmmode.fd, pVia->agpHandle);
670 drmRmMap(pVia->drmmode.fd, pVia->agpHandle);
671 drmAgpUnbind(pVia->drmmode.fd, pVia->agpHandle);
673 drmAgpFree(pVia->drmmode.fd, pVia->agpHandle);
[all...]
H A Dvia_driver.h314 drm_handle_t agpHandle; member in struct:_VIA
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c429 if (drmAgpAlloc(pXGI->drmSubFD, pXGI->agpSize, 0, NULL, &pXGI->agpHandle) < 0) {
440 if (drmAgpBind(pXGI->drmSubFD, pXGI->agpHandle, 0) < 0) {
443 drmAgpFree(pXGI->drmSubFD, pXGI->agpHandle);
551 drmAgpFree(pXGI->drmSubFD, pXGI->agpHandle);
H A Dxgi.h711 unsigned long agpHandle; member in struct:__anon348028e20508

Completed in 20 milliseconds