Home | History | Annotate | Download | only in src

Lines Matching defs:pScreenInfo

44                               RENDITIONAccelNone(pScreenInfo); \
57 void RENDITIONSaveUcode(ScrnInfoPtr pScreenInfo);
58 void RENDITIONRestoreUcode(ScrnInfoPtr pScreenInfo);
60 void RENDITIONSyncV1000(ScrnInfoPtr pScreenInfo);
62 void RENDITIONSetupForScreenToScreenCopy(ScrnInfoPtr pScreenInfo,
67 void RENDITIONSubsequentScreenToScreenCopy(ScrnInfoPtr pScreenInfo,
73 void RENDITIONSetupForSolidFill(ScrnInfoPtr pScreenInfo,
78 void RENDITIONSubsequentSolidFillRect(ScrnInfoPtr pScreenInfo,
82 void RENDITIONSubsequentTwoPointLine(ScrnInfoPtr pScreenInfo,
111 RENDITIONAccelPreInit(ScrnInfoPtr pScreenInfo)
113 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
120 if (RENDITIONLoadUcode(pScreenInfo)){
136 ScrnInfoPtr pScreenInfo = xf86ScreenToScrn(pScreen);
137 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
150 xf86DrvMsg(pScreenInfo->scrnIndex,X_ERROR,
187 verite_check_csucode(pScreenInfo);
189 if (RENDITIONLoadUcode(pScreenInfo)) return;
190 if (RENDITIONInitUcode(pScreenInfo)) return;
192 verite_check_csucode(pScreenInfo);
212 AvailFBArea.x2 = pScreenInfo->displayWidth;
213 AvailFBArea.y2 = (((pScreenInfo->videoRam*1024) -
215 ((pScreenInfo->displayWidth * pScreenInfo->bitsPerPixel)
232 RENDITIONAccelNone(ScrnInfoPtr pScreenInfo)
234 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
258 RENDITIONLoadUcode(ScrnInfoPtr pScreenInfo)
260 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
270 if (0 != verite_initboard(pScreenInfo)) {
271 RENDITIONAccelNone(pScreenInfo);
275 RENDITIONSaveUcode(pScreenInfo);
278 RENDITIONRestoreUcode(pScreenInfo);
289 RENDITIONInitUcode(ScrnInfoPtr pScreenInfo)
291 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
294 if (0 == verite_getstride(pScreenInfo, NULL,
297 xf86DrvMsg(pScreenInfo->scrnIndex,X_ERROR,
299 RENDITIONAccelNone(pScreenInfo);
320 v1k_flushicache(pScreenInfo);
321 v1k_start(pScreenInfo, pRendition->board.csucode_base);
367 RENDITIONRestoreUcode(ScrnInfoPtr pScreenInfo)
369 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
383 v1k_stop(pScreenInfo);
394 v1k_flushicache(pScreenInfo);
395 v1k_start(pScreenInfo, pRendition->board.csucode_base);
410 RENDITIONSaveUcode(ScrnInfoPtr pScreenInfo)
412 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
421 v1k_stop(pScreenInfo);
432 v1k_continue(pScreenInfo);
445 RENDITIONSyncV1000(ScrnInfoPtr pScreenInfo)
447 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
493 v1k_stop(pScreenInfo);
494 v1k_start(pScreenInfo, pRendition->board.csucode_base);
536 RENDITIONSetupForScreenToScreenCopy(ScrnInfoPtr pScreenInfo,
540 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
552 RENDITIONSubsequentScreenToScreenCopy(ScrnInfoPtr pScreenInfo,
557 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
586 RENDITIONSetupForSolidFill(ScrnInfoPtr pScreenInfo,
590 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
606 RENDITIONSubsequentSolidFillRect(ScrnInfoPtr pScreenInfo,
609 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
636 RENDITIONSubsequentTwoPointLine(ScrnInfoPtr pScreenInfo,
641 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);