aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/XGI_main_26.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-17staging: xgifb: XGI_main_26.c Align match parenthesisWalt Feasel1-54/+46
2016-11-17staging: xgifb: XGI_main_26.c Blank line before }Walt Feasel1-2/+0
2016-11-17staging: xgifb: XGI_main_26.c Blank line after {Walt Feasel1-12/+0
2016-11-17staging: xgifb: XGI_main_26.c Space around operatorWalt Feasel1-4/+4
2016-11-17staging: xgifb: XGI_main_26.c Logical continuationWalt Feasel1-11/+9
2016-11-17staging: xgifb: XGI_main_26.c No space after castWalt Feasel1-15/+15
2016-11-17staging: xgifb: XGI_main_26.c Comment style modificationsWalt Feasel1-9/+5
2016-11-10Staging: xgifb: vgatypes: Replace decimal permissions with 4 digit octalShiva Kerdel1-4/+4
2016-10-25Staging: xgifb: Fix NULL pointer comparison warningManinder Singh1-2/+2
2016-09-22staging: xgifb: Remove unused variable and if statementRehas Sachdeva1-5/+1
2016-09-18Staging: xgifb: Compress return logicBhumika Goyal1-4/+1
2016-09-18staging: xgifb: Replace explicit NULL comparisonNamrata A Shettar1-1/+1
2016-03-29staging: xgifb: fix bare use of 'unsigned'Clifton Barnes1-2/+3
2016-03-11Staging: xgifb: remove useless blank linesBen Marsh1-4/+0
2016-02-11staging: xgifb: Remove unneeded parenthesesJanani Ravichandran1-10/+10
2016-02-07staging: xgifb: Don't use multiple blank linesBenoit Hiller1-2/+0
2015-10-24staging: xgifb: make XGIfb_has_VB return booleanGeliang Tang1-3/+3
2015-07-31staging/xgifb: fix dumpVGAReg compile error if DEBUG is setPeter Huewe1-4/+4
2015-07-14staging: xgifb: prefer using the BIT macroHari Prasath Gujulan Elango1-2/+2
2015-05-31staging: xgifb: use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez1-21/+6
2015-03-06staging: xgifb: remove extra parentheses around right bit shift operationsAya Mahfouz1-3/+3
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