Searched refs:pFfb (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_accel_common.c55 void FFB_SetupTextureAttrs(FFBPtr pFfb) argument
57 ffb_fbcPtr ffb = pFfb->regs;
61 unsigned int fbc = pFfb->fbc;
62 unsigned int wid = pFfb->wid;
67 if ((pFfb->ppc_cache & ppc_mask) != ppc ||
68 pFfb->fbc_cache != fbc ||
69 pFfb->wid_cache != wid ||
70 pFfb->rop_cache != rop ||
71 pFfb->pmask_cache != 0xffffffff)
72 __FFB_Attr_SFB_VAR(pFfb, pp
77 FFB_HardwareSetup(FFBPtr pFfb) argument
144 CreatorAlignTabInit(FFBPtr pFfb) argument
[all...]
H A Dffb_attr.c35 void __FFB_Attr_Raw(FFBPtr pFfb, unsigned int ppc, unsigned int ppc_mask, argument
39 ffb_fbcPtr ffb = pFfb->regs;
43 pFfb->ppc_cache &= ~ppc_mask;
44 pFfb->ppc_cache |= ppc;
45 pFfb->fg_cache = fg;
46 pFfb->fbc_cache = fbc;
47 pFfb->wid_cache = wid;
48 pFfb->rop_cache = rop;
49 pFfb->pmask_cache = pmask;
50 pFfb
62 __FFB_Attr_SFB_VAR(FFBPtr pFfb,unsigned int ppc,unsigned int ppc_mask,unsigned int fbc,unsigned int wid,unsigned int rop,unsigned int pmask) argument
[all...]
H A Dffb_accel.c55 FFBPtr pFfb = GET_FFB_FROM_SCRN (pScrn); local in function:CreatorVtChange
56 ffb_fbcPtr ffb = pFfb->regs;
58 pFfb->rp_active = 1;
59 FFBWait(pFfb, ffb);
60 pFfb->fifo_cache = -1;
61 pFfb->fbc_cache = (FFB_FBC_WB_A | FFB_FBC_WM_COMBINED |
64 pFfb->ppc_cache = (FFB_PPC_FW_DISABLE |
69 pFfb->pmask_cache = ~0;
70 pFfb->rop_cache = FFB_ROP_EDIT_BIT;
71 pFfb
153 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SetupForCPUToScreenAlphaTexture
180 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SubsequentCPUToScreenAlphaTexture
224 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SetupForCPUToScreenTexture
247 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SubsequentCPUToScreenTexture
285 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_WritePixmap
310 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SetupForMono8x8PatternFill
358 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SubsequentMono8x8PatternFillRect
374 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SetupForScanlineCPUToScreenColorExpandFill
425 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SubsequentScanlineCPUToScreenColorExpandFill
437 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SubsequentColorExpandScanline
468 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SetupForDashedLine
498 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SubsequentDashedTwoPointLine
526 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SetupForSolidLine
553 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SubsequentSolidTwoPointLine
577 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SetupForSolidFill
603 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SubsequentSolidFillRect
621 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_ScreenToScreenBitBlt
726 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SetupForScreenToScreenCopy
745 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_SubsequentScreenToScreenCopy
774 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_Sync
783 FFBAccelInit(ScreenPtr pScreen,FFBPtr pFfb) argument
[all...]
H A Dffb_cursor.c46 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBLoadCursorImage
50 pFfb->CursorData = src;
51 x = pFfb->CursorShiftX;
52 y = pFfb->CursorShiftY;
55 FFBDacCursorLoadBitmap(pFfb, x, y, data);
61 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBShowCursor
63 FFBDacCursorEnableDisable(pFfb, 1);
69 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBHideCursor
71 FFBDacCursorEnableDisable(pFfb, 0);
72 pFfb
78 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBSetCursorPosition
107 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBSetCursorColors
116 FFBPtr pFfb; local in function:FFBHWCursorInit
[all...]
H A Dffb_driver.c171 FFBPtr pFfb; local in function:FFBFreeRec
176 pFfb = GET_FFB_FROM_SCRN(pScrn);
292 FFBPtr pFfb; local in function:FFBPreInit
316 pFfb = GET_FFB_FROM_SCRN(pScrn);
331 pFfb->psdp = psdp;
359 if (!(pFfb->Options = malloc(sizeof(FFBOptions))))
361 memcpy(pFfb->Options, FFBOptions, sizeof(FFBOptions));
362 xf86ProcessOptions(pScrn->scrnIndex, pScrn->options, pFfb->Options);
397 pFfb->HWCursor = TRUE;
398 if (xf86GetOptValBool(pFfb
457 FFBProbeBoardType(FFBPtr pFfb) argument
574 FFBPtr pFfb; local in function:FFBScreenInit
871 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBEnterVT
894 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBLeaveVT
919 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBCloseScreen
987 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBDPMSSet
[all...]
H A Dffb_exa.c72 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBWaitMarker
73 ffb_fbcPtr ffb = pFfb->regs;
75 FFBWait(pFfb, ffb);
83 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBPrepareCopy
84 ffb_fbcPtr ffb = pFfb->regs;
87 pFfb->srcpitch = exaGetPixmapPitch(pSrcPixmap);
88 pFfb->srcoff = exaGetPixmapOffset(pSrcPixmap);
89 pFfb->xdir = xdir;
90 pFfb->ydir = ydir;
91 pFfb
101 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBCopy
158 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBPrepareSolid
184 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBSolid
199 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBUploadToScreen
220 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBDownloadFromScreen
285 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBPrepareComposite
364 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBComposite
372 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBPrepareAccess
391 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBInitEXA
[all...]
H A Dffb_dac.c50 FFBDacLoadCursorPos(FFBPtr pFfb, int x, int y) argument
52 ffb_dacPtr dac = pFfb->dac;
65 FFBDacLoadCursorColor(FFBPtr pFfb, int fg, int bg) argument
67 ffb_dacPtr dac = pFfb->dac;
75 FFBDacCursorEnableDisable(FFBPtr pFfb, int enable) argument
77 ffb_dac_info_t *p = &pFfb->dac_info;
78 ffb_dacPtr dac = pFfb->dac;
95 FFBDacCursorLoadBitmap(FFBPtr pFfb, int xshift, int yshift, unsigned int *bitmap) argument
97 ffb_dacPtr dac = pFfb->dac;
131 FFBPtr pFfb local in function:FFBDacLoadPalette
179 dac_stop(FFBPtr pFfb) argument
217 dac_state_restore(FFBPtr pFfb,ffb_dac_hwstate_t * state) argument
297 dac_state_save(FFBPtr pFfb,ffb_dac_hwstate_t * state) argument
355 init_dac_flags(FFBPtr pFfb) argument
405 FFBDacInit(FFBPtr pFfb) argument
439 restore_kernel_xchannel(FFBPtr pFfb) argument
472 FFBDacFini(FFBPtr pFfb) argument
484 FFBDacEnterVT(FFBPtr pFfb) argument
497 FFBDacLeaveVT(FFBPtr pFfb) argument
531 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBDacSaveScreen
606 FFBDacDPMSMode(FFBPtr pFfb,int DPMSMode,int flags) argument
[all...]
H A Dffb_dga.c71 FFBPtr pFfb; local in function:FFB_InitDGA
75 pFfb = GET_FFB_FROM_SCRN(pScrn);
80 pFfb->psdp->device);
134 pFfb->psdp->device);
137 pFfb->psdp->device);
144 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_OpenFramebuffer
146 *name = pFfb->psdp->device;
182 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_Flush
183 ffb_fbcPtr ffb = pFfb->regs;
185 FFBWait(pFfb, ff
194 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_FillRect
209 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFB_BlitRect
[all...]
H A Dffb_wid.c32 determine_numwids(FFBPtr pFfb) argument
34 ffb_dac_info_t *p = &pFfb->dac_info;
126 init_wid_table(FFBPtr pFfb) argument
128 ffb_dac_info_t *p = &pFfb->dac_info;
149 init_hw_wids(FFBPtr pFfb) argument
151 ffb_dac_info_t *p = &pFfb->dac_info;
152 ffb_dacPtr dac = pFfb->dac;
172 init_hw_widmode(FFBPtr pFfb) argument
174 ffb_dacPtr dac = pFfb->dac;
175 ffb_dac_info_t *p = &pFfb
194 FFBWidPoolInit(FFBPtr pFfb) argument
203 update_wids(FFBPtr pFfb,int index) argument
233 FFBWidAlloc(FFBPtr pFfb,int visclass,int cmap,Bool canshare) argument
321 FFBWidFree(FFBPtr pFfb,unsigned int wid) argument
339 FFBWidUnshare(FFBPtr pFfb,unsigned int wid) argument
380 FFBWidReshare(FFBPtr pFfb,unsigned int wid) argument
424 FFBWidChangeBuffer(FFBPtr pFfb,unsigned int wid,int visible) argument
[all...]
H A Dffb_ddc.c67 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBDacDdc1Read
68 ffb_dacPtr dac = pFfb->dac;
109 FFBPtr pFfb = GET_FFB_FROM_SCRN(xf86Screens[b->scrnIndex]); local in function:FFBI2CGetBits
110 ffb_dacPtr dac = pFfb->dac;
146 FFBPtr pFfb = GET_FFB_FROM_SCRN(xf86Screens[b->scrnIndex]); local in function:FFBI2CPutBits
147 ffb_dacPtr dac = pFfb->dac;
178 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn); local in function:FFBi2cInit
185 pFfb->I2C = I2CPtr;
H A Dffb_loops.h87 #define FFB_PPT_BOX_LOOP(pFfb, ffb, pbox, _pbox_last, ppt) \
91 FFBFifo(pFfb, 7); \
100 #define FFB_BOX_LOOP(pFfb, ffb, pbox, _pbox_last) \
104 FFBFifo(pFfb, 4); \
111 #define FFB_RECT_LOOP(pFfb, ffb, prect, _prect_last, xOrg, yOrg) \
125 FFBFifo(pFfb, 4); \
131 #define FFB_PPT_WIDTH_LOOP(pFfb, ffb, ppt, _ppt_last, pwidth) \
139 FFBFifo(pFfb, 5); \
147 static __inline__ DDXPointPtr FFB_PPT_LOOP1(FFBPtr pFfb, argument
153 FFBFifo(pFfb,
160 FFB_PPT_LOOP2(FFBPtr pFfb,ffb_fbcPtr ffb,DDXPointPtr ppt,DDXPointPtr ppt_last,int x,int y) argument
176 FFB_LINE_LOOP1(FFBPtr pFfb,ffb_fbcPtr ffb,DDXPointPtr ppt,DDXPointPtr ppt_last,int xOrg,int yOrg) argument
190 FFB_LINE_LOOP2(FFBPtr pFfb,ffb_fbcPtr ffb,DDXPointPtr ppt,DDXPointPtr ppt_last,int * x,int * y) argument
[all...]
H A Dffb_fifo.h37 ffb_fbcPtr __ffb = pFfb->regs; \
H A Dffb_rcache.h127 extern void __FFB_Attr_Raw(FFBPtr pFfb,
196 extern void __FFB_Attr_SFB_VAR(FFBPtr pFfb, unsigned int ppc, unsigned int ppc_mask, unsigned int fbc,

Completed in 43 milliseconds