]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/staging/xgifb/vb_setmode.h
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / drivers / staging / xgifb / vb_setmode.h
1 #ifndef _VBSETMODE_
2 #define _VBSETMODE_
3
4 void InitTo330Pointer(unsigned char ChipType, struct vb_device_info *pVBInfo);
5 void XGI_UnLockCRT2(struct vb_device_info *pVBInfo);
6 void XGI_LockCRT2(struct vb_device_info *pVBInfo);
7 void XGI_DisplayOff(struct xgifb_video_info *xgifb_info,
8                     struct xgi_hw_device_info *pXGIHWDE,
9                     struct vb_device_info *pVBInfo);
10 void XGI_GetVBType(struct vb_device_info *pVBInfo);
11 void XGI_SenseCRT1(struct vb_device_info *pVBInfo);
12 unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
13                             struct xgi_hw_device_info *HwDeviceExtension,
14                             unsigned short ModeNo);
15
16 unsigned char XGI_SearchModeID(unsigned short ModeNo,
17                                unsigned short *ModeIdIndex);
18 unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE,
19                                   unsigned short ModeNo,
20                                   unsigned short ModeIdIndex,
21                                   struct vb_device_info *pVBInfo);
22
23 #endif