Searched refs:XGI_Pr (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dinit.c277 XGI_New_DisplayOn(VB_DEVICE_INFO *XGI_Pr) argument
279 XGI_SetRegAND(XGI_Pr->P3c4,0x01,0xDF);
283 XGI_New_DisplayOff(VB_DEVICE_INFO *XGI_Pr) argument
285 XGI_SetRegOR(XGI_Pr->P3c4,0x01,0x20);
293 XGIInitPCIetc(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INFO HwInfo) argument
302 XGI_SetReg(XGI_Pr->P3c4,0x20,0xa1);
309 XGI_SetRegOR(XGI_Pr->P3c4, 0x1E,
319 inXGIIDXREG(XGI_Pr->P3c4, 0x3A, bForce) ;
323 XGI_SetRegAND(XGI_Pr->P3c4,0x1E,0xBF);
335 XGI_New_GetVBType(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INF argument
444 XGI_DoLowModeTest(VB_DEVICE_INFO * XGI_Pr,USHORT ModeNo,PXGI_HW_DEVICE_INFO HwInfo) argument
464 XGI_SetLowModeTest(VB_DEVICE_INFO * XGI_Pr,USHORT ModeNo,PXGI_HW_DEVICE_INFO HwInfo) argument
472 XGI_HandleCRT1(VB_DEVICE_INFO * XGI_Pr) argument
482 XGI_New_GetOffset(VB_DEVICE_INFO * XGI_Pr,USHORT ModeNo,USHORT ModeIdIndex,USHORT RefreshRateTableIndex,PXGI_HW_DEVICE_INFO HwInfo) argument
508 XGI_ResetCRT1VCLK(VB_DEVICE_INFO * XGI_Pr,PXGI_HW_DEVICE_INFO HwInfo) argument
525 XGI_New_SetCRT1CRTC(VB_DEVICE_INFO * XGI_Pr,USHORT ModeNo,USHORT ModeIdIndex,USHORT RefreshRateTableIndex,PXGI_HW_DEVICE_INFO HwInfo) argument
572 XGI_New_SetCRT1Offset(VB_DEVICE_INFO * XGI_Pr,USHORT ModeNo,USHORT ModeIdIndex,USHORT RefreshRateTableIndex,PXGI_HW_DEVICE_INFO HwInfo) argument
603 XGI_New_SetCRT1VCLK(VB_DEVICE_INFO * XGI_Pr,USHORT ModeNo,USHORT ModeIdIndex,PXGI_HW_DEVICE_INFO HwInfo,USHORT RefreshRateTableIndex) argument
627 XGI_New_SetVCLKState(VB_DEVICE_INFO * XGI_Pr,PXGI_HW_DEVICE_INFO HwInfo,USHORT ModeNo,USHORT RefreshRateTableIndex,USHORT ModeIdIndex) argument
651 XGI_New_SetCRT1ModeRegs(VB_DEVICE_INFO * XGI_Pr,PXGI_HW_DEVICE_INFO HwInfo,USHORT ModeNo,USHORT ModeIdIndex,USHORT RefreshRateTableIndex) argument
726 XGI_New_LoadDAC(VB_DEVICE_INFO * XGI_Pr,PXGI_HW_DEVICE_INFO HwInfo,USHORT ModeNo,USHORT ModeIdIndex) argument
821 XGI_New_SetCRT1Group(VB_DEVICE_INFO * XGI_Pr,PXGI_HW_DEVICE_INFO HwInfo,USHORT ModeNo,USHORT ModeIdIndex) argument
885 XGI_SetPitchCRT1(VB_DEVICE_INFO * XGI_Pr,ScrnInfoPtr pScrn) argument
902 XGIBIOSSetMode(VB_DEVICE_INFO * XGI_Pr,PXGI_HW_DEVICE_INFO HwInfo,ScrnInfoPtr pScrn,DisplayModePtr mode) argument
989 XGIBIOSSetModeCRT1(VB_DEVICE_INFO * XGI_Pr,PXGI_HW_DEVICE_INFO HwInfo,ScrnInfoPtr pScrn,DisplayModePtr mode) argument
[all...]
H A Dinit.h118 void XGI_New_DisplayOn(VB_DEVICE_INFO *XGI_Pr);
119 void XGI_New_DisplayOff(VB_DEVICE_INFO *XGI_Pr);
121 void XGI_New_GetVBType(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INFO HwInfo);
122 USHORT XGI_GetMCLK(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INFO HwInfo);
123 USHORT XGI_New_GetOffset(VB_DEVICE_INFO *XGI_Pr,USHORT ModeNo,USHORT ModeIdIndex,
125 void XGI_New_LoadDAC(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INFO HwInfo, USHORT ModeNo, USHORT ModeIdIndex);
127 BOOLEAN XGIBIOSSetMode(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INFO HwInfo,
130 BOOLEAN XGIBIOSSetModeCRT1(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INFO HwInfo,
H A Dxgi_setup.c635 XGINew_InitVBIOSData(pHwDevInfo, pXGI->XGI_Pr);
638 ErrorF("XGI_InitVBIOSData VBType = %x\n", pXGI->XGI_Pr->VBType);
639 XGI_New_GetVBType(pXGI->XGI_Pr, pHwDevInfo); //yilin
640 ErrorF("XGI_New_GetVBType VBType = %x\n", pXGI->XGI_Pr->VBType);
643 if( pXGI->XGI_Pr->VBType & (VB_XGI301 | VB_XGI301B | VB_XGI301C))
H A Dxgi_driver.c563 if (pXGIEnt->XGI_Pr)
564 xfree(pXGIEnt->XGI_Pr);
565 pXGIEnt->XGI_Pr = pXGI->XGI_Pr = NULL;
572 pXGI->XGI_Pr = NULL;
580 if (pXGI->XGI_Pr)
581 xfree(pXGI->XGI_Pr);
582 pXGI->XGI_Pr = NULL;
644 PVB_DEVICE_INFO pVBInfo = pXGI->XGI_Pr;
746 || (pXGI->XGI_Pr
[all...]
H A Dxgi_vb.c55 old = XGI_ReadDDC1Bit(pXGI->XGI_Pr);
57 if(old != XGI_ReadDDC1Bit(pXGI->XGI_Pr)) break;
113 if (!(pXGI->XGI_Pr->VBType & VB_XGIVB) || IS_DUAL_HEAD(pXGI)
148 /* if(!(pXGI->XGI_Pr->VBType & VB_XGIVB)) return; */
191 if(!(pXGI->XGI_Pr->VBType & VB_XGIVB)) return;
H A Dxgi.h519 VB_DEVICE_INFO *XGI_Pr; member in struct:__anon348028e20308
613 VB_DEVICE_INFO *XGI_Pr; /* For new mode switching code */ member in struct:__anon348028e20508
H A Dxgi_driver.h767 extern BOOLEAN XGIBIOSSetMode(VB_DEVICE_INFO *XGI_Pr,
771 extern void XGI_New_GetVBType(VB_DEVICE_INFO *XGI_Pr, PXGI_HW_DEVICE_INFO);
773 extern BOOLEAN XGIBIOSSetModeCRT1(VB_DEVICE_INFO *XGI_Pr,
H A Dxgi_accel.c191 CR37=XGI_GetReg(pXGI->XGI_Pr->P3d4, 0x37); \

Completed in 13 milliseconds