| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_xaa.c | 49 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForMono8x8PatternFill 55 pI810->BR[0] = (BR00_BITBLT_CLIENT | BR00_OP_MONO_PAT_BLT | 0x9); 56 pI810->BR[18] = bg; 57 pI810->BR[19] = fg; 58 pI810->BR[13] = (pScrn->displayWidth * pI810->cpp); 59 pI810->BR[13] |= I810PatternROP[rop] << 16; 61 pI810->BR[13] |= BR13_MONO_PATN_TRANS; 68 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentMono8x8PatternFillRect 70 pI810 96 I810Ptr pI810 = I810PTR(pScrn); local in function:I810GetNextScanlineColorExpandBuffer 116 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForScanlineCPUToScreenColorExpandFill 139 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentScanlineCPUToScreenColorExpandFill 155 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentColorExpandScanline 222 I810Ptr pI810 = I810PTR(pScrn); local in function:I810AccelInit [all...] |
| H A D | i810_dri.c | 71 I810Ptr pI810 = I810PTR(pScrn); local in function:I810CleanupDma 77 if (drmCommandWrite(pI810->drmSubFD, DRM_I810_INIT, 90 I810Ptr pI810 = I810PTR(pScrn); local in function:I810InitDma 91 I810RingBuffer *ring = pI810->LpRing; 92 I810DRIPtr pI810DRI = (I810DRIPtr) pI810->pDRIInfo->devPrivate; 101 info.buffers_offset = (unsigned int)pI810->buffer_map; 105 info.back_offset = pI810->BackBuffer.Start; 106 info.depth_offset = pI810->DepthBuffer.Start; 107 info.overlay_offset = pI810->OverlayStart; 108 info.overlay_physical = pI810 160 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIScreenInit 905 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRICloseScreen 991 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRISwapContext 1016 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRISetNeedSync 1240 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIRefreshArea 1277 I810Ptr pI810 = I810PTR(pScrn); local in function:I810EnablePageFlip 1326 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRITransitionTo3d 1335 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRITransitionTo2d 1352 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRILeave 1400 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIEnter [all...] |
| H A D | i810_memory.c | 77 I810Ptr pI810 = I810PTR(pScrn); local in function:I810AllocateGARTMemory 91 pI810->agpAcquired2d = TRUE; 104 pI810->VramOffset = 0; 105 pI810->VramKey = key; 110 pI810->SysMem.Start = 0; 111 pI810->SysMem.Size = size; 112 pI810->SysMem.End = size; 113 pI810->SavedSysMem = pI810->SysMem; 115 tom = pI810 248 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetTiledMemory 347 I810Ptr pI810 = I810PTR(pScrn); local in function:I810BindGARTMemory 383 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UnbindGARTMemory [all...] |
| H A D | i810_accel.c | 85 I810Ptr pI810 = I810PTR(pScrn); local in function:I810WaitLpRing 86 I810RingBuffer *ring = pI810->LpRing; 125 if (pI810->directRenderingEnabled) { 131 pI810->AccelInfoRec = NULL; /* Stops recursive behavior */ 153 I810Ptr pI810 = I810PTR(pScrn); local in function:I810Sync 161 if (!pI810->LockHeld && pI810->directRenderingEnabled) { 177 I810WaitLpRing(pScrn, pI810->LpRing->mem.Size - 8, 0); 179 pI810->LpRing->space = pI810 187 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForSolidFill 203 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentSolidFillRect 228 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForScreenToScreenCopy 250 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentScreenToScreenCopy 315 I810Ptr pI810 = I810PTR(pScrn); local in function:I810EmitFlush 326 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SelectBuffer 349 I810Ptr pI810 = I810PTR(pScrn); local in function:I810RefreshRing [all...] |
| H A D | i810_hwmc.c | 200 I810Ptr pI810 = I810PTR(pScrn); local in function:I810InitMC 205 pI810->surfaceAllocation[i] = 0; 209 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart, 210 4096, DRM_AGP, 0, (drmAddress) &pI810->overlay_map) < 0) { 214 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->MC.Start, 215 pI810->MC.Size, DRM_AGP, 0, (drmAddress) &pI810->mc_map) < 0) { 239 I810Ptr pI810 local in function:I810XvMCCreateContext 293 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCCreateSurface 339 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCCreateSubpicture 379 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCDestroyContext 387 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCDestroySurface 401 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCDestroySubpicture [all...] |
| H A D | i810_driver.c | 205 I810Ptr pI810 = I810PTR(scrn); local in function:I810DoDDC 208 if (xf86ReturnOptValBool(pI810->Options, OPTION_NO_DDC, FALSE)) { 235 I810Ptr pI810; local in function:I810PreInit 251 pI810 = I810PTR(scrn); 253 pI810->pEnt = xf86GetEntityInfo(scrn->entityList[0]); 254 if (pI810->pEnt == NULL || pI810->pEnt->location.type != BUS_PCI) 258 I810ProbeDDC(scrn, pI810->pEnt->index); 270 pI810->PciInfo = xf86GetPciInfoForEntity(pI810 624 I810Ptr pI810 = I810PTR(scrn); local in function:I810MapMMIO 646 I810Ptr pI810 = I810PTR(scrn); local in function:I810MapMem 674 I810Ptr pI810 = I810PTR(scrn); local in function:I810UnmapMMIO 683 I810Ptr pI810 = I810PTR(scrn); local in function:I810UnmapMem 696 I810Ptr pI810 = I810PTR(scrn); local in function:I810PrintErrorState 733 I810Ptr pI810; local in function:DoSave 794 I810Ptr pI810; local in function:I810Save 874 I810Ptr pI810; local in function:DoRestore 1065 I810Ptr pI810 = I810PTR(scrn); local in function:I810SetRingRegs 1085 I810Ptr pI810; local in function:I810Restore 1109 I810Ptr pI810 = I810PTR(scrn); local in function:I810CalcVCLK 1164 I810Ptr pI810 = I810PTR(scrn); local in function:I810SetMode 1302 I810Ptr pI810; local in function:I810ModeInit 1449 I810Ptr pI810 = I810PTR(scrn); local in function:I810AllocateFront 1540 I810Ptr pI810; local in function:I810ScreenInit 1803 I810Ptr pI810 = I810PTR(scrn); local in function:I810AdjustFrame 1857 I810Ptr pI810 = I810PTR(scrn); local in function:I810EnterVT 1889 I810Ptr pI810 = I810PTR(scrn); local in function:I810LeaveVT 1927 I810Ptr pI810 = I810PTR(scrn); local in function:I810CloseScreen 2030 I810Ptr pI810; local in function:I810DisplayPowerManagementSet [all...] |
| H A D | i810_dga.c | 82 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DGAInit 105 if (!pI810->noAccel) 124 currentMode->address = pI810->FbBase; 127 currentMode->imageWidth = pI810->FbMemBox.x2; 128 currentMode->imageHeight = pI810->FbMemBox.y2; 142 pI810->numDGAModes = num; 143 pI810->DGAModes = modes; 154 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_SetMode 157 if (pI810->DGAactive) { 161 pI810 177 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_GetViewport 185 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_SetViewport 202 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_FillRect 214 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_Sync 225 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_BlitRect 257 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_OpenFramebuffer [all...] |
| H A D | i810_cursor.c | 64 I810Ptr pI810; local in function:I810CursorInit 68 pI810 = I810PTR(pScrn); 69 pI810->CursorInfoRec = infoPtr = xf86CreateCursorInfoRec(); 89 pI810->CursorIsARGB = FALSE; 91 if (!pI810->CursorARGBPhysical) { 106 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UseHWCursorARGB 108 if (!pI810->CursorARGBPhysical) 119 I810Ptr pI810 = I810PTR(pScrn); local in function:I810LoadCursorARGB 120 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810 149 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UseHWCursor 160 I810Ptr pI810 = I810PTR(pScrn); local in function:I810LoadCursorImage 178 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetCursorPosition 211 I810Ptr pI810 = I810PTR(pScrn); local in function:I810ShowCursor 231 I810Ptr pI810 = I810PTR(pScrn); local in function:I810HideCursor 242 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetCursorColors [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_xaa.c | 49 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForMono8x8PatternFill 55 pI810->BR[0] = (BR00_BITBLT_CLIENT | BR00_OP_MONO_PAT_BLT | 0x9); 56 pI810->BR[18] = bg; 57 pI810->BR[19] = fg; 58 pI810->BR[13] = (pScrn->displayWidth * pI810->cpp); 59 pI810->BR[13] |= I810PatternROP[rop] << 16; 61 pI810->BR[13] |= BR13_MONO_PATN_TRANS; 68 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentMono8x8PatternFillRect 70 pI810 96 I810Ptr pI810 = I810PTR(pScrn); local in function:I810GetNextScanlineColorExpandBuffer 116 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForScanlineCPUToScreenColorExpandFill 139 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentScanlineCPUToScreenColorExpandFill 155 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentColorExpandScanline 222 I810Ptr pI810 = I810PTR(pScrn); local in function:I810AccelInit [all...] |
| H A D | i810_dri.c | 71 I810Ptr pI810 = I810PTR(pScrn); local in function:I810CleanupDma 77 if (drmCommandWrite(pI810->drmSubFD, DRM_I810_INIT, 90 I810Ptr pI810 = I810PTR(pScrn); local in function:I810InitDma 91 I810RingBuffer *ring = pI810->LpRing; 92 I810DRIPtr pI810DRI = (I810DRIPtr) pI810->pDRIInfo->devPrivate; 101 info.buffers_offset = (unsigned int)pI810->buffer_map; 105 info.back_offset = pI810->BackBuffer.Start; 106 info.depth_offset = pI810->DepthBuffer.Start; 107 info.overlay_offset = pI810->OverlayStart; 108 info.overlay_physical = pI810 160 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIScreenInit 905 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRICloseScreen 991 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRISwapContext 1016 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRISetNeedSync 1240 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIRefreshArea 1277 I810Ptr pI810 = I810PTR(pScrn); local in function:I810EnablePageFlip 1326 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRITransitionTo3d 1335 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRITransitionTo2d 1352 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRILeave 1400 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIEnter [all...] |
| H A D | i810_memory.c | 77 I810Ptr pI810 = I810PTR(pScrn); local in function:I810AllocateGARTMemory 91 pI810->agpAcquired2d = TRUE; 104 pI810->VramOffset = 0; 105 pI810->VramKey = key; 110 pI810->SysMem.Start = 0; 111 pI810->SysMem.Size = size; 112 pI810->SysMem.End = size; 113 pI810->SavedSysMem = pI810->SysMem; 115 tom = pI810 248 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetTiledMemory 347 I810Ptr pI810 = I810PTR(pScrn); local in function:I810BindGARTMemory 383 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UnbindGARTMemory [all...] |
| H A D | i810_accel.c | 85 I810Ptr pI810 = I810PTR(pScrn); local in function:I810WaitLpRing 86 I810RingBuffer *ring = pI810->LpRing; 125 if (pI810->directRenderingEnabled) { 131 pI810->AccelInfoRec = NULL; /* Stops recursive behavior */ 153 I810Ptr pI810 = I810PTR(pScrn); local in function:I810Sync 161 if (!pI810->LockHeld && pI810->directRenderingEnabled) { 177 I810WaitLpRing(pScrn, pI810->LpRing->mem.Size - 8, 0); 179 pI810->LpRing->space = pI810 187 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForSolidFill 203 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentSolidFillRect 228 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForScreenToScreenCopy 250 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentScreenToScreenCopy 315 I810Ptr pI810 = I810PTR(pScrn); local in function:I810EmitFlush 326 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SelectBuffer 349 I810Ptr pI810 = I810PTR(pScrn); local in function:I810RefreshRing [all...] |
| H A D | i810_hwmc.c | 200 I810Ptr pI810 = I810PTR(pScrn); local in function:I810InitMC 205 pI810->surfaceAllocation[i] = 0; 209 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart, 210 4096, DRM_AGP, 0, (drmAddress) &pI810->overlay_map) < 0) { 214 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->MC.Start, 215 pI810->MC.Size, DRM_AGP, 0, (drmAddress) &pI810->mc_map) < 0) { 239 I810Ptr pI810 local in function:I810XvMCCreateContext 293 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCCreateSurface 339 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCCreateSubpicture 379 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCDestroyContext 387 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCDestroySurface 401 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCDestroySubpicture [all...] |
| H A D | i810_driver.c | 205 I810Ptr pI810 = I810PTR(scrn); local in function:I810DoDDC 208 if (xf86ReturnOptValBool(pI810->Options, OPTION_NO_DDC, FALSE)) { 235 I810Ptr pI810; local in function:I810PreInit 251 pI810 = I810PTR(scrn); 253 pI810->pEnt = xf86GetEntityInfo(scrn->entityList[0]); 254 if (pI810->pEnt == NULL || pI810->pEnt->location.type != BUS_PCI) 258 I810ProbeDDC(scrn, pI810->pEnt->index); 270 pI810->PciInfo = xf86GetPciInfoForEntity(pI810 624 I810Ptr pI810 = I810PTR(scrn); local in function:I810MapMMIO 646 I810Ptr pI810 = I810PTR(scrn); local in function:I810MapMem 674 I810Ptr pI810 = I810PTR(scrn); local in function:I810UnmapMMIO 683 I810Ptr pI810 = I810PTR(scrn); local in function:I810UnmapMem 696 I810Ptr pI810 = I810PTR(scrn); local in function:I810PrintErrorState 733 I810Ptr pI810; local in function:DoSave 794 I810Ptr pI810; local in function:I810Save 874 I810Ptr pI810; local in function:DoRestore 1065 I810Ptr pI810 = I810PTR(scrn); local in function:I810SetRingRegs 1085 I810Ptr pI810; local in function:I810Restore 1109 I810Ptr pI810 = I810PTR(scrn); local in function:I810CalcVCLK 1164 I810Ptr pI810 = I810PTR(scrn); local in function:I810SetMode 1302 I810Ptr pI810; local in function:I810ModeInit 1449 I810Ptr pI810 = I810PTR(scrn); local in function:I810AllocateFront 1540 I810Ptr pI810; local in function:I810ScreenInit 1803 I810Ptr pI810 = I810PTR(scrn); local in function:I810AdjustFrame 1857 I810Ptr pI810 = I810PTR(scrn); local in function:I810EnterVT 1889 I810Ptr pI810 = I810PTR(scrn); local in function:I810LeaveVT 1927 I810Ptr pI810 = I810PTR(scrn); local in function:I810CloseScreen 2030 I810Ptr pI810; local in function:I810DisplayPowerManagementSet [all...] |
| H A D | i810_dga.c | 82 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DGAInit 105 if (!pI810->noAccel) 124 currentMode->address = pI810->FbBase; 127 currentMode->imageWidth = pI810->FbMemBox.x2; 128 currentMode->imageHeight = pI810->FbMemBox.y2; 142 pI810->numDGAModes = num; 143 pI810->DGAModes = modes; 154 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_SetMode 157 if (pI810->DGAactive) { 161 pI810 177 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_GetViewport 185 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_SetViewport 202 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_FillRect 214 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_Sync 225 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_BlitRect 257 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_OpenFramebuffer [all...] |
| H A D | i810_cursor.c | 64 I810Ptr pI810; local in function:I810CursorInit 68 pI810 = I810PTR(pScrn); 69 pI810->CursorInfoRec = infoPtr = xf86CreateCursorInfoRec(); 89 pI810->CursorIsARGB = FALSE; 91 if (!pI810->CursorARGBPhysical) { 106 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UseHWCursorARGB 108 if (!pI810->CursorARGBPhysical) 119 I810Ptr pI810 = I810PTR(pScrn); local in function:I810LoadCursorARGB 120 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810 149 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UseHWCursor 160 I810Ptr pI810 = I810PTR(pScrn); local in function:I810LoadCursorImage 178 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetCursorPosition 211 I810Ptr pI810 = I810PTR(pScrn); local in function:I810ShowCursor 231 I810Ptr pI810 = I810PTR(pScrn); local in function:I810HideCursor 242 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetCursorColors [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | common.h | 96 #define RecPtr pI810 335 #define IS_I810(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I810 || \ 336 DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I810_DC100 || \ 337 DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I810_E) 338 #define IS_I815(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I815) 339 #define IS_I830(pI810) (DEVICE_ID(pI810->PciInfo) == PCI_CHIP_I830_M) 340 #define IS_845G(pI810) (DEVICE_I [all...] |
| H A D | i810_memory.c | 76 I810Ptr pI810 = I810PTR(pScrn); local in function:I810AllocateGARTMemory 90 pI810->agpAcquired2d = TRUE; 103 pI810->VramOffset = 0; 104 pI810->VramKey = key; 109 pI810->SysMem.Start = 0; 110 pI810->SysMem.Size = size; 111 pI810->SysMem.End = size; 112 pI810->SavedSysMem = pI810->SysMem; 114 tom = pI810 247 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetTiledMemory 346 I810Ptr pI810 = I810PTR(pScrn); local in function:I810BindGARTMemory 382 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UnbindGARTMemory [all...] |
| H A D | i810_io.c | 44 #define pI810 pI830 macro 60 #define minb(p) *(volatile uint8_t *)(pI810->MMIOBase + (p)) 61 #define moutb(p,v) *(volatile uint8_t *)(pI810->MMIOBase + (p)) = (v) 64 I810WriteControlPIO(I810Ptr pI810, IOADDRESS addr, uint8_t index, uint8_t val) argument 66 addr += pI810->ioBase; 72 I810ReadControlPIO(I810Ptr pI810, IOADDRESS addr, uint8_t index) argument 74 addr += pI810->ioBase; 80 I810WriteStandardPIO(I810Ptr pI810, IOADDRESS addr, uint8_t val) argument 82 outb(pI810->ioBase + addr, val); 86 I810ReadStandardPIO(I810Ptr pI810, IOADDRES argument 92 I810SetPIOAccess(I810Ptr pI810) argument 101 I810WriteControlMMIO(I810Ptr pI810,IOADDRESS addr,uint8_t index,uint8_t val) argument 108 I810ReadControlMMIO(I810Ptr pI810,IOADDRESS addr,uint8_t index) argument 115 I810WriteStandardMMIO(I810Ptr pI810,IOADDRESS addr,uint8_t val) argument 121 I810ReadStandardMMIO(I810Ptr pI810,IOADDRESS addr) argument 127 I810SetMMIOAccess(I810Ptr pI810) argument [all...] |
| H A D | i810_accel.c | 73 I810Ptr pI810 = I810PTR(pScrn); local in function:I810AccelInit 78 pI810->AccelInfoRec = infoPtr = XAACreateInfoRec(); 82 pI810->bufferOffset = 0; 130 if (pI810->Scratch.Size != 0) { 133 int nr_buffers = pI810->Scratch.Size / width; 134 unsigned char *ptr = pI810->FbBase + pI810->Scratch.Start; 136 pI810->NumScanlineColorExpandBuffers = nr_buffers; 137 pI810->ScanlineColorExpandBuffers = (unsigned char **) 141 pI810 177 I810Ptr pI810 = I810PTR(pScrn); local in function:I810WaitLpRing 243 I810Ptr pI810 = I810PTR(pScrn); local in function:I810Sync 277 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForSolidFill 293 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentSolidFillRect 318 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForScreenToScreenCopy 340 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentScreenToScreenCopy 407 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForMono8x8PatternFill 426 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentMono8x8PatternFillRect 454 I810Ptr pI810 = I810PTR(pScrn); local in function:I810GetNextScanlineColorExpandBuffer 474 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetupForScanlineCPUToScreenColorExpandFill 497 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentScanlineCPUToScreenColorExpandFill 513 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SubsequentColorExpandScanline 544 I810Ptr pI810 = I810PTR(pScrn); local in function:I810EmitFlush 555 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SelectBuffer 578 I810Ptr pI810 = I810PTR(pScrn); local in function:I810RefreshRing 595 I810Ptr pI810 = I810PTR(pScrn); local in function:I810EmitInvarientState [all...] |
| H A D | i810_dri.c | 79 I810Ptr pI810 = I810PTR(pScrn); local in function:I810CleanupDma 85 if (drmCommandWrite(pI810->drmSubFD, DRM_I810_INIT, 98 I810Ptr pI810 = I810PTR(pScrn); local in function:I810InitDma 99 I810RingBuffer *ring = pI810->LpRing; 100 I810DRIPtr pI810DRI = (I810DRIPtr) pI810->pDRIInfo->devPrivate; 109 info.buffers_offset = (unsigned int)pI810->buffer_map; 113 info.back_offset = pI810->BackBuffer.Start; 114 info.depth_offset = pI810->DepthBuffer.Start; 115 info.overlay_offset = pI810->OverlayStart; 116 info.overlay_physical = pI810 158 I810Ptr pI810 = I810PTR(pScrn); local in function:I810InitVisualConfigs 278 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIScreenInit 1020 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRICloseScreen 1109 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRISwapContext 1135 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIInitBuffers 1180 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIMoveBuffers 1345 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIRefreshArea 1382 I810Ptr pI810 = I810PTR(pScrn); local in function:I810EnablePageFlip 1431 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRITransitionTo3d 1440 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRITransitionTo2d 1457 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRILeave 1505 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DRIEnter [all...] |
| H A D | i810_hwmc.c | 202 I810Ptr pI810 = I810PTR(pScrn); local in function:I810InitMC 207 pI810->surfaceAllocation[i] = 0; 211 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->CursorStart, 212 4096, DRM_AGP, 0, (drmAddress) &pI810->overlay_map) < 0) { 216 if (drmAddMap(pI810->drmSubFD, (drm_handle_t)pI810->MC.Start, 217 pI810->MC.Size, DRM_AGP, 0, (drmAddress) &pI810->mc_map) < 0) { 241 I810Ptr pI810 local in function:I810XvMCCreateContext 295 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCCreateSurface 341 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCCreateSubpicture 381 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCDestroyContext 389 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCDestroySurface 403 I810Ptr pI810 = I810PTR(pScrn); local in function:I810XvMCDestroySubpicture [all...] |
| H A D | i810_cursor.c | 63 I810Ptr pI810; local in function:I810CursorInit 67 pI810 = I810PTR(pScrn); 68 pI810->CursorInfoRec = infoPtr = xf86CreateCursorInfoRec(); 88 pI810->CursorIsARGB = FALSE; 90 if (!pI810->CursorARGBPhysical) { 105 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UseHWCursorARGB 107 if (!pI810->CursorARGBPhysical) 118 I810Ptr pI810 = I810PTR(pScrn); local in function:I810LoadCursorARGB 119 uint32_t *pcurs = (uint32_t *) (pI810->FbBase + pI810 148 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UseHWCursor 159 I810Ptr pI810 = I810PTR(pScrn); local in function:I810LoadCursorImage 177 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetCursorPosition 210 I810Ptr pI810 = I810PTR(pScrn); local in function:I810ShowCursor 230 I810Ptr pI810 = I810PTR(pScrn); local in function:I810HideCursor 241 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetCursorColors [all...] |
| H A D | i810_dga.c | 75 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DGAInit 100 if (!pI810->noAccel) 119 currentMode->address = pI810->FbBase; 122 currentMode->imageWidth = pI810->FbMemBox.x2; 123 currentMode->imageHeight = pI810->FbMemBox.y2; 137 pI810->numDGAModes = num; 138 pI810->DGAModes = modes; 149 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_SetMode 155 if (pI810->DGAactive) { 159 pI810 177 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_GetViewport 187 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_SetViewport 205 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_FillRect 219 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_Sync 232 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_BlitRect 267 I810Ptr pI810 = I810PTR(pScrn); local in function:I810_OpenFramebuffer [all...] |
| H A D | i810_driver.c | 504 I810Ptr pI810 = I810PTR(pScrn); local in function:I810DoDDC 507 if (xf86ReturnOptValBool(pI810->Options, OPTION_NO_DDC, FALSE)) { 535 I810Ptr pI810; local in function:I810PreInit 551 pI810 = I810PTR(pScrn); 553 pI810->pEnt = xf86GetEntityInfo(pScrn->entityList[0]); 554 if (pI810->pEnt->location.type != BUS_PCI) 558 I810ProbeDDC(pScrn, pI810->pEnt->index); 570 pI810->ioBase = hwp->PIOOffset; 572 pI810->PciInfo = xf86GetPciInfoForEntity(pI810 965 I810Ptr pI810 = I810PTR(pScrn); local in function:I810MapMMIO 993 I810Ptr pI810 = I810PTR(pScrn); local in function:I810MapMem 1021 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UnmapMMIO 1030 I810Ptr pI810 = I810PTR(pScrn); local in function:I810UnmapMem 1043 I810Ptr pI810 = I810PTR(pScrn); local in function:I810PrintErrorState 1080 I810Ptr pI810; local in function:DoSave 1141 I810Ptr pI810; local in function:I810Save 1221 I810Ptr pI810; local in function:DoRestore 1412 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetRingRegs 1432 I810Ptr pI810; local in function:I810Restore 1456 I810Ptr pI810 = I810PTR(pScrn); local in function:I810CalcVCLK 1512 I810Ptr pI810 = I810PTR(pScrn); local in function:I810SetMode 1650 I810Ptr pI810; local in function:I810ModeInit 1688 I810Ptr pI810; local in function:I810LoadPalette15 1714 I810Ptr pI810; local in function:I810LoadPalette16 1780 I810Ptr pI810; local in function:I810LoadPalette24 1803 I810Ptr pI810 = I810PTR(pScrn); local in function:I810AllocateFront 1909 I810Ptr pI810; local in function:I810ScreenInit 2177 I810Ptr pI810 = I810PTR(pScrn); local in function:I810AdjustFrame 2231 I810Ptr pI810 = I810PTR(pScrn); local in function:I810EnterVT 2263 I810Ptr pI810 = I810PTR(pScrn); local in function:I810LeaveVT 2299 I810Ptr pI810 = I810PTR(pScrn); local in function:I810CloseScreen 2394 I810Ptr pI810; local in function:I810DisplayPowerManagementSet [all...] |