Searched refs:pScreenInfo (Results 1 - 25 of 120) sorted by relevance

12345

/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvboard.h23 int verite_initboard(ScrnInfoPtr pScreenInfo);
24 int verite_resetboard(ScrnInfoPtr pScreenInfo);
25 int verite_getmemorysize(ScrnInfoPtr pScreenInfo);
27 void verite_check_csucode(ScrnInfoPtr pScreenInfo);
H A Dv1krisc.h25 void v1k_start(ScrnInfoPtr pScreenInfo, vu32 pc);
26 void v1k_continue(ScrnInfoPtr pScreenInfo);
27 void v1k_stop(ScrnInfoPtr pScreenInfo);
28 void v1k_flushicache(ScrnInfoPtr pScreenInfo);
29 void v1k_softreset(ScrnInfoPtr pScreenInfo);
H A Daccel.h24 void RENDITIONAccelPreInit(ScrnInfoPtr pScreenInfo);
26 void RENDITIONAccelNone(ScrnInfoPtr pScreenInfo);
27 int RENDITIONInitUcode(ScrnInfoPtr pScreenInfo);
28 int RENDITIONLoadUcode(ScrnInfoPtr pScreenInfo);
30 void RENDITIONDumpUcode(ScrnInfoPtr pScreenInfo);
31 void RENDITIONDrawSomething(ScrnInfoPtr pScreenInfo);
H A Dvmodes.h25 int verite_setmodefixed(ScrnInfoPtr pScreenInfo);
27 void verite_save(ScrnInfoPtr pScreenInfo);
28 void verite_restore(ScrnInfoPtr pScreenInfo, RenditionRegPtr reg);
29 int verite_setmode(ScrnInfoPtr pScreenInfo, struct verite_modeinfo_t *mode);
30 void verite_setframebase(ScrnInfoPtr pScreenInfo, vu32 framebase);
31 int verite_getstride(ScrnInfoPtr pScreenInfo, int *width, vu16 *stride0, vu16 *stride1);
H A Dhwcursor.h12 void RenditionHWCursorPreInit(ScrnInfoPtr pScreenInfo);
14 void RenditionHWCursorRelease (ScrnInfoPtr pScreenInfo);
H A Dvloaduc.h32 int verite_load_ucfile(ScrnInfoPtr pScreenInfo, char *file_name);
H A Drendition.c117 static Bool renditionMapMem(ScrnInfoPtr pScreenInfo);
118 static Bool renditionUnmapMem(ScrnInfoPtr pScreenInfo);
120 static xf86MonPtr renditionDDC(ScrnInfoPtr pScreenInfo);
121 static unsigned int renditionDDC1Read (ScrnInfoPtr pScreenInfo);
126 static renditionPtr renditionGetRec(ScrnInfoPtr pScreenInfo);
361 renditionClockSelect(ScrnInfoPtr pScreenInfo, int ClockNumber)
363 vgaHWPtr pvgaHW = VGAHWPTR(pScreenInfo);
387 renditionGetRec(ScrnInfoPtr pScreenInfo) argument
393 if (!pScreenInfo->driverPrivate)
394 pScreenInfo
407 renditionFreeRec(ScrnInfoPtr pScreenInfo) argument
477 renditionPreInit(ScrnInfoPtr pScreenInfo,int flags) argument
871 renditionSave(ScrnInfoPtr pScreenInfo) argument
910 renditionSetMode(ScrnInfoPtr pScreenInfo,DisplayModePtr pMode) argument
998 renditionLeaveGraphics(ScrnInfoPtr pScreenInfo) argument
1025 ScrnInfoPtr pScreenInfo = xf86ScreenToScrn(pScreen); local in function:renditionCloseScreen
1069 ScrnInfoPtr pScreenInfo = xf86ScreenToScrn(pScreen); local in function:renditionScreenInit
1343 renditionMapMem(ScrnInfoPtr pScreenInfo) argument
1408 renditionUnmapMem(ScrnInfoPtr pScreenInfo) argument
1431 renditionLoadPalette(ScrnInfoPtr pScreenInfo,int numColors,int * indices,LOCO * colors,VisualPtr pVisual) argument
1439 renditionProbeDDC(ScrnInfoPtr pScreenInfo,int index) argument
[all...]
H A Dvramdac.h38 void verite_savedac (ScrnInfoPtr pScreenInfo);
39 void verite_restoredac (ScrnInfoPtr pScreenInfo, RenditionRegPtr reg);
40 int verite_initdac(ScrnInfoPtr pScreenInfo, vu8 bpp, vu8 doubleclock);
41 void verite_enablecursor(ScrnInfoPtr pScreenInfo, int type, int size);
42 void verite_movecursor(ScrnInfoPtr pScreenInfo, vu16 x, vu16 y, vu8 xo, vu8 yo);
43 void verite_setcursorcolor(ScrnInfoPtr pScreenInfo, vu32 bg, vu32 fg);
44 void verite_loadcursor(ScrnInfoPtr pScreenInfo, vu8 type, vu8 *cursorimage);
45 void verite_setpalette(ScrnInfoPtr pScreenInfo, int numColors, int *indices,
H A Dhwcursor.c30 static void RENDITIONSetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg);
31 static void RENDITIONSetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y);
32 static void RENDITIONHideCursor(ScrnInfoPtr pScreenInfo);
33 static void RENDITIONShowCursor(ScrnInfoPtr pScreenInfo);
34 static void RENDITIONLoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char* src);
41 RenditionHWCursorPreInit (ScrnInfoPtr pScreenInfo) argument
43 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
64 RenditionHWCursorRelease (ScrnInfoPtr pScreenInfo) argument
66 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
80 ScrnInfoPtr pScreenInfo local in function:RenditionHWCursorInit
135 RENDITIONShowCursor(ScrnInfoPtr pScreenInfo) argument
156 RENDITIONHideCursor(ScrnInfoPtr pScreenInfo) argument
169 RENDITIONSetCursorPosition(ScrnInfoPtr pScreenInfo,int x,int y) argument
181 RENDITIONSetCursorColors(ScrnInfoPtr pScreenInfo,int bg,int fg) argument
193 RENDITIONLoadCursorImage(ScrnInfoPtr pScreenInfo,unsigned char * src) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmisc.c61 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winUpdateFBPointer
64 pScreenInfo->pfb = pbits;
72 PixmapBytePad(pScreenInfo->dwStride,
73 pScreenInfo->dwBPP),
74 pScreenInfo->pfb)) {
H A Dwinscrinit.c50 winScreenInfoPtr pScreenInfo = &g_ScreenInfo[pScreen->myNum]; local in function:winScreenInit
57 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight);
70 pScreenInfo->pScreen = pScreen;
74 pScreenPriv->pScreenInfo = pScreenInfo;
88 dwInitialBPP = pScreenInfo->dwBPP;
99 (int) pScreenInfo->dwBPP);
101 else if (dwInitialBPP != pScreenInfo->dwBPP) {
105 (int) dwInitialBPP, (int) pScreenInfo
228 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winFinishScreenInitFB
[all...]
H A Dwincreatewnd.c42 winGetWorkArea(RECT * prcWorkArea, winScreenInfo * pScreenInfo);
45 winAdjustForAutoHide(RECT * prcWorkArea, winScreenInfo * pScreenInfo);
55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winCreateBoundingWindowFullScreen
56 int iX = pScreenInfo->dwInitialX;
57 int iY = pScreenInfo->dwInitialY;
58 int iWidth = pScreenInfo->dwWidth;
59 int iHeight = pScreenInfo->dwHeight;
75 wc.hIcon = pScreenInfo->hIcon;
80 wc.hIconSm = pScreenInfo
127 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winCreateBoundingWindowWindowed
432 winGetWorkArea(RECT * prcWorkArea,winScreenInfo * pScreenInfo) argument
513 winTaskbarOnScreenEdge(unsigned int uEdge,winScreenInfo * pScreenInfo) argument
542 winAdjustForAutoHide(RECT * prcWorkArea,winScreenInfo * pScreenInfo) argument
[all...]
H A Dwinengine.c115 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winSetEngine
127 * pScreenInfo->dwBPP may be 0 to indicate that the current screen
138 if (dwBPP == 8 && !pScreenInfo->fFullScreen) {
141 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI;
150 || pScreenInfo->fMultiWindow
154 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI;
162 if (g_dwEnginesSupported & pScreenInfo->dwEnginePreferred) {
164 (int) pScreenInfo->dwEnginePreferred);
165 pScreenInfo
[all...]
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datiload.c40 ScrnInfoPtr pScreenInfo,
53 fbPtr = xf86LoadSubModule(pScreenInfo, "fb");
64 !xf86LoadSubModule(pScreenInfo, "ramdac"))
77 if (!LoadSubModule(pScreenInfo->module, "exa", NULL, NULL, NULL, &req,
88 !xf86LoadSubModule(pScreenInfo, "xaa")) {
89 xf86DrvMsg(pScreenInfo->scrnIndex, X_INFO,
98 !xf86LoadSubModule(pScreenInfo, "shadowfb"))
38 ATILoadModules(ScrnInfoPtr pScreenInfo,ATIPtr pATI) argument
H A Datidga.c48 ScrnInfoPtr pScreenInfo,
56 ATIPtr pATI = ATIPTR(pScreenInfo);
60 *ApertureSize = pScreenInfo->videoRam * 1024;
91 ScrnInfoPtr pScreenInfo,
95 ATIPtr pATI = ATIPTR(pScreenInfo);
111 pATI->currentMode = pScreenInfo->currentMode;
118 pATI->depth = pScreenInfo->depth;
119 pATI->bitsPerPixel = pScreenInfo->bitsPerPixel;
120 pATI->displayWidth = pScreenInfo->displayWidth;
121 pATI->weight = pScreenInfo
46 ATIDGAOpenFramebuffer(ScrnInfoPtr pScreenInfo,char ** DeviceName,unsigned char ** ApertureBase,int * ApertureSize,int * ApertureOffset,int * flags) argument
89 ATIDGASetMode(ScrnInfoPtr pScreenInfo,DGAModePtr pDGAMode) argument
145 ATIDGASetViewport(ScrnInfoPtr pScreenInfo,int x,int y,int flags) argument
163 ATIDGAGetViewport(ScrnInfoPtr pScreenInfo) argument
177 ATIDGAFillRect(ScrnInfoPtr pScreenInfo,int x,int y,int w,int h,unsigned long colour) argument
208 ATIDGABlitRect(ScrnInfoPtr pScreenInfo,int xSrc,int ySrc,int w,int h,int xDst,int yDst) argument
243 ATIDGABlitTransRect(ScrnInfoPtr pScreenInfo,int xSrc,int ySrc,int w,int h,int xDst,int yDst,unsigned long colour) argument
283 ATIDGAAddModes(ScrnInfoPtr pScreenInfo,ATIPtr pATI,int flags,int depth,int bitsPerPixel,int redMask,int greenMask,int blueMask,int visualClass) argument
401 ATIDGAInit(ScreenPtr pScreen,ScrnInfoPtr pScreenInfo,ATIPtr pATI) argument
[all...]
H A Daticonsole.c69 ScrnInfoPtr pScreenInfo; local in function:ATISaveScreen
78 pScreenInfo = xf86ScreenToScrn(pScreen);
79 if (!pScreenInfo->vtSema)
82 pATI = ATIPTR(pScreenInfo);
99 ScrnInfoPtr pScreenInfo,
106 if (!pScreenInfo || !pScreenInfo->vtSema)
109 pATI = ATIPTR(pScreenInfo);
112 ATIMach64SetDPMSMode(pScreenInfo, pATI, DPMSMode);
121 ScrnInfoPtr pScreenInfo,
97 ATISetDPMSMode(ScrnInfoPtr pScreenInfo,int DPMSMode,int flags) argument
119 ATIProbeAndSetActiveDisplays(ScrnInfoPtr pScreenInfo,ATIPtr pATI) argument
511 ATIEnterGraphics(ScreenPtr pScreen,ScrnInfoPtr pScreenInfo,ATIPtr pATI) argument
575 ATILeaveGraphics(ScrnInfoPtr pScreenInfo,ATIPtr pATI) argument
[all...]
H A Datiscreen.c77 ScrnInfoPtr pScreenInfo,
82 ATIPtr pATI = ATIPTR(pScreenInfo);
127 ScrnInfoPtr pScreenInfo,
131 ATIPtr pATI = ATIPTR(pScreenInfo);
142 maxPixelArea = maxScanlines * pScreenInfo->displayWidth;
143 PixelArea = pScreenInfo->videoRam * 1024 * 8 / pATI->bitsPerPixel;
168 ScrnInfoPtr pScreenInfo,
172 ATIPtr pATI = ATIPTR(pScreenInfo);
176 int widthBytes = pScreenInfo->displayWidth * cpp;
177 int zWidthBytes = pScreenInfo
75 ATIRefreshArea(ScrnInfoPtr pScreenInfo,int nBox,BoxPtr pBox) argument
125 ATIMach64SetupMemXAA_NoDRI(ScrnInfoPtr pScreenInfo,ScreenPtr pScreen) argument
166 ATIMach64SetupMemXAA(ScrnInfoPtr pScreenInfo,ScreenPtr pScreen) argument
353 ScrnInfoPtr pScreenInfo = xf86ScreenToScrn(pScreen); local in function:ATIScreenInit
605 ScrnInfoPtr pScreenInfo = xf86ScreenToScrn(pScreen); local in function:ATICloseScreen
[all...]
H A Datiadjust.c91 ATIPtr pATI = ATIPTR(pScreenInfo);
111 * Not in DGA. This reverse-calculates pScreenInfo->frame[XY][01] so
115 pScreenInfo->frameX0 = xy % pATI->displayWidth;
116 pScreenInfo->frameY0 = xy / pATI->displayWidth;
117 pScreenInfo->frameX1 =
118 pScreenInfo->frameX0 + pScreenInfo->currentMode->HDisplay - 1;
119 pScreenInfo->frameY1 =
120 pScreenInfo->frameY0 + pScreenInfo
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwinpriv.c30 winScreenInfoPtr pScreenInfo = NULL; local in function:winGetWindowInfo
41 pScreenInfo = pWinScreen->pScreenInfo;
44 if (pScreenInfo->fMultiWindow)
71 if (pScreenInfo->fMWExtWM)
113 winScreenInfoPtr pScreenInfo = pWinScreen->pScreenInfo; local in function:winCheckScreenAiglxIsSupported
116 if (pScreenInfo->fMultiWindow)
121 if (pScreenInfo->fMWExtWM)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinscrinit.c91 winScreenInfoPtr pScreenInfo = &g_ScreenInfo[index]; local in function:winScreenInit
98 pScreenInfo->dwWidth, pScreenInfo->dwHeight);
112 pScreenInfo->pScreen = pScreen;
116 pScreenPriv->pScreenInfo = pScreenInfo;
131 dwInitialBPP = pScreenInfo->dwBPP;
142 ErrorF ("winScreenInit - Using Windows display depth of %d bits per pixel\n", (int) pScreenInfo->dwBPP);
144 else if (dwInitialBPP != pScreenInfo->dwBPP)
147 ErrorF ("winScreenInit - Command line depth of %d bpp overidden by engine, using %d bpp\n", (int) dwInitialBPP, (int) pScreenInfo
275 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winFinishScreenInitFB
624 winScreenInfoPtr pScreenInfo = &g_ScreenInfo[index]; local in function:winFinishScreenInitNativeGDI
[all...]
H A Dwincreatewnd.c46 winGetWorkArea (RECT *prcWorkArea, winScreenInfo *pScreenInfo);
60 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winCreateBoundingWindowFullScreen
61 int iX = pScreenInfo->dwInitialX;
62 int iY = pScreenInfo->dwInitialY;
63 int iWidth = pScreenInfo->dwWidth;
64 int iHeight = pScreenInfo->dwHeight;
97 (int) pScreenInfo->dwScreen);
103 (int) pScreenInfo->dwScreen);
120 switch (pScreenInfo
153 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winCreateBoundingWindowWindowed
519 winGetWorkArea(RECT * prcWorkArea,winScreenInfo * pScreenInfo) argument
[all...]
H A Dwintrayicon.c46 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winInitNotifyIcon
51 nid.uID = pScreenInfo->dwScreen;
64 (int) pScreenInfo->dwScreen);
79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winDeleteNotifyIcon
88 nid.uID = pScreenInfo->dwScreen;
117 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; local in function:winHandleIconMessage
127 if (pScreenInfo
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_driver.c221 static void GX2LoadPalette(ScrnInfoPtr pScreenInfo,
230 extern void GX2HideCursor(ScrnInfoPtr pScreenInfo);
231 extern void GX2ShowCursor(ScrnInfoPtr pScreenInfo);
240 extern void GX2LoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char *src);
265 GeodePtr GX2GetRec(ScrnInfoPtr pScreenInfo);
291 * pScreenInfo str driverPrivate member of ScreeenInfo
294 * pScreenInfo :Pointer handle to the screenonfo structure.
303 GX2GetRec(ScrnInfoPtr pScreenInfo) argument
305 if (!pScreenInfo->driverPrivate) {
308 pGeode = pScreenInfo
332 GX2FreeRec(ScrnInfoPtr pScreenInfo) argument
359 ScrnInfoPtr pScreenInfo = xf86Screens[pScreen->myNum]; local in function:GX2SaveScreen
453 GX2PreInit(ScrnInfoPtr pScreenInfo,int flags) argument
1019 GX2Restore(ScrnInfoPtr pScreenInfo) argument
1171 GX2SetMode(ScrnInfoPtr pScreenInfo,DisplayModePtr pMode) argument
1304 GX2EnterGraphics(ScreenPtr pScreen,ScrnInfoPtr pScreenInfo) argument
1485 GX2LeaveGraphics(ScrnInfoPtr pScreenInfo) argument
1572 ScrnInfoPtr pScreenInfo = xf86Screens[scrnIndex]; local in function:GX2CloseScreen
1620 GX2DPMSSet(ScrnInfoPtr pScreenInfo,int mode,int flags) argument
1703 ScrnInfoPtr pScreenInfo = xf86Screens[pScreen->myNum]; local in function:GX2ScreenInit
2049 ScrnInfoPtr pScreenInfo = xf86Screens[scrnIndex]; local in function:GX2AdjustFrame
2147 ScrnInfoPtr pScreenInfo = xf86Screens[scrnIndex]; local in function:GX2ValidMode
2205 GX2LoadPalette(ScrnInfoPtr pScreenInfo,int numColors,int * indizes,LOCO * colors,VisualPtr pVisual) argument
2223 GX2MapMem(ScrnInfoPtr pScreenInfo) argument
2295 GX2UnmapMem(ScrnInfoPtr pScreenInfo) argument
[all...]
H A Dnsc_gx1_driver.c260 static void GX1LoadPalette(ScrnInfoPtr pScreenInfo,
268 extern void GX1HideCursor(ScrnInfoPtr pScreenInfo);
269 extern void GX1ShowCursor(ScrnInfoPtr pScreenInfo);
276 extern void GX1LoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char *src);
282 GeodePtr GX1GetRec(ScrnInfoPtr pScreenInfo);
320 * pScreenInfo str driverPrivate member of ScreeenInfo
323 * pScreenInfo :Pointer handle to the screenonfo structure.
332 GX1GetRec(ScrnInfoPtr pScreenInfo) argument
334 if (!pScreenInfo->driverPrivate)
335 pScreenInfo
355 GX1FreeRec(ScrnInfoPtr pScreenInfo) argument
382 ScrnInfoPtr pScreenInfo = xf86Screens[pScreen->myNum]; local in function:GX1SaveScreen
451 GX1PreInit(ScrnInfoPtr pScreenInfo,int flags) argument
1060 GX1RestoreEx(ScrnInfoPtr pScreenInfo,DisplayModePtr pMode) argument
1185 GX1SetMode(ScrnInfoPtr pScreenInfo,DisplayModePtr pMode) argument
1315 GX1EnterGraphics(ScreenPtr pScreen,ScrnInfoPtr pScreenInfo) argument
1475 GX1LeaveGraphics(ScrnInfoPtr pScreenInfo) argument
1629 ScrnInfoPtr pScreenInfo = xf86Screens[scrnIndex]; local in function:GX1CloseScreen
1675 GX1DPMSSet(ScrnInfoPtr pScreenInfo,int mode,int flags) argument
1766 ScrnInfoPtr pScreenInfo = xf86Screens[pScreen->myNum]; local in function:GX1ScreenInit
2147 ScrnInfoPtr pScreenInfo = xf86Screens[scrnIndex]; local in function:GX1AdjustFrame
2248 ScrnInfoPtr pScreenInfo = xf86Screens[scrnIndex]; local in function:GX1ValidMode
2323 GX1LoadPalette(ScrnInfoPtr pScreenInfo,int numColors,int * indizes,LOCO * colors,VisualPtr pVisual) argument
2341 GX1MapMem(ScrnInfoPtr pScreenInfo) argument
2399 GX1UnmapMem(ScrnInfoPtr pScreenInfo) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dwinpriv.c31 winScreenInfoPtr pScreenInfo = NULL; local in function:winGetWindowInfo
41 pScreenInfo = pWinScreen->pScreenInfo;
43 if (pScreenInfo->fMultiWindow) {
88 winScreenInfoPtr pScreenInfo = pWinScreen->pScreenInfo; local in function:winCheckScreenAiglxIsSupported
90 if (pScreenInfo->fMultiWindow)

Completed in 24 milliseconds

12345