aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_setmode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-15staging/xgifb: Remove code without effectPeter Huewe1-8/+1
2013-02-15staging/xgifb: Remove unnecessary castsPeter Huewe1-35/+31
2013-02-15staging/xgifb: Consolidate if/else if with identical code branchesPeter Huewe1-5/+2
2013-02-08staging: xgifb: XGI_SetDelayComp(): delete IF_DEF_LVDS checkAaro Koskinen1-10/+0
2013-02-08staging: xgifb: XGI_GetCRT2ResInfo(): delete IF_DEF_LVDS checkAaro Koskinen1-25/+23
2013-02-08staging: xgifb: XGI_GetLCDInfo(): delete IF_DEF_LVDS checkAaro Koskinen1-15/+12
2013-02-08staging: xgifb: XGI_GetTVInfo(): delete IF_DEF_LVDS checksAaro Koskinen1-28/+19
2013-02-08staging: xgifb: XGI_GetVBInfo(): delete IF_DEF_LVDS checkAaro Koskinen1-69/+35
2013-02-08staging: xgifb: XGI_GetVCLK2Ptr(): delete IF_DEF_LVDS checkAaro Koskinen1-41/+30
2013-02-05staging/xgifb: Consolidate if branches with similar conditionsPeter Huewe1-11/+2
2013-02-05staging/xgifb: Consolidate if/else for 'identical' branchesPeter Huewe1-25/+6
2013-02-04staging/xgifb: Simplify XGISetModeNewPeter Huewe1-15/+3
2013-02-04staging/xgifb: Consolidate XGI_EnableChISLCD and XGI_DisableChISLCDPeter Huewe1-35/+13
2013-02-04staging/xgifb: Remove unnecessary bitshifts in XGI_SetCRT1ModeRegsPeter Huewe1-4/+2
2013-02-04staging/xgifb: Simplify XGI_SetSeqRegsPeter Huewe1-17/+6
2013-02-04staging/xgifb: Simplify XGI_GetRatePtrCRT2Peter Huewe1-12/+4
2013-02-03staging/xgifb: remove unused variablesPeter Huewe1-11/+8