Lines Matching refs:drmSubFD
85 if (drmCommandWrite(pI810->drmSubFD, DRM_I810_INIT,
144 if (drmCommandWrite(pI810->drmSubFD, DRM_I810_INIT,
399 if (!DRIScreenInit(pScreen, pDRIInfo, &pI810->drmSubFD)) {
418 version = drmGetLibVersion(pI810->drmSubFD);
425 version = drmGetVersion(pI810->drmSubFD);
452 version = drmGetVersion(pI810->drmSubFD);
474 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->MMIOAddr,
494 if (drmAgpAcquire(pI810->drmSubFD) < 0) {
501 if (drmAgpEnable(pI810->drmSubFD, 0) < 0) {
517 drmAgpAlloc(pI810->drmSubFD, 4096 * 1024, 1, NULL,
549 drmAgpFree(pI810->drmSubFD, dcacheHandle);
596 if (drmAgpBind(pI810->drmSubFD, dcacheHandle, pI810->DepthOffset) == 0) {
614 drmAgpFree(pI810->drmSubFD, dcacheHandle);
622 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
627 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->BackOffset) == 0) {
649 drmAgpAlloc(pI810->drmSubFD, back_size, 0, NULL,
655 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->DepthOffset) == 0) {
679 drmAgpAlloc(pI810->drmSubFD, sysmem_size, 0, NULL,
684 if (drmAgpBind(pI810->drmSubFD, agpHandle, 0) == 0) {
723 drmAgpAlloc(pI810->drmSubFD, pI810->MC.Size, 0, NULL,
729 if (drmAgpBind(pI810->drmSubFD, agpHandle, pI810->MC.Start) == 0) {
748 drmAgpAlloc(pI810->drmSubFD, 4096, 2,
757 if (drmAgpBind(pI810->drmSubFD, agpHandle, tom) == 0) {
773 drmAgpAlloc(pI810->drmSubFD, 16384, 2,
782 if ((r = drmAgpBind(pI810->drmSubFD, agpHandle, tom)) == 0) {
851 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->BackBuffer.Start,
861 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->DepthBuffer.Start,
891 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->BufferMem.Start,
903 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->LpRing->mem.Start,
932 if (drmAddMap(pI810->drmSubFD, (drm_handle_t) pI810->TexMem.Start,
941 if ((bufs = drmAddBufs(pI810->drmSubFD,
960 pI810DRI->irq = drmGetInterruptFromBusID(pI810->drmSubFD,
966 if ((drmCtlInstHandler(pI810->drmSubFD, pI810DRI->irq)) != 0) {
1024 drmCtlUninstHandler(pI810->drmSubFD);
1031 drmAgpFree(pI810->drmSubFD, pI810->dcacheHandle);
1033 drmAgpFree(pI810->drmSubFD, pI810->backHandle);
1035 drmAgpFree(pI810->drmSubFD, pI810->zHandle);
1037 drmAgpFree(pI810->drmSubFD, pI810->cursorHandle);
1039 drmAgpFree(pI810->drmSubFD, pI810->xvmcHandle);
1041 drmAgpFree(pI810->drmSubFD, pI810->sysmemHandle);
1044 drmAgpRelease(pI810->drmSubFD);
1445 drmCommandNone(pI810->drmSubFD, DRM_I810_FLIP);
1461 if (drmAgpUnbind(pI810->drmSubFD, pI810->dcacheHandle) != 0) {
1466 if (drmAgpUnbind(pI810->drmSubFD, pI810->backHandle) != 0) {
1471 if (drmAgpUnbind(pI810->drmSubFD, pI810->zHandle) != 0) {
1476 if (drmAgpUnbind(pI810->drmSubFD, pI810->sysmemHandle) != 0) {
1481 if (drmAgpUnbind(pI810->drmSubFD, pI810->xvmcHandle) != 0) {
1486 if (drmAgpUnbind(pI810->drmSubFD, pI810->cursorHandle) != 0) {
1491 if (drmAgpUnbind(pI810->drmSubFD, pI810->cursorARGBHandle) != 0) {
1496 drmAgpRelease(pI810->drmSubFD);
1510 drmAgpAcquire(pI810->drmSubFD);
1513 if (drmAgpBind(pI810->drmSubFD, pI810->dcacheHandle,
1517 if (drmAgpBind(pI810->drmSubFD, pI810->backHandle,
1521 if (drmAgpBind(pI810->drmSubFD, pI810->zHandle,
1525 if (drmAgpBind(pI810->drmSubFD, pI810->sysmemHandle, 0) != 0)
1528 if (drmAgpBind(pI810->drmSubFD, pI810->xvmcHandle,
1532 if (drmAgpBind(pI810->drmSubFD, pI810->cursorHandle,
1536 if (drmAgpBind(pI810->drmSubFD, pI810->cursorARGBHandle,