aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-13staging: xgifb: delete bogus video RAM configurationAaro Koskinen1-1/+0
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: delete redundant castsAaro Koskinen1-54/+29
2012-09-10staging: xgifb: use correct type for VBVCLKDataAaro Koskinen2-4/+4
2012-09-10staging: xgifb: delete ISXPDOSAaro Koskinen3-6/+1
2012-09-10staging: xgifb: mark constant data with constAaro Koskinen2-16/+16
2012-09-10staging: xgifb: access static data tables directlyAaro Koskinen2-43/+14
2012-09-10staging: xgifb: use "else if"Aaro Koskinen2-97/+74
2012-09-10staging: xgifb: delete XGI_LCDDataTablStructAaro Koskinen1-7/+0
2012-09-10staging: xgifb: delete LCDLenListAaro Koskinen3-33/+1
2012-09-10staging: xgifb: XGI_GetLcdPtr: delete dead codeAaro Koskinen1-8/+2
2012-09-10staging: xgifb: delete Chrontel 7017 LCD dataAaro Koskinen2-26/+0
2012-09-10staging: xgifb: use a real pointer for TV DATAPTRAaro Koskinen3-63/+17
2012-09-10staging: xgifb: use proper typing for TV dataAaro Koskinen3-30/+18
2012-09-10staging: xgifb: delete Chrontel TV dataAaro Koskinen2-50/+4
2012-09-10staging: xgifb: XGI_GetTVPtr: drop the table parameterAaro Koskinen1-100/+50
2012-09-10staging: xgifb: avoid copy-pasting LCD dataAaro Koskinen1-34/+3
2012-09-10staging: xgifb: delete redundant chip type checkAaro Koskinen1-3/+1
2012-09-10staging: xgifb: delete some unused #definesAaro Koskinen1-11/+0
2012-09-10staging: xgifb: delete IF_DEF_LCDAAaro Koskinen2-68/+37
2012-09-10staging: xgifb: delete IF_DEF_ExpLinkAaro Koskinen2-15/+0
2012-09-10staging: xgifb: replace XGI_XG21SetPanelDelay() with mdelay()Aaro Koskinen1-33/+6
2012-09-10staging: xgifb: document some LVDS data delay valuesAaro Koskinen1-4/+4
2012-08-14Staging: xgifb: fix bitwise vs logical bugDan Carpenter1-1/+1
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ómez4-37/+58
2012-07-11Staging: xgifb: Rework some conditions in XGI_SetCRT2ModeRegs().Miguel Gómez1-47/+36
2012-07-11Staging: xgifb: Rework conditions in XGI_EnableBridge().Miguel Gómez1-26/+18
2012-07-11Staging: xgifb: Rework conditions in XGI_SetLockRegs().Miguel Gómez1-18/+10
2012-07-11Staging: xgifb: Refactor XGI_GetCRT2ResInfo().Miguel Gómez1-30/+31
2012-07-11Staging: xgifb: Rework conditions in XGI_GetVBInfo().Miguel Gómez1-145/+142
2012-07-11Staging: xgifb: Refactor XGI_GetVBType().Miguel Gómez1-33/+36
2012-07-11Staging: xgifb: Refactor XGI_AjustCRT2Rate().Miguel Gómez1-48/+25
2012-07-11Staging: xgifb: Rework conditions in XGI_SetATTRegs().Miguel Gómez1-11/+8
2012-07-11Staging: xgifb: Remove useless always true condition.Miguel Gómez1-4/+0
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ómez2-19/+19
2012-07-11Staging: xgifb: Remove unused struct _chswtable.Miguel Gómez1-10/+0
2012-07-11Staging: xgifb: Remove LCDA detection in xgifb_probe().Miguel Gómez1-30/+0
2012-07-11Staging: xgifb: Remove unneeded XGI_LCD_TYPE enumeration.Miguel Gómez1-34/+0
2012-07-11Staging: xgifb: Comment cleaning.Miguel Gómez8-306/+61
2012-06-18Staging: xgifb: Replace pr_* with dev_* when possible.Miguel Gómez2-31/+45
2012-06-18Staging: xgifb: Fix sparse warnings.Miguel Gómez3-1/+3
2012-06-18Staging: xgifb: Remove printk usage.Miguel Gómez2-68/+15
2012-06-18Staging: xgifb: Remove XGIFAIL() macro and its calls.Miguel Gómez2-4/+4