summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb
AgeCommit message (Expand)AuthorFilesLines
2012-06-19Staging: xgifb: define real dumpVGAReg() content only in DEBUG mode.Miguel Gómez1-3/+1
2012-06-19Staging: xgifb: remove DPRINTK() macro and replace it with pr_debug.Miguel Gómez1-24/+18
2012-06-19Staging: xgifb: remove DEBUGPRN() macro and its uses.Miguel Gómez1-13/+0
2012-06-19Staging: xgifb: reformat module parameter descriptions.Miguel Gómez1-8/+8
2012-06-14staging/xgifb: Cleanup vb_device_info structPeter Huewe5-199/+67
2012-06-14staging/xgifb: Use SiS structsPeter Huewe3-78/+50
2012-06-14staging/xgifb: Replace delay lookup tables with constant valuesPeter Huewe3-69/+19
2012-06-14staging/xgifb: Remove useless function XGI_CloseCRTCPeter Huewe1-12/+0
2012-06-14staging/xgifb: Simplyfy XGI_GetVCLK2Ptr a bitPeter Huewe1-18/+8
2012-06-14staging/xgifb: Replace constant arrays with constant valuesPeter Huewe1-23/+5
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 Huewe7-61/+1
2012-06-14staging/xgifb: Add header #include guards to vb_table.hPeter Huewe1-0/+3
2012-06-14staging/xgifb: Add mutext for fb_mmap lockingPeter Huewe1-1/+8
2012-06-14staging/xgifb: Remove assignments without effectPeter Huewe1-5/+2
2012-06-12Staging: xgifb: disable pci device on pci remove function.Miguel Gómez1-0/+1
2012-06-12Staging: xgifb: disable pci device if there's an error after enabling it.Miguel Gómez1-4/+6
2012-06-12Staging: xgifb: reorder the code a bit to be more module friendlyMiguel Gómez1-26/+25
2012-06-12Staging: xgifb: Remove #ifdef MODULEMiguel Gómez1-4/+0
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman8-2006/+611
2012-04-10staging: xgifb: inline XGI_GetResInfo()Aaro Koskinen1-12/+5
2012-04-10staging: xgifb: eliminate redundant struct definitionAaro Koskinen3-33/+25
2012-04-10staging: xgifb: delete VB_ExtTVEdgeIndexAaro Koskinen3-70/+67
2012-04-10staging: xgifb: delete VB_ExtTVFlickerIndexAaro Koskinen3-70/+67
2012-04-10staging: xgifb: XGI_ExtStruct: delete unused fieldsAaro Koskinen2-135/+66
2012-04-10staging: xgifb: delete legacy DAC dataAaro Koskinen1-84/+31
2012-04-10staging: xgifb: delete StandTableIndex parametersAaro Koskinen1-10/+6
2012-04-10staging: xgifb: truncate XGI330_StandTableAaro Koskinen2-449/+20
2012-04-10staging: xgifb: delete code for EGA or lower modesAaro Koskinen2-45/+7
2012-04-10staging: xgifb: delete SModeIDTableAaro Koskinen3-40/+0
2012-04-10staging: xgifb: drop code for legacy VGA modesAaro Koskinen1-893/+367
2012-04-10staging: xgifb: unwrap mode table linesAaro Koskinen1-114/+57
2012-04-10staging: xgifb: delete MD_XGI300Aaro Koskinen1-47/+46
2012-04-10staging: xgifb: delete mode rows and columnsAaro Koskinen1-59/+57
2012-04-10staging: xgifb: delete mode names from the mode tableAaro Koskinen1-59/+58
2012-04-10staging: xgifb: drop redudant mode table entriesAaro Koskinen1-30/+1
2012-04-10staging: xgifb: eliminate string comparison from mode searchAaro Koskinen1-10/+17
2012-04-10staging: xgifb: delete rate_idx from mode tableAaro Koskinen2-77/+74
2012-04-10staging: xgifb: delete XGI300paneltypeAaro Koskinen1-7/+0
2012-04-10staging: xgifb: drop XG45 codeAaro Koskinen2-12/+0
2012-04-10staging: xgifb: drop XG41 codeAaro Koskinen4-82/+1
2012-04-10staging: xgifb: XGIfb_mode_rate_to_dclock: initialize ModeIdIndex properlyAaro Koskinen1-0/+2
2012-04-10staging: xgifb: XGIfb_mode_rate_to_dclock: delete commented-out codeAaro Koskinen1-13/+0
2012-04-10staging: xgifb: XGIfb_mode_rate_to_ddata: initialize ModeIdIndex properlyAaro Koskinen1-1/+3
2012-04-10staging: xgifb: XGIfb_mode_rate_to_ddata: delete commented-out codeAaro Koskinen1-14/+0
2012-04-10staging/xgifb: fix addressing issues on platform with long physical addressingDmitry Eremin-Solenikov2-8/+8
2012-04-10staging/xgifb: simplify vga I/O ports handlingDmitry Eremin-Solenikov4-5/+3