Searched refs:VideoModeInfo (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_accel.c310 switch (pAST->VideoModeInfo.bitsPerPixel)
332 ASTSetupSRCPitch(pSingleCMD, pAST->VideoModeInfo.ScreenPitch);
334 ASTSetupDSTPitchHeight(pSingleCMD, pAST->VideoModeInfo.ScreenPitch, -1);
343 ASTSetupSRCPitch_MMIO(pAST->VideoModeInfo.ScreenPitch);
344 ASTSetupDSTPitchHeight_MMIO(pAST->VideoModeInfo.ScreenPitch, -1);
380 srcbase=pAST->VideoModeInfo.ScreenPitch*y1;
387 dstbase=pAST->VideoModeInfo.ScreenPitch*y2;
467 switch (pAST->VideoModeInfo.bitsPerPixel)
489 ASTSetupDSTPitchHeight(pSingleCMD, pAST->VideoModeInfo.ScreenPitch, -1);
499 ASTSetupDSTPitchHeight_MMIO(pAST->VideoModeInfo
[all...]
H A Dast.h275 VIDEOMODE VideoModeInfo; member in struct:_ASTRec
H A Dast_driver.c1034 if ((pAST->VideoModeInfo.ScreenPitch * mode->CrtcVDisplay) > pAST->ulVRAMSize)
1038 pAST->VideoModeInfo.ScreenWidth = mode->CrtcHDisplay;
1039 pAST->VideoModeInfo.ScreenHeight = mode->CrtcVDisplay;
1040 pAST->VideoModeInfo.ScreenPitch = pScrn->displayWidth * ((pScrn->bitsPerPixel + 1) / 8) ;
1072 base = y * pAST->VideoModeInfo.ScreenPitch + x * ((pAST->VideoModeInfo.bitsPerPixel + 1) / 8);
1776 pAST->VideoModeInfo.ScreenWidth = pScrn->virtualX;
1777 pAST->VideoModeInfo.ScreenHeight = pScrn->virtualY;
1778 pAST->VideoModeInfo.bitsPerPixel = pScrn->bitsPerPixel;
1780 pAST->VideoModeInfo
[all...]
H A Dast_mode.c531 memset(pAST->FBVirtualAddr, 0x00, pAST->VideoModeInfo.ScreenPitch*pAST->VideoModeInfo.ScreenHeight);
864 usOffset = pAST->VideoModeInfo.ScreenPitch >> 3; /* Unit: char */
1092 ulOffset = pAST->VideoModeInfo.ScreenPitch;
1093 ulTermalCount = (pAST->VideoModeInfo.ScreenPitch + 7) >> 3;

Completed in 11 milliseconds