summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/vb_init.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-14staging: xgifb: eliminate pVBInfo->CR6BAaro Koskinen1-1/+1
2012-11-14staging: xgifb: eliminate pVBInfo->SR21/22/25Aaro Koskinen1-6/+3
2012-11-14staging: xgifb: eliminate pVBInfo->ECLKDataAaro Koskinen1-7/+7
2012-11-14staging: xgifb: eliminate pVBInfo->CR6E/6F/89Aaro Koskinen1-4/+4
2012-09-14staging: xgifb: delete bogus video RAM configurationAaro Koskinen1-1/+0
2012-09-11staging: xgifb: delete ISXPDOSAaro Koskinen1-2/+0
2012-08-15Staging: xgifb: fix bitwise vs logical bugDan Carpenter1-1/+1
2012-07-12Staging: xgifb: Fix coding style.Miguel Gómez1-2/+1
2012-07-12Staging: xgifb: Remove useless always true condition.Miguel Gómez1-4/+0
2012-07-12Staging: xgifb: Improve debug strings.Miguel Gómez1-2/+2
2012-07-12Staging: xgifb: Comment cleaning.Miguel Gómez1-137/+18
2012-06-19Staging: xgifb: Replace pr_* with dev_* when possible.Miguel Gómez1-2/+2
2012-06-19Staging: xgifb: Fix sparse warnings.Miguel Gómez1-0/+1
2012-06-19Staging: xgifb: Remove printk usage.Miguel Gómez1-45/+2
2012-06-14staging/xgifb: Cleanup vb_device_info structPeter Huewe1-58/+38
2012-06-14staging/xgifb: Remove unnecessary fields of XGINew_DDRDRAM_TYPE{340, 20}Peter Huewe1-25/+25
2012-06-14staging/xgifb: Inline XGINew_SetDRAMSizingTypePeter Huewe1-12/+4
2012-06-14staging/xgifb: Remove duplicated code from XGINew_DDRSizing340Peter Huewe1-39/+25
2012-06-14staging/xgifb: Consolidate XGINew_SetDRAMSize{,20}RegPeter Huewe1-49/+5
2012-06-14staging/xgifb: Remove superfluous header includesPeter Huewe1-9/+0
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman1-76/+2
2012-04-10staging: xgifb: drop XG41 codeAaro Koskinen1-75/+1
2012-04-10staging/xgifb: simplify vga I/O ports handlingDmitry Eremin-Solenikov1-1/+1
2012-04-10staging/xgifb: fix display on XGI Volari Z11m cardsDmitry Eremin-Solenikov1-1/+1
2012-02-10staging/xgifb: Rename remaining sis initdef.h defines and remove duplicatesPeter Huewe1-7/+7
2012-02-10staging/xgifb: Rename Set* defines and remove duplicated definesPeter Huewe1-2/+2
2012-02-09staging/xgifb: Include sis headersPeter Huewe1-1/+1
2011-12-09staging: xgifb: enable forcecrt2type on XG21Aaro Koskinen1-1/+7
2011-12-09staging: xgifb: move XGI21_LVDSCapStruct into xgifb_video_infoAaro Koskinen1-5/+6
2011-12-09staging: xgifb: disable LVDS on XG27Aaro Koskinen1-1/+0
2011-12-09staging: xgifb: ReadVBIOSTablData(): rename to xgifb_read_vbios()Aaro Koskinen1-3/+2
2011-12-09staging: xgifb: ReadVBIOSTablData(): copy only a single LVDS entryAaro Koskinen1-26/+27
2011-12-09staging: xgifb: ReadVBIOSTablData(): check the BIOS sizeAaro Koskinen1-7/+21
2011-12-09staging: xgifb: use u8 for video BIOS dataAaro Koskinen1-3/+3
2011-12-09staging: xgifb: delete ROMAddrAaro Koskinen1-10/+0
2011-12-09staging: xgifb: move video BIOS handling completely to ReadVBIOSTablData()Aaro Koskinen1-5/+39
2011-12-09staging: xgifb: XGINew_GetXG21Sense(): eliminate video BIOS accessAaro Koskinen1-6/+1
2011-12-09staging: xgifb: ReadVBIOSTablData(): use a pointer to access the arrayAaro Koskinen1-26/+19
2011-12-09staging: xgifb: ReadVBIOSTablData(): rename pVideoMemoryAaro Koskinen1-29/+20
2011-12-09staging: xgifb: ReadVBIOSTablData(): use ARRAY_SIZEAaro Koskinen1-3/+1
2011-12-09staging: xgifb: ReadVBIOSTablData(): rearrange code to avoid nestingAaro Koskinen1-60/+51
2011-12-09staging: xgifb: ReadVBIOSTablData(): avoid duplicating codeAaro Koskinen1-70/+27
2011-11-27staging: xgifb: delete vb_ext.{c,h}Aaro Koskinen1-1/+0
2011-11-27staging: xgifb: move XGINew_SenseLCD() to vb_init.cAaro Koskinen1-0/+44
2011-10-12staging: xgifb: make RAM type tables constAaro Koskinen1-5/+5
2011-10-12staging: xgifb: move XGINew_DataBusWidth into vb_device_infoAaro Koskinen1-17/+15
2011-10-12staging: xgifb: move XGINew_ChannelAB into vb_device_infoAaro Koskinen1-26/+26
2011-10-12staging: xgifb: move XGINew_RAMType into vb_device_infoAaro Koskinen1-57/+71
2011-10-12staging: xgifb: rename struct video_info to xgifb_video_infoAaro Koskinen1-1/+1
2011-10-12staging: xgifb: inline XGIfb_query_VGA_config_space()Aaro Koskinen1-7/+8