Lines Matching defs:agpHandle
164 drm_handle_t agpHandle;
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);
570 pI810->sysmemHandle = agpHandle;
572 if (agpHandle != DRM_AGP_NO_HANDLE) {
573 if (drmAgpBind(pI810->drmSubFD, agpHandle, 0) == 0) {
613 (drmAddress) &agpHandle);
615 pI810->xvmcHandle = agpHandle;
617 if (agpHandle != DRM_AGP_NO_HANDLE) {
618 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->MC.Start) == 0) {
639 (drmAddress) &agpHandle);
641 pI810->cursorHandle = agpHandle;
643 if (agpHandle != DRM_AGP_NO_HANDLE) {
646 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) {
664 (drmAddress) &agpHandle);
666 pI810->cursorARGBHandle = agpHandle;
668 if (agpHandle != DRM_AGP_NO_HANDLE) {
669 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) {