-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 249228 b: refs/heads/master c: 2dbe71c h: refs/heads/master v: v3
- Loading branch information
Kenji Toyama
authored and
Greg Kroah-Hartman
committed
Apr 26, 2011
1 parent
9e343d4
commit af30dbe
Showing
2 changed files
with
66 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: bf32fcb9fe0aec95c2fac78edee3e39d7e98a1b1 | ||
refs/heads/master: 2dbe71cdadf68d90cc5ed93be8c0fd59c2dc9e48 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,71 @@ | ||
#ifndef _VBSETMODE_ | ||
#define _VBSETMODE_ | ||
#ifndef _VBSETMODE_ | ||
#define _VBSETMODE_ | ||
|
||
extern void InitTo330Pointer(unsigned char, struct vb_device_info *); | ||
extern void XGI_UnLockCRT2(struct xgi_hw_device_info *HwDeviceExtension, struct vb_device_info *); | ||
extern void XGI_LockCRT2(struct xgi_hw_device_info *HwDeviceExtension, struct vb_device_info *); | ||
extern void XGI_LongWait(struct vb_device_info *); | ||
extern void XGI_SetCRT2ModeRegs(unsigned short ModeNo, | ||
struct xgi_hw_device_info *, | ||
struct vb_device_info *); | ||
extern void XGI_DisableBridge(struct xgi_hw_device_info *HwDeviceExtension, struct vb_device_info *); | ||
extern void XGI_EnableBridge(struct xgi_hw_device_info *HwDeviceExtension, struct vb_device_info *); | ||
extern void XGI_DisplayOff(struct xgi_hw_device_info *, struct vb_device_info *); | ||
extern void XGI_DisplayOn(struct xgi_hw_device_info *, struct vb_device_info *); | ||
extern void XGI_GetVBType(struct vb_device_info *); | ||
extern void XGI_SenseCRT1(struct vb_device_info *); | ||
extern void XGI_GetVGAType(struct xgi_hw_device_info *HwDeviceExtension, struct vb_device_info *); | ||
extern void XGI_GetVBInfo(unsigned short ModeNo, unsigned short ModeIdIndex, struct xgi_hw_device_info *HwDeviceExtension, struct vb_device_info *); | ||
extern void XGI_GetTVInfo(unsigned short ModeNo, unsigned short ModeIdIndex, struct vb_device_info *); | ||
extern unsigned short XGI_GetResInfo(unsigned short ModeNo, unsigned short ModeIdIndex, struct vb_device_info *pVBInfo); | ||
extern void InitTo330Pointer(unsigned char, struct vb_device_info *); | ||
extern void XGI_UnLockCRT2(struct xgi_hw_device_info *HwDeviceExtension, | ||
struct vb_device_info *); | ||
extern void XGI_LockCRT2(struct xgi_hw_device_info *HwDeviceExtension, | ||
struct vb_device_info *); | ||
extern void XGI_LongWait(struct vb_device_info *); | ||
extern void XGI_SetCRT2ModeRegs(unsigned short ModeNo, | ||
struct xgi_hw_device_info *, | ||
struct vb_device_info *); | ||
extern void XGI_DisableBridge(struct xgi_hw_device_info *HwDeviceExtension, | ||
struct vb_device_info *); | ||
extern void XGI_EnableBridge(struct xgi_hw_device_info *HwDeviceExtension, | ||
struct vb_device_info *); | ||
extern void XGI_DisplayOff(struct xgi_hw_device_info *, | ||
struct vb_device_info *); | ||
extern void XGI_DisplayOn(struct xgi_hw_device_info *, | ||
struct vb_device_info *); | ||
extern void XGI_GetVBType(struct vb_device_info *); | ||
extern void XGI_SenseCRT1(struct vb_device_info *); | ||
extern void XGI_GetVGAType(struct xgi_hw_device_info *HwDeviceExtension, | ||
struct vb_device_info *); | ||
extern void XGI_GetVBInfo(unsigned short ModeNo, | ||
unsigned short ModeIdIndex, | ||
struct xgi_hw_device_info *HwDeviceExtension, | ||
struct vb_device_info *); | ||
extern void XGI_GetTVInfo(unsigned short ModeNo, | ||
unsigned short ModeIdIndex, | ||
struct vb_device_info *); | ||
extern unsigned short XGI_GetResInfo(unsigned short ModeNo, | ||
unsigned short ModeIdIndex, | ||
struct vb_device_info *pVBInfo); | ||
|
||
extern unsigned char XGISetModeNew(struct xgi_hw_device_info *HwDeviceExtension, | ||
unsigned short ModeNo) ; | ||
|
||
extern unsigned char XGISetModeNew(struct xgi_hw_device_info *HwDeviceExtension, unsigned short ModeNo) ; | ||
extern unsigned char XGI_SearchModeID(unsigned short ModeNo, | ||
unsigned short *ModeIdIndex, | ||
struct vb_device_info *); | ||
extern unsigned char XGI_GetLCDInfo(unsigned short ModeNo, | ||
unsigned short ModeIdIndex, | ||
struct vb_device_info *); | ||
extern unsigned char XGI_BridgeIsOn(struct vb_device_info *); | ||
|
||
extern unsigned char XGI_SearchModeID(unsigned short ModeNo, unsigned short *ModeIdIndex, struct vb_device_info *); | ||
extern unsigned char XGI_GetLCDInfo(unsigned short ModeNo, unsigned short ModeIdIndex, struct vb_device_info *); | ||
extern unsigned char XGI_BridgeIsOn(struct vb_device_info *); | ||
extern unsigned char XGI_SetCRT2Group301(unsigned short ModeNo, struct xgi_hw_device_info *HwDeviceExtension, struct vb_device_info *); | ||
extern unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE, unsigned short ModeNo, unsigned short ModeIdIndex, struct vb_device_info *); | ||
extern unsigned char | ||
XGI_SetCRT2Group301(unsigned short ModeNo, | ||
struct xgi_hw_device_info *HwDeviceExtension, | ||
struct vb_device_info *); | ||
extern unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE, | ||
unsigned short ModeNo, | ||
unsigned short ModeIdIndex, | ||
struct vb_device_info *); | ||
|
||
extern void XGI_SetXG21FPBits(struct vb_device_info *pVBInfo); | ||
extern void XGI_SetXG27FPBits(struct vb_device_info *pVBInfo); | ||
extern void XGI_XG21BLSignalVDD(unsigned short tempbh, unsigned short tempbl, struct vb_device_info *pVBInfo); | ||
extern void XGI_XG27BLSignalVDD(unsigned short tempbh, unsigned short tempbl, struct vb_device_info *pVBInfo); | ||
extern void XGI_XG21SetPanelDelay(unsigned short tempbl, struct vb_device_info *pVBInfo); | ||
extern unsigned char XGI_XG21CheckLVDSMode(unsigned short ModeNo, unsigned short ModeIdIndex, struct vb_device_info *pVBInfo); | ||
extern unsigned short XGI_GetLVDSOEMTableIndex(struct vb_device_info *pVBInfo); | ||
extern void XGI_SetXG21FPBits(struct vb_device_info *pVBInfo); | ||
extern void XGI_SetXG27FPBits(struct vb_device_info *pVBInfo); | ||
extern void XGI_XG21BLSignalVDD(unsigned short tempbh, | ||
unsigned short tempbl, | ||
struct vb_device_info *pVBInfo); | ||
extern void XGI_XG27BLSignalVDD(unsigned short tempbh, | ||
unsigned short tempbl, | ||
struct vb_device_info *pVBInfo); | ||
extern void XGI_XG21SetPanelDelay(unsigned short tempbl, | ||
struct vb_device_info *pVBInfo); | ||
extern unsigned char XGI_XG21CheckLVDSMode(unsigned short ModeNo, | ||
unsigned short ModeIdIndex, | ||
struct vb_device_info *pVBInfo); | ||
extern unsigned short XGI_GetLVDSOEMTableIndex(struct vb_device_info *pVBInfo); | ||
|
||
#endif |