]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/staging/xgifb/vb_setmode.h
Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-hirsute-kernel.git] / drivers / staging / xgifb / vb_setmode.h
CommitLineData
2dbe71cd
KT
1#ifndef _VBSETMODE_
2#define _VBSETMODE_
d7636e0b 3
2dbe71cd 4extern void InitTo330Pointer(unsigned char, struct vb_device_info *);
b053af16
AK
5extern void XGI_UnLockCRT2(struct vb_device_info *);
6extern void XGI_LockCRT2(struct vb_device_info *);
fab04b97
AK
7extern void XGI_DisplayOff(struct xgifb_video_info *,
8 struct xgi_hw_device_info *,
2dbe71cd 9 struct vb_device_info *);
2dbe71cd
KT
10extern void XGI_GetVBType(struct vb_device_info *);
11extern void XGI_SenseCRT1(struct vb_device_info *);
fab04b97
AK
12extern unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
13 struct xgi_hw_device_info *HwDeviceExtension,
2acb6111 14 unsigned short ModeNo);
d7636e0b 15
2dbe71cd 16extern unsigned char XGI_SearchModeID(unsigned short ModeNo,
334ab072 17 unsigned short *ModeIdIndex);
2dbe71cd
KT
18extern unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE,
19 unsigned short ModeNo,
20 unsigned short ModeIdIndex,
21 struct vb_device_info *);
d7636e0b 22
23#endif