Lines Matching defs:agpHandle
282 drm_handle_t agpHandle;
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);
681 pI810->sysmemHandle = agpHandle;
683 if (agpHandle != DRM_AGP_NO_HANDLE) {
684 if (drmAgpBind(pI810->drmSubFD, agpHandle, 0) == 0) {
724 (drmAddress) &agpHandle);
726 pI810->xvmcHandle = agpHandle;
728 if (agpHandle != DRM_AGP_NO_HANDLE) {
729 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->MC.Start) == 0) {
750 (drmAddress) &agpHandle);
752 pI810->cursorHandle = agpHandle;
754 if (agpHandle != DRM_AGP_NO_HANDLE) {
757 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) {
775 (drmAddress) &agpHandle);
777 pI810->cursorARGBHandle = agpHandle;
779 if (agpHandle != DRM_AGP_NO_HANDLE) {
782 if ((r = drmAgpBind(pI810->drmSubFD, agpHandle, tom)) == 0) {