aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/XGI_main_26.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21staging: xgifb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: xgifb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21staging: xgifb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-13staging: xgifb: eliminate pVBInfo->VCLKData/VBVCLKDataAaro Koskinen1-1/+1
2012-11-13staging: xgifb: eliminate pVBInfo->XGINEWUB_CRT1TableAaro Koskinen1-15/+15
2012-11-13staging: xgifb: eliminate pVBInfo->RefIndexAaro Koskinen1-8/+8
2012-11-13staging: xgifb: eliminate pVBInfo->EModeIDTableAaro Koskinen1-3/+3
2012-09-13staging: xgifb: setup initial video RAM size for systems without BIOSAaro Koskinen1-4/+6
2012-09-12staging: xgifb: prevent video RAM size exceeding PCI window sizeAaro Koskinen1-0/+4
2012-09-12staging: xgifb: validate the mode against video memory sizeAaro Koskinen1-2/+9
2012-09-10staging: xgifb: use "else if"Aaro Koskinen1-4/+3
2012-08-13staging: xgifb: print small buffers via %*phAndy Shevchenko1-10/+3
2012-07-11Staging: xgifb: Remove useless condition.Miguel Gómez1-2/+0
2012-07-11Staging: xgifb: Fix coding style.Miguel Gómez1-1/+2
2012-07-11Staging: xgifb: Remove unneeded var and condition in XGIfb_search_vesamode().Miguel Gómez1-5/+3
2012-07-11Staging: xgifb: Simplify XGIfb_GetXG21DefaultLVDSModeIdx().Miguel Gómez1-18/+9
2012-07-11Staging: xgifb: Remove useless switch in XGIfb_detect_VB().Miguel Gómez1-10/+0
2012-07-11Staging: xgifb: Improve debug strings.Miguel Gómez1-17/+17
2012-07-11Staging: xgifb: Remove LCDA detection in xgifb_probe().Miguel Gómez1-30/+0
2012-07-11Staging: xgifb: Comment cleaning.Miguel Gómez1-115/+18
2012-06-18Staging: xgifb: Replace pr_* with dev_* when possible.Miguel Gómez1-29/+43
2012-06-18Staging: xgifb: Remove printk usage.Miguel Gómez1-23/+13
2012-06-18Staging: xgifb: Remove XGIFAIL() macro and its calls.Miguel Gómez1-2/+4
2012-06-18Staging: xgifb: define real dumpVGAReg() content only in DEBUG mode.Miguel Gómez1-3/+1
2012-06-18Staging: xgifb: remove DPRINTK() macro and replace it with pr_debug.Miguel Gómez1-24/+18
2012-06-18Staging: xgifb: remove DEBUGPRN() macro and its uses.Miguel Gómez1-13/+0
2012-06-18Staging: xgifb: reformat module parameter descriptions.Miguel Gómez1-8/+8
2012-06-13staging/xgifb: Remove superfluous header includesPeter Huewe1-25/+1
2012-06-13staging/xgifb: Add mutext for fb_mmap lockingPeter Huewe1-1/+8
2012-06-13staging/xgifb: Remove assignments without effectPeter Huewe1-5/+2
2012-06-11Staging: xgifb: disable pci device on pci remove function.Miguel Gómez1-0/+1
2012-06-11Staging: xgifb: disable pci device if there's an error after enabling it.Miguel Gómez1-4/+6
2012-06-11Staging: xgifb: reorder the code a bit to be more module friendlyMiguel Gómez1-26/+25
2012-06-11Staging: xgifb: Remove #ifdef MODULEMiguel Gómez1-4/+0
2012-04-10staging: xgifb: eliminate string comparison from mode searchAaro Koskinen1-10/+17
2012-04-10staging: xgifb: delete rate_idx from mode tableAaro Koskinen1-4/+2
2012-04-10staging: xgifb: drop XG45 codeAaro Koskinen1-11/+0
2012-04-10staging: xgifb: drop XG41 codeAaro Koskinen1-3/+0
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-Solenikov1-6/+6
2012-04-10staging/xgifb: simplify vga I/O ports handlingDmitry Eremin-Solenikov1-1/+1
2012-04-10staging/xgifb: drop RelIO from vb_device_infoDmitry Eremin-Solenikov1-4/+1
2012-04-10staging/xgifb: remove unused variableDmitry Eremin-Solenikov1-1/+1
2012-02-10staging/xgifb: Rename remaining sis initdef.h defines and remove duplicatesPeter Huewe1-5/+5
2012-02-09staging: xgifb: checkpatch cleanup printk() -> pr_lvl()Sam Hansen1-45/+43
2012-02-09staging: xgifb: checkpatch cleanup __func__Sam Hansen1-1/+1
2012-02-09staging: xgifb: checkpatch cleanup bracesSam Hansen1-7/+3