Searched refs:crtc2 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_dh.c | 154 pReg->crtc2[ MGAREG2_C2CTL ] = ulCtl2; 155 pReg->crtc2[ MGAREG2_C2DATACTL ] = ulDataCtl2; 158 pReg->crtc2[MGAREG2_C2HPARAM] = (((ulHDispEnd-8) << 16) | (ulHTotal-8)) ; 159 pReg->crtc2[MGAREG2_C2HSYNC] = (((ulHSyncEnd-8) << 16) | (ulHSyncStr-8)) ; 163 pReg->crtc2[MGAREG2_C2VPARAM] = (((ulVDispEnd-1) << 16) | (ulVTotal-1)) ; 164 pReg->crtc2[MGAREG2_C2VSYNC] = (((ulVSyncEnd-1) << 16) | (ulVSyncStr-1)) ; 168 pReg->crtc2[MGAREG2_C2OFFSET] = ulOffset; 191 OUTREG(MGAREG_C2CTL, pReg->crtc2[MGAREG2_C2CTL]); 192 OUTREG(MGAREG_C2DATACTL,pReg->crtc2[MGAREG2_C2DATACTL]); 196 OUTREG(MGAREG_C2HPARAM, pReg->crtc2[MGAREG2_C2HPARA [all...] |
| H A D | mga.h | 219 unsigned long crtc2[0x58]; member in struct:__anon971c52dc0208
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_driver.h | 588 void SavageDoAdjustFrame(ScrnInfoPtr pScrn, int y, int x, int crtc2);
|
| H A D | savage_driver.c | 3513 /* Xv should work on crtc2, but I haven't gotten there yet. -- AGD */ 3514 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Xv currently disabled for crtc2.\n"); 4086 SavageDoAdjustFrame(ScrnInfoPtr pScrn, int x, int y, int crtc2) argument 4091 TRACE(("SavageDoAdjustFrame(%d,%d,%d)\n", x, y, crtc2)); 4120 if (!crtc2) { 4128 if (!crtc2) {
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_driver.c | 6088 void RADEONDoAdjustFrame(ScrnInfoPtr pScrn, int x, int y, Bool crtc2) argument 6111 if (crtc2) { 6168 if (crtc2) {
|
Completed in 17 milliseconds