Lines Matching refs:drmSubFD
77 if (drmCommandWrite(pI810->drmSubFD, DRM_I810_INIT,
136 if (drmCommandWrite(pI810->drmSubFD, DRM_I810_INIT,
307 if (!DRIScreenInit(pScreen, pDRIInfo, &pI810->drmSubFD)) {
326 version = drmGetLibVersion(pI810->drmSubFD);
333 version = drmGetVersion(pI810->drmSubFD);
360 version = drmGetVersion(pI810->drmSubFD);
382 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->MMIOAddr,
402 if (drmAgpAcquire(pI810->drmSubFD) < 0) {
409 if (drmAgpEnable(pI810->drmSubFD, 0) < 0) {
425 drmAgpAlloc(pI810->drmSubFD, 4096 * 1024, 1, NULL,
438 drmAgpFree(pI810->drmSubFD, dcacheHandle);
485 if (drmAgpBind(pI810->drmSubFD, dcacheHandle, pI810->DepthOffset) == 0) {
503 drmAgpFree(pI810->drmSubFD, dcacheHandle);
511 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
516 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->BackOffset) == 0) {
538 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
544 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->DepthOffset) == 0) {
568 drmAgpAlloc(pI810->drmSubFD, sysmem_size, 0, NULL,
573 if (drmAgpBind(pI810->drmSubFD, agpHandle, 0) == 0) {
612 drmAgpAlloc(pI810->drmSubFD, pI810->MC.Size, 0, NULL,
618 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->MC.Start) == 0) {
637 drmAgpAlloc(pI810->drmSubFD, 4096, 2,
646 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) {
662 drmAgpAlloc(pI810->drmSubFD, 16384, 2,
669 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) {
738 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->BackBuffer.Start,
748 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->DepthBuffer.Start,
778 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->BufferMem.Start,
790 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->LpRing->mem.Start,
824 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->TexMem.Start,
833 if ((bufs = drmAddBufs(pI810->drmSubFD,
852 pI810DRI->irq = drmGetInterruptFromBusID(pI810->drmSubFD,
858 if ((drmCtlInstHandler(pI810->drmSubFD, pI810DRI->irq)) != 0) {
912 drmCtlUninstHandler(pI810->drmSubFD);
928 drmAgpFree(pI810->drmSubFD, pI810->dcacheHandle);
930 drmAgpFree(pI810->drmSubFD, pI810->backHandle);
932 drmAgpFree(pI810->drmSubFD, pI810->zHandle);
934 drmAgpFree(pI810->drmSubFD, pI810->cursorHandle);
936 drmAgpFree(pI810->drmSubFD, pI810->xvmcHandle);
938 drmAgpFree(pI810->drmSubFD, pI810->sysmemHandle);
941 drmAgpRelease(pI810->drmSubFD);
1340 drmCommandNone(pI810->drmSubFD, DRM_I810_FLIP);
1356 if (drmAgpUnbind(pI810->drmSubFD, pI810->dcacheHandle) != 0) {
1361 if (drmAgpUnbind(pI810->drmSubFD, pI810->backHandle) != 0) {
1366 if (drmAgpUnbind(pI810->drmSubFD, pI810->zHandle) != 0) {
1371 if (drmAgpUnbind(pI810->drmSubFD, pI810->sysmemHandle) != 0) {
1376 if (drmAgpUnbind(pI810->drmSubFD, pI810->xvmcHandle) != 0) {
1381 if (drmAgpUnbind(pI810->drmSubFD, pI810->cursorHandle) != 0) {
1386 if (drmAgpUnbind(pI810->drmSubFD, pI810->cursorARGBHandle) != 0) {
1391 drmAgpRelease(pI810->drmSubFD);
1405 drmAgpAcquire(pI810->drmSubFD);
1408 if (drmAgpBind(pI810->drmSubFD, pI810->dcacheHandle,
1412 if (drmAgpBind(pI810->drmSubFD, pI810->backHandle,
1416 if (drmAgpBind(pI810->drmSubFD, pI810->zHandle,
1420 if (drmAgpBind(pI810->drmSubFD, pI810->sysmemHandle, 0) != 0)
1423 if (drmAgpBind(pI810->drmSubFD, pI810->xvmcHandle,
1427 if (drmAgpBind(pI810->drmSubFD, pI810->cursorHandle,
1431 if (drmAgpBind(pI810->drmSubFD, pI810->cursorARGBHandle,