]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/staging/xgifb/vb_setmode.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / drivers / staging / xgifb / vb_setmode.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _VBSETMODE_
3 #define _VBSETMODE_
4
5 void InitTo330Pointer(unsigned char ChipType, struct vb_device_info *pVBInfo);
6 void XGI_UnLockCRT2(struct vb_device_info *pVBInfo);
7 void XGI_LockCRT2(struct vb_device_info *pVBInfo);
8 void XGI_DisplayOff(struct xgifb_video_info *xgifb_info,
9 struct xgi_hw_device_info *pXGIHWDE,
10 struct vb_device_info *pVBInfo);
11 void XGI_GetVBType(struct vb_device_info *pVBInfo);
12 void XGI_SenseCRT1(struct vb_device_info *pVBInfo);
13 unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
14 struct xgi_hw_device_info *HwDeviceExtension,
15 unsigned short ModeNo);
16
17 unsigned char XGI_SearchModeID(unsigned short ModeNo,
18 unsigned short *ModeIdIndex);
19 unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE,
20 unsigned short ModeNo,
21 unsigned short ModeIdIndex,
22 struct vb_device_info *pVBInfo);
23
24 #endif