aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/XGI_main_26.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-07staging: xgifb: fix colours on big-endian machines other than powerpcAaro Koskinen1-4/+4
2015-01-17staging: xgifb: remove unnecessary checkSudip Mukherjee1-1/+1
2014-10-29Staging: xgifb: fix space before commaBrian Vandre1-1/+1
2014-09-06staging: xgifb: remove unnecessary elseThomas Gummerer1-6/+4
2014-05-18staging: xgifb: Initialize Part0PortLubomir Rintel1-0/+1
2014-04-25staging: xgifb coding style cleanupVitor Braga1-0/+2
2014-02-28Staging: xgifb: Fix quoted string split across lines in XGI_main_26.cMonam Agarwal1-10/+5
2013-09-25staging: xgifb: Remove redundant pci_set_drvdataSachin Kamat1-1/+0
2013-07-23staging: xgifb: delete unused "pVBInfo" parametersAaro Koskinen1-2/+2
2013-07-23staging: xgifb: delete unused "rateindex" parametersAaro Koskinen1-5/+3
2013-02-07staging: xgifb: initialize register 3cc addressAaro Koskinen1-0/+1
2013-02-04staging/xgifb: remove unnecessary temp variable in XGIfb_mode_rate_to_ddataPeter Huewe1-11/+9
2013-02-04staging/xgifb: rewrite XGIfb_get_cmap_lenPeter Huewe1-14/+2
2013-02-04staging/xgifb: Fix return of uninitialized variablePeter Huewe1-0/+1
2013-02-04staging/xgifb: mttr must be (signed) intPeter Huewe1-1/+1
2013-02-04staging/xgifb: Remove always false comparisonsPeter Huewe1-8/+1
2013-02-03staging/xgifb: Remove unused variables and dead assignmentsPeter Huewe1-32/+3
2013-01-21staging: xgifb: use XGIRegInit()Aaro Koskinen1-1/+1
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