/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _VBSETMODE_ #define _VBSETMODE_ void InitTo330Pointer(unsigned char ChipType, struct vb_device_info *pVBInfo); void XGI_UnLockCRT2(struct vb_device_info *pVBInfo); void XGI_LockCRT2(struct vb_device_info *pVBInfo); void XGI_DisplayOff(struct xgifb_video_info *xgifb_info, struct xgi_hw_device_info *pXGIHWDE, struct vb_device_info *pVBInfo); void XGI_GetVBType(struct vb_device_info *pVBInfo); void XGI_SenseCRT1(struct vb_device_info *pVBInfo); unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info, struct xgi_hw_device_info *HwDeviceExtension, unsigned short ModeNo); unsigned char XGI_SearchModeID(unsigned short ModeNo, unsigned short *ModeIdIndex); unsigned short XGI_GetRatePtrCRT2(struct xgi_hw_device_info *pXGIHWDE, unsigned short ModeNo, unsigned short ModeIdIndex, struct vb_device_info *pVBInfo); #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Arnaud Patard | 65 | 48.87% | 1 | 12.50% |
Bill Pemberton | 48 | 36.09% | 4 | 50.00% |
Jacob Zachariah | 10 | 7.52% | 1 | 12.50% |
Aaro Koskinen | 9 | 6.77% | 1 | 12.50% |
Greg Kroah-Hartman | 1 | 0.75% | 1 | 12.50% |
Total | 133 | 100.00% | 8 | 100.00% |