summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_setmode.c
Commit message (Expand)AuthorAgeFilesLines
* staging: xgifb: vb_setmode.c Align match parenthesisWalt Feasel2016-11-191-158/+141Star
* staging: xgifb: vb_setmode.c Logical continuationWalt Feasel2016-11-191-2/+2
* staging: xgifb: vb_setmode.c Space after castWalt Feasel2016-11-191-70/+69Star
* staging: xgifb: vb_setmode.c Braces single statement blocksWalt Feasel2016-11-191-4/+2Star
* staging: xgifb: vb_setmode.c Space around operatorWalt Feasel2016-11-191-1/+1
* staging: xgifb: vb_setmode.c Comment style modificationsWalt Feasel2016-11-191-117/+117
* staging: xgifb: vb_setmode.c Comment Spelling correctionWalt Feasel2016-11-191-2/+2
* staging: xgifb: Remove unnecessary parentheses.Elise Lennion2016-10-241-8/+8
* staging: xgifb: Compress return logic into one line.Elise Lennion2016-10-171-6/+3Star
* staging: xgifb: fix alignment for if argumentsGargi Sharma2016-09-161-1/+1
* staging: xgifb: remove blank line before closing braceGargi Sharma2016-09-161-7/+0Star
* staging: xgifb: add spaces around |Gargi Sharma2016-09-161-1/+1
* staging: xgifb: remove blank line after open braceGargi Sharma2016-09-161-6/+0Star
* staging: xgifb: remove unnecessary parenthesesGargi Sharma2016-09-161-16/+16
* staging: xgifb: move AND operator for logical continuationGargi Sharma2016-09-161-4/+4
* staging: xgifb: fix block commentsClifton Barnes2016-03-311-1/+2
* staging: xgifb: fix code indentClifton Barnes2016-03-291-4/+4
* staging: xgifb: remove extra braces from if stmt (single branch)Nicholas Sim2016-03-281-4/+4
* staging: xgifb: ensure braces on all arms of if stmtNicholas Sim2016-03-281-1/+2
* staging: xgifb: Avoid multiple blank linesRehas Sachdeva2016-03-121-1/+0Star
* staging: xgifb: Remove unneeded parenthesesJanani Ravichandran2016-02-121-7/+7
* Staging: xgifb: Remove unnecessary blank linesBhumika Goyal2016-02-121-6/+0Star
* Staging: xgifb: Remove space after type castBhumika Goyal2016-02-121-11/+11
* staging: xgifb: use swap() in XGI_WriteDAC()Fabian Frederick2015-05-311-13/+6Star
* Staging: xgifb: vb_setmode: Fixed spelling errorColin Cronin2015-05-311-1/+1
* staging: xgifb: rewrite the right hand side of an assignmentAya Mahfouz2015-02-271-70/+70
* staging: remove unneeded parentheses around the right hand side of an assignmentJiayi Ye2014-10-271-1/+1
* staging: xgifb: remove unnecessary elseThomas Gummerer2014-09-071-2/+1Star
* Staging: xgifb: Fixed a code-style warningChaitanya Hazarey2014-05-231-0/+1
* staging: xgifb coding style cleanupVitor Braga2014-04-261-0/+2
* Staging: xgifb: fix braces {} are not necessary for any arm of this statementEbru Akagunduz2013-10-301-3/+2Star
* Staging: xgifb: braces {} are not necessary for single statement in vb_setmodeEbru Akagunduz2013-10-081-4/+2Star
* staging: xgifb: delete unused "pVBInfo" parametersAaro Koskinen2013-07-241-15/+10Star
* staging: xgifb: delete unused "RefreshRateTableIndex" parametersAaro Koskinen2013-07-241-27/+17Star
* staging: xgifb: delete unused "HwDeviceExtension" parametersAaro Koskinen2013-07-241-54/+24Star
* staging: xgifb: delete unused "ModeIdIndex" parametersAaro Koskinen2013-07-241-23/+14Star
* staging: xgifb: delete unused "ModeNo" parametersAaro Koskinen2013-07-241-134/+107Star
* staging: xgifb: vb_setmode: delete IF_DEF_CRT2Monitor checksAaro Koskinen2013-05-301-14/+5Star
* staging: xgifb: vb_setmode: delete IF_DEF_HiVision checksAaro Koskinen2013-05-301-25/+14Star
* staging: xgifb: vb_setmode: delete IF_DEF_YPbPr checksAaro Koskinen2013-05-301-41/+26Star
* staging: xgifb: delete redundant return statementsAaro Koskinen2013-05-301-14/+1Star
* staging: xgifb: XGI_DisableBridge(): delete redundant checksAaro Koskinen2013-05-301-11/+4Star
* staging: xgifb: XGI_EnableChISLCD(): delete trivial functionAaro Koskinen2013-05-301-28/+5Star
* staging: xgifb: SetFlag: delete EnableChAAaro Koskinen2013-05-301-18/+3Star
* staging: xgifb: SetFlag: delete DisableChAAaro Koskinen2013-05-301-24/+11Star
* staging: xgifb: SetFlag: delete EnableChBAaro Koskinen2013-05-301-14/+4Star
* staging: xgifb: SetFlag: delete DisableChBAaro Koskinen2013-05-301-33/+19Star
* staging: xgifb: SetFlag: delete GatingCRTAaro Koskinen2013-05-301-16/+3Star
* staging: xgifb: XGI_SetCRT1VCLK(): avoid copy-pasteAaro Koskinen2013-05-301-10/+4Star
* staging: xgifb: XGI_GetRatePtrCRT2(): delete IF_DEF_LVDS checkAaro Koskinen2013-05-301-8/+3Star