aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_setmode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-16staging: xgifb: fix alignment for if argumentsGargi Sharma1-1/+1
2016-09-16staging: xgifb: remove blank line before closing braceGargi Sharma1-7/+0
2016-09-16staging: xgifb: add spaces around |Gargi Sharma1-1/+1
2016-09-16staging: xgifb: remove blank line after open braceGargi Sharma1-6/+0
2016-09-16staging: xgifb: remove unnecessary parenthesesGargi Sharma1-16/+16
2016-09-16staging: xgifb: move AND operator for logical continuationGargi Sharma1-4/+4
2016-03-30staging: xgifb: fix block commentsClifton Barnes1-1/+2
2016-03-29staging: xgifb: fix code indentClifton Barnes1-4/+4
2016-03-28staging: xgifb: remove extra braces from if stmt (single branch)Nicholas Sim1-4/+4
2016-03-28staging: xgifb: ensure braces on all arms of if stmtNicholas Sim1-1/+2
2016-03-11staging: xgifb: Avoid multiple blank linesRehas Sachdeva1-1/+0
2016-02-11staging: xgifb: Remove unneeded parenthesesJanani Ravichandran1-7/+7
2016-02-11Staging: xgifb: Remove unnecessary blank linesBhumika Goyal1-6/+0
2016-02-11Staging: xgifb: Remove space after type castBhumika Goyal1-11/+11
2015-05-31staging: xgifb: use swap() in XGI_WriteDAC()Fabian Frederick1-13/+6
2015-05-31Staging: xgifb: vb_setmode: Fixed spelling errorColin Cronin1-1/+1
2015-02-26staging: xgifb: rewrite the right hand side of an assignmentAya Mahfouz1-70/+70
2014-10-27staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye1-1/+1
2014-09-06staging: xgifb: remove unnecessary elseThomas Gummerer1-2/+1
2014-05-24Staging: xgifb: Fixed a code-style warningChaitanya Hazarey1-0/+1
2014-04-25staging: xgifb coding style cleanupVitor Braga1-0/+2
2013-10-30Staging: xgifb: fix braces {} are not necessary for any arm of this statementEbru Akagunduz1-3/+2
2013-10-07Staging: xgifb: braces {} are not necessary for single statement in vb_setmodeEbru Akagunduz1-4/+2
2013-07-23staging: xgifb: delete unused "pVBInfo" parametersAaro Koskinen1-15/+10
2013-07-23staging: xgifb: delete unused "RefreshRateTableIndex" parametersAaro Koskinen1-27/+17
2013-07-23staging: xgifb: delete unused "HwDeviceExtension" parametersAaro Koskinen1-54/+24
2013-07-23staging: xgifb: delete unused "ModeIdIndex" parametersAaro Koskinen1-23/+14
2013-07-23staging: xgifb: delete unused "ModeNo" parametersAaro Koskinen1-134/+107
2013-05-30staging: xgifb: vb_setmode: delete IF_DEF_CRT2Monitor checksAaro Koskinen1-14/+5
2013-05-30staging: xgifb: vb_setmode: delete IF_DEF_HiVision checksAaro Koskinen1-25/+14
2013-05-30staging: xgifb: vb_setmode: delete IF_DEF_YPbPr checksAaro Koskinen1-41/+26
2013-05-30staging: xgifb: delete redundant return statementsAaro Koskinen1-14/+1
2013-05-30staging: xgifb: XGI_DisableBridge(): delete redundant checksAaro Koskinen1-11/+4
2013-05-30staging: xgifb: XGI_EnableChISLCD(): delete trivial functionAaro Koskinen1-28/+5
2013-05-30staging: xgifb: SetFlag: delete EnableChAAaro Koskinen1-18/+3
2013-05-30staging: xgifb: SetFlag: delete DisableChAAaro Koskinen1-24/+11
2013-05-30staging: xgifb: SetFlag: delete EnableChBAaro Koskinen1-14/+4
2013-05-30staging: xgifb: SetFlag: delete DisableChBAaro Koskinen1-33/+19
2013-05-30staging: xgifb: SetFlag: delete GatingCRTAaro Koskinen1-16/+3
2013-05-30staging: xgifb: XGI_SetCRT1VCLK(): avoid copy-pasteAaro Koskinen1-10/+4
2013-05-30staging: xgifb: XGI_GetRatePtrCRT2(): delete IF_DEF_LVDS checkAaro Koskinen1-8/+3
2013-05-30staging: xgifb: XGI_AjustCRT2Rate(): delete IF_DEF_LVDS checkAaro Koskinen1-55/+34
2013-05-30staging: xgifb: call XGI_GetVBType from InitTo330PointerAaro Koskinen1-3/+3
2013-05-30staging: xgifb: XGI_GetVBType(): delete IF_DEF_LVDS checkAaro Koskinen1-3/+0
2013-05-30staging: xgifb: refactor XGI_BridgeIsOn()Aaro Koskinen1-15/+0
2013-05-17staging/xgifb: Remove dead assignments/incrementsPeter Huewe1-19/+1
2013-05-16staging/xgifb: Fix always false condition in vb_setmode.c (smatch)Peter Huewe1-1/+1
2013-03-28staging: xgifb: rename SR15/SR13 arrays to SR18Aaro Koskinen1-2/+2
2013-02-15staging/xgifb: Remove duplicated code in loops.Peter Huewe1-8/+3
2013-02-15staging/xgifb: Consolidate return pathsPeter Huewe1-3/+1