Searched refs:pScrni (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_rotate.c40 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScreen); local in function:GXWindowLinear
41 GeodeRec *pGeode = GEODEPTR(pScrni);
52 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScreen); local in function:GXUpdate
53 GeodeRec *pGeode = GEODEPTR(pScrni);
59 if (pScrni->bitsPerPixel == 8)
61 else if (pScrni->bitsPerPixel == 16)
70 if (pScrni->bitsPerPixel == 8)
72 else if (pScrni->bitsPerPixel == 16)
80 if (pScrni->bitsPerPixel == 8)
82 else if (pScrni
92 GXRotate(ScrnInfoPtr pScrni,DisplayModePtr mode) argument
[all...]
H A Dlx_driver.c84 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:LXSaveScreen
85 GeodePtr pGeode = GEODEPTR(pScrni);
87 if (pGeode->useVGA && !pScrni->vtSema)
147 LXCalcPitch(ScrnInfoPtr pScrni) argument
149 GeodeRec *pGeode = GEODEPTR(pScrni);
152 return GeodeCalculatePitchBytes(pScrni->virtualX, pScrni->bitsPerPixel);
154 return ((pScrni->virtualX + 3) & ~3) * (pScrni->bitsPerPixel >> 3);
159 map_pci_mem(ScrnInfoPtr pScrni, in argument
178 unmap_pci_mem(ScrnInfoPtr pScrni,struct pci_device * dev,void * ptr,int size) argument
186 LXMapMem(ScrnInfoPtr pScrni) argument
272 LXCheckVGA(ScrnInfoPtr pScrni,EntityInfoPtr pEnt) argument
298 LXCrtcResize(ScrnInfoPtr pScrni,int width,int height) argument
308 LXPreInit(ScrnInfoPtr pScrni,int flags) argument
614 LXRestore(ScrnInfoPtr pScrni) argument
628 LXUnmapMem(ScrnInfoPtr pScrni) argument
680 LXLeaveGraphics(ScrnInfoPtr pScrni) argument
724 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:LXCloseScreen
754 LXEnterGraphics(ScreenPtr pScrn,ScrnInfoPtr pScrni) argument
828 LXLoadPalette(ScrnInfoPtr pScrni,int numColors,int * indizes,LOCO * colors,VisualPtr pVisual) argument
846 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:LXScreenInit
[all...]
H A Dgx_driver.c101 GXInitEXAMemory(ScrnInfoPtr pScrni, unsigned int *offset, unsigned int *avail) argument
103 GeodePtr pGeode = GEODEPTR(pScrni);
113 GXInitXAAMemory(ScrnInfoPtr pScrni, unsigned int *offset, unsigned int *avail) argument
115 GeodePtr pGeode = GEODEPTR(pScrni);
131 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
151 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
161 GXAllocateMemory(ScreenPtr pScrn, ScrnInfoPtr pScrni, int rotate) argument
163 GeodePtr pGeode = GEODEPTR(pScrni);
167 unsigned int bytpp = (pScrni->bitsPerPixel + 7) / 8;
172 GeodeCalculatePitchBytes(pScrni
314 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:GXSaveScreen
326 map_pci_mem(ScrnInfoPtr pScrni,int vram,struct pci_device * dev,int bar,int size) argument
345 unmap_pci_mem(ScrnInfoPtr pScrni,struct pci_device * dev,void * ptr,int size) argument
354 GXMapMem(ScrnInfoPtr pScrni) argument
419 GXCheckVGA(ScrnInfoPtr pScrni,EntityInfoPtr pEnt) argument
445 GXPreInit(ScrnInfoPtr pScrni,int flags) argument
768 GXRestore(ScrnInfoPtr pScrni) argument
782 GXUnmapMem(ScrnInfoPtr pScrni) argument
841 GXSetVideoMode(ScrnInfoPtr pScrni,DisplayModePtr pMode) argument
957 GXLeaveGraphics(ScrnInfoPtr pScrni) argument
1013 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:GXCloseScreen
1055 GXEnterGraphics(ScreenPtr pScrn,ScrnInfoPtr pScrni) argument
1154 GXLoadPalette(ScrnInfoPtr pScrni,int numColors,int * indizes,LOCO * colors,VisualPtr pVisual) argument
1184 GXDPMSSet(ScrnInfoPtr pScrni,int mode,int flags) argument
1244 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScreen); local in function:GXCreateScreenResources
1282 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:GXScreenInit
1604 GeodeFreeRec(ScrnInfoPtr pScrni) argument
[all...]
H A Dgx_cursor.c46 static void GXSetCursorColors(ScrnInfoPtr pScrni, int bg, int fg);
47 static void GXSetCursorPosition(ScrnInfoPtr pScrni, int x, int y);
72 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:GXHWCursorInit
73 GeodeRec *pGeode = GEODEPTR(pScrni);
116 GXSetCursorColors(ScrnInfoPtr pScrni, int bg, int fg) argument
137 GXSetCursorPosition(ScrnInfoPtr pScrni, int x, int y) argument
140 GeodeRec *pGeode = GEODEPTR(pScrni);
146 savex = x + pScrni->frameX0;
147 savey = y + pScrni->frameY0;
160 newY = pScrni
217 GXLoadCursorImage(ScrnInfoPtr pScrni,unsigned char * src) argument
293 GXHideCursor(ScrnInfoPtr pScrni) argument
313 GXShowCursor(ScrnInfoPtr pScrni) argument
336 ScrnInfoPtr pScrni = XF86SCRNINFO(pScrn); local in function:GXUseHWCursor
[all...]
H A Dgx_randr.c94 ScrnInfoPtr pScrni = XF86SCRNINFO(pScreen); local in function:GXRandRGetInfo
103 pRandr->virtualX = pScrni->virtualX;
104 pRandr->virtualY = pScrni->virtualY;
107 for (mode = pScrni->modes;; mode = mode->next) {
117 if (mode == pScrni->modes)
128 if (mode == pScrni->currentMode &&
129 mode->HDisplay == pScrni->virtualX
130 && mode->VDisplay == pScrni->virtualY)
132 if (mode->next == pScrni->modes)
141 if (pScrni
165 ScrnInfoPtr pScrni = XF86SCRNINFO(pScreen); local in function:GXRandRSetMode
252 ScrnInfoPtr pScrni = XF86SCRNINFO(pScreen); local in function:GXRandRSetConfig
[all...]
H A Dlx_cursor.c50 LXLoadARGBCursorImage(ScrnInfoPtr pScrni, unsigned char *src) argument
52 GeodeRec *pGeode = GEODEPTR(pScrni);
H A Dgeode_ddc.c122 GeodeI2CInit(ScrnInfoPtr pScrni, I2CBusPtr * ptr, char *name) argument
130 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
142 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
156 bus->scrnIndex = pScrni->scrnIndex;
170 GeodeGetDDC(ScrnInfoPtr pScrni) argument
175 if (!GeodeI2CInit(pScrni, &bus, "CS5536 DDC BUS"))
178 mon = xf86DoEDID_DDC2(DDC_CALL(pScrni), bus);
182 xf86DDCApplyQuirks(pScrni->scrnIndex, mon);
191 GeodeProbeDDC(ScrnInfoPtr pScrni, int index) argument
193 ConfiguredMonitor = GeodeGetDDC(pScrni);
197 GeodeDoDDC(ScrnInfoPtr pScrni,int index) argument
[all...]
H A Dlx_display.c45 lx_enable_dac_power(ScrnInfoPtr pScrni, int option) argument
47 GeodeRec *pGeode = GEODEPTR(pScrni);
65 lx_disable_dac_power(ScrnInfoPtr pScrni, int option) argument
67 GeodeRec *pGeode = GEODEPTR(pScrni);
162 lx_set_mode(ScrnInfoPtr pScrni, DisplayModePtr pMode, int bpp) argument
164 GeodeRec *pGeode = GEODEPTR(pScrni);
196 ScrnInfoPtr pScrni = crtc->scrn; local in function:lx_crtc_dpms
197 GeodeRec *pGeode = GEODEPTR(pScrni);
200 DCONDPMSSet(pScrni, mode);
204 lx_enable_dac_power(pScrni,
267 ScrnInfoPtr pScrni = crtc->scrn; local in function:lx_crtc_mode_set
314 ScrnInfoPtr pScrni = crtc->scrn; local in function:lx_crtc_commit
431 LXAllocShadow(ScrnInfoPtr pScrni,int size) argument
457 ScrnInfoPtr pScrni = crtc->scrn; local in function:lx_crtc_shadow_allocate
482 ScrnInfoPtr pScrni = crtc->scrn; local in function:lx_crtc_shadow_create
505 ScrnInfoPtr pScrni = crtc->scrn; local in function:lx_crtc_shadow_destroy
573 LXSetupCrtc(ScrnInfoPtr pScrni) argument
[all...]
H A Dcompat-api.h46 #define DDC_CALL(pScrni) (pScrni->scrnIndex)
49 #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrni = xf86Screens[(arg1)]
63 #define ADJUST_FRAME_ARGS(x, y) pScrni->scrnIndex, (x), (y), 0
71 #define VT_FUNC_ARGS(flags) pScrni->scrnIndex, (flags)
73 #define XF86_ENABLEDISABLEFB_ARG(pScrni, x) ((pScrni)->scrnIndex), (x)
76 #define POINTER_MOVED_ARGS(x, y) pScrni->scrnIndex, (x), (y)
82 #define DDC_CALL(pScrni) (pScrni)
[all...]
H A Dlx_output.c53 ScrnInfoPtr pScrni = output->scrn; local in function:lx_create_resources
54 GeodeRec *pGeode = GEODEPTR(pScrni);
66 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
76 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
85 ScrnInfoPtr pScrni = output->scrn; local in function:lx_output_set_property
86 GeodeRec *pGeode = GEODEPTR(pScrni);
113 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
158 ScrnInfoPtr pScrni = output->scrn; local in function:lx_output_mode_valid
159 GeodeRec *pGeode = GEODEPTR(pScrni);
173 pScrni
202 ScrnInfoPtr pScrni = output->scrn; local in function:lx_output_mode_set
226 ScrnInfoPtr pScrni = output->scrn; local in function:lx_output_get_modes
282 LXSetupOutput(ScrnInfoPtr pScrni) argument
[all...]
H A Dlx_video.c71 static void LXStopVideo(ScrnInfoPtr pScrni, pointer data, Bool exit);
76 LXDisplayVideo(ScrnInfoPtr pScrni, int id, short width, short height,
79 static void LXResetVideo(ScrnInfoPtr pScrni);
118 #define GET_PORT_PRIVATE(pScrni) \
119 (GeodePortPrivRec *)((GEODEPTR(pScrni))->adaptor->pPortPrivates[0].ptr)
137 LXSetColorkey(ScrnInfoPtr pScrni, GeodePortPrivRec * pPriv) argument
142 switch (pScrni->depth) {
150 red = (pPriv->colorKey & pScrni->mask.red) >>
151 pScrni->offset.red << (8 - pScrni
195 LXAllocateVidMem(ScrnInfoPtr pScrni,GeodePortPrivRec * pPriv,int size) argument
216 LXCopyPlanar(ScrnInfoPtr pScrni,int id,unsigned char * buf,short x1,short y1,short x2,short y2,int width,int height,pointer data) argument
294 LXCopyPacked(ScrnInfoPtr pScrni,int id,unsigned char * buf,short x1,short y1,short x2,short y2,int width,int height,pointer data) argument
353 LXDisplayVideo(ScrnInfoPtr pScrni,int id,short width,short height,BoxPtr dstBox,short srcW,short srcH,short drawW,short drawH) argument
465 LXPutImage(ScrnInfoPtr pScrni,short srcX,short srcY,short drawX,short drawY,short srcW,short srcH,short drawW,short drawH,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
539 LXQueryBestSize(ScrnInfoPtr pScrni,Bool motion,short vidW,short vidH,short drawW,short drawH,unsigned int * retW,unsigned int * retH,pointer data) argument
550 LXGetPortAttribute(ScrnInfoPtr pScrni,Atom attribute,INT32 * value,pointer data) argument
568 LXSetPortAttribute(ScrnInfoPtr pScrni,Atom attribute,INT32 value,pointer data) argument
595 LXStopVideo(ScrnInfoPtr pScrni,pointer data,Bool exit) argument
631 LXResetVideo(ScrnInfoPtr pScrni) argument
649 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:LXVidBlockHandler
692 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:LXSetupImageVideo
774 ScrnInfoPtr pScrni = surface->pScrn; local in function:LXDisplaySurface
815 LXAllocateSurface(ScrnInfoPtr pScrni,int id,unsigned short w,unsigned short h,XF86SurfacePtr surface) argument
894 ScrnInfoPtr pScrni = surface->pScrn; local in function:LXFreeSurface
912 LXGetSurfaceAttribute(ScrnInfoPtr pScrni,Atom attribute,INT32 * value) argument
919 LXSetSurfaceAttribute(ScrnInfoPtr pScrni,Atom attribute,INT32 value) argument
954 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:LXInitVideo
[all...]
H A Dgx_video.c86 GXResetVideo(ScrnInfoPtr pScrni) argument
97 void GXResetVideo(ScrnInfoPtr pScrni);
113 short drw_h, int id, int offset, ScrnInfoPtr pScrni);
115 extern void GXAccelSync(ScrnInfoPtr pScrni);
169 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:GXInitVideo
171 pGeode = GEODEPTR(pScrni);
182 num_adaptors = xf86XVListGenericAdaptors(pScrni, &adaptors);
270 #define GET_PORT_PRIVATE(pScrni) \
271 (GeodePortPrivRec *)((GEODEPTR(pScrni))->adaptor->pPortPrivates[0].ptr)
281 * pScrni
291 GXSetColorkey(ScrnInfoPtr pScrni,GeodePortPrivRec * pPriv) argument
346 GXResetVideo(ScrnInfoPtr pScrni) argument
376 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:GXSetupImageVideo
461 GXStopVideo(ScrnInfoPtr pScrni,pointer data,Bool exit) argument
525 GXSetPortAttribute(ScrnInfoPtr pScrni,Atom attribute,INT32 value,pointer data) argument
575 GXGetPortAttribute(ScrnInfoPtr pScrni,Atom attribute,INT32 * value,pointer data) argument
621 GXQueryBestSize(ScrnInfoPtr pScrni,Bool motion,short vid_w,short vid_h,short drw_w,short drw_h,unsigned int * p_w,unsigned int * p_h,pointer data) argument
695 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScreen); local in function:GXVideoSave
704 GXAllocateMemory(ScrnInfoPtr pScrni,void ** memp,int numlines) argument
802 GXSetVideoPosition(int x,int y,int width,int height,short src_w,short src_h,short drw_w,short drw_h,int id,int offset,ScrnInfoPtr pScrni) argument
895 GXDisplayVideo(ScrnInfoPtr pScrni,int id,int offset,short width,short height,int pitch,int x1,int y1,int x2,int y2,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
1038 GXPutImage(ScrnInfoPtr pScrni,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,int id,unsigned char * buf,short width,short height,Bool sync,RegionPtr clipBoxes,pointer data,DrawablePtr pDraw) argument
1269 GeodeQueryImageAttributes(ScrnInfoPtr pScrni,int id,unsigned short * w,unsigned short * h,int * pitches,int * offsets) argument
1328 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:GXBlockHandler
1399 GXAllocateSurface(ScrnInfoPtr pScrni,int id,unsigned short w,unsigned short h,XF86SurfacePtr surface) argument
1478 GXGetSurfaceAttribute(ScrnInfoPtr pScrni,Atom attribute,INT32 * value) argument
1485 GXSetSurfaceAttribute(ScrnInfoPtr pScrni,Atom attribute,INT32 value) argument
1499 ScrnInfoPtr pScrni = surface->pScrn; local in function:GXDisplaySurface
[all...]
H A Dlx_memory.c180 LXInitOffscreen(ScrnInfoPtr pScrni) argument
182 GeodeRec *pGeode = GEODEPTR(pScrni);
189 pGeode->displaySize = MAX(pScrni->virtualX, pScrni->virtualY)
197 int size = pScrni->virtualY * LX_CB_PITCH;
210 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
226 xf86DrvMsg(pScrni->scrnIndex, X_ERROR,
279 xf86DrvMsg(pScrni->scrnIndex, X_INFO, "LX video memory:\n");
280 xf86DrvMsg(pScrni->scrnIndex, X_INFO, " Display: 0x%x bytes\n",
284 xf86DrvMsg(pScrni
307 GeodeCloseOffscreen(ScrnInfoPtr pScrni) argument
[all...]
H A Dgeode.h325 void (*WritePixmap) (ScrnInfoPtr pScrni, int x, int y, int w, int h,
385 extern Bool dcon_init(ScrnInfoPtr pScrni);
386 extern int DCONDPMSSet(ScrnInfoPtr pScrni, int mode);
408 void GeodeProbeDDC(ScrnInfoPtr pScrni, int index);
409 xf86MonPtr GeodeDoDDC(ScrnInfoPtr pScrni, int index);
410 Bool GeodeI2CInit(ScrnInfoPtr pScrni, I2CBusPtr * ptr, char *name);
424 void GXLoadCursorImage(ScrnInfoPtr pScrni, unsigned char *src);
425 void GXHideCursor(ScrnInfoPtr pScrni);
426 void GXShowCursor(ScrnInfoPtr pScrni);
435 Bool GXRotate(ScrnInfoPtr pScrni, DisplayModePt
[all...]
H A Dgeode_dcon.c57 DCONDPMSSet(ScrnInfoPtr pScrni, int mode) argument
119 dcon_init(ScrnInfoPtr pScrni) argument
121 GeodeRec *pGeode = GEODEPTR(pScrni);
127 xf86DrvMsg(pScrni->scrnIndex, X_DEFAULT, "No DCON is present\n");
155 xf86DrvMsg(pScrni->scrnIndex, X_DEFAULT, "DCON detected.\n");
H A Dgeode_driver.c432 void (*drvr_setup) (ScrnInfoPtr pScrni) = NULL;
468 ScrnInfoPtr pScrni = NULL; local in function:AmdProbe
472 pScrni = xf86ConfigPciEntity(pScrni, 0, usedChips[i],
504 pScrni->driverName = GEODE_DRIVER_NAME;
505 pScrni->driverVersion = GEODE_VERSION;
506 pScrni->name = GEODE_NAME;
507 pScrni->Probe = AmdProbe;
508 drvr_setup(pScrni);
H A Dgx_accel.c196 * pScrni ScrnInfoPtr pointer to Screeen info
201 GXAccelSync(ScrnInfoPtr pScrni) argument
221 * pScrni ScrnInfoPtr pointer to Screeen info
229 GXSetupForSolidFill(ScrnInfoPtr pScrni, argument
261 * pScrni ScrnInfoPtr pointer to Screeen info
277 GXSubsequentSolidFillRect(ScrnInfoPtr pScrni, int x, int y, int w, int h) argument
307 * pScrni ScrnInfoPtr pointer to Screeen info
321 GXSetupForColor8x8PatternFill(ScrnInfoPtr pScrni, int patx, int paty, int rop, argument
324 GeodeRec *pGeode = GEODEPTR(pScrni);
348 * pScrni ScrnInfoPt
364 GXSubsequentColor8x8PatternFillRect(ScrnInfoPtr pScrni,int patx,int paty,int x,int y,int w,int h) argument
402 GXSetupForMono8x8PatternFill(ScrnInfoPtr pScrni,int patx,int paty,int fg,int bg,int rop,uint planemask) argument
456 GXSubsequentMono8x8PatternFillRect(ScrnInfoPtr pScrni,int patx,int paty,int x,int y,int w,int h) argument
498 GXSetupForScreenToScreenCopy(ScrnInfoPtr pScrni,int xdir,int ydir,int rop,uint planemask,int trans_color) argument
559 GXSubsequentScreenToScreenCopy(ScrnInfoPtr pScrni,int x1,int y1,int x2,int y2,int w,int h) argument
633 GXSetupForScanlineImageWrite(ScrnInfoPtr pScrni,int rop,uint planemask,int trans_color,int bpp,int depth) argument
669 GXSubsequentScanlineImageWriteRect(ScrnInfoPtr pScrni,int x,int y,int w,int h,int skipleft) argument
703 GXSubsequentImageWriteScanline(ScrnInfoPtr pScrni,int bufno) argument
770 GXSetupForScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrni,int fg,int bg,int rop,uint planemask) argument
824 GXSubsequentScanlineCPUToScreenColorExpandFill(ScrnInfoPtr pScrni,int x,int y,int w,int h,int skipleft) argument
865 GXSubsequentColorExpandScanline(ScrnInfoPtr pScrni,int bufno) argument
952 GXSetupForScreenToScreenColorExpandFill(ScrnInfoPtr pScrni,int fg,int bg,int rop,uint planemask) argument
1005 GXSubsequentScreenToScreenColorExpandFill(ScrnInfoPtr pScrni,int x,int y,int w,int h,int srcx,int srcy,int offset) argument
1071 GXSetupForSolidLine(ScrnInfoPtr pScrni,int color,int rop,uint planemask) argument
1121 GXSubsequentSolidBresenhamLine(ScrnInfoPtr pScrni,int x1,int y1,int absmaj,int absmin,int err,int len,int octant) argument
1168 GXSubsequentSolidTwoPointLine(ScrnInfoPtr pScrni,int x0,int y0,int x1,int y1,int flags) argument
1243 GXSubsequentSolidHorVertLine(ScrnInfoPtr pScrni,int x,int y,int len,int dir) argument
1343 GXSubsequentDashedBresenhamLine(ScrnInfoPtr pScrni,int x1,int y1,int absmaj,int absmin,int err,int len,int octant,int phase) argument
1387 GXSubsequentDashedTwoPointLine(ScrnInfoPtr pScrni,int x0,int y0,int x1,int y1,int flags,int phase) argument
1442 GXWritePixmap(ScrnInfoPtr pScrni,int x,int y,int w,int h,unsigned char * src,int srcwidth,int rop,unsigned int planemask,int trans,int bpp,int depth) argument
1912 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScrn); local in function:GXAccelInit
[all...]
H A Dlx_panel.c82 LXGetLegacyPanelMode(ScrnInfoPtr pScrni) argument
100 xf86DrvMsg(pScrni->scrnIndex, X_INFO,
H A Dz4l.c734 Z4lStopVideo(ScrnInfoPtr pScrni, pointer data, Bool exit) argument
745 REGION_EMPTY(pScrni->pScreen, &pPriv->clips);
749 Z4lQueryBestSize(ScrnInfoPtr pScrni, Bool motion, argument
765 Z4lPutImage(ScrnInfoPtr pScrni, short src_x, short src_y, short drw_x, argument
847 z4l_setup_colorkey(pPriv, pScrni->pScreen, clipBoxes);
853 Z4lQueryImageAttributes(ScrnInfoPtr pScrni, int id, unsigned short *width, argument
898 Z4lPutVideo(ScrnInfoPtr pScrni, short src_x, short src_y, short drw_x, argument
926 z4l_setup_colorkey(pPriv, pScrni->pScreen, clipBoxes);
1153 Z4lSetPortAttribute(ScrnInfoPtr pScrni, Atom attribute, INT32 value, argument
1192 REGION_EMPTY(pScrni
1214 Z4lGetPortAttribute(ScrnInfoPtr pScrni,Atom attribute,INT32 * value,pointer data) argument
1306 Z4lInit(ScrnInfoPtr pScrni,XF86VideoAdaptorPtr ** adaptors) argument
[all...]
H A Dlx_exa.c1561 ScrnInfoPtr pScrni = xf86ScreenToScrn(pPixmap->drawable.pScreen); local in function:lx_exa_pixmap_is_offscreen
1562 GeodeRec *pGeode = GEODEPTR(pScrni);
1580 ScrnInfoPtr pScrni = xf86ScreenToScrn(pScreen); local in function:LXExaInit
1581 GeodeRec *pGeode = GEODEPTR(pScrni);

Completed in 19 milliseconds