aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_setmode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Remove unneeded version.h includes from drivers/staging/xgifb/Jesper Juhl1-1/+0
2011-04-25Staging: xgifb: Fixed lots of coding style issues.Kenji Toyama1-752/+1133
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-14staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and()Aaro Koskinen1-27/+27
2011-03-14staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()Aaro Koskinen1-169/+169
2011-03-14staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or()Aaro Koskinen1-36/+36
2011-03-14staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get()Aaro Koskinen1-100/+100
2011-03-14staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set()Aaro Koskinen1-351/+351
2011-03-14staging: xgifb: replace XGINew_SetReg3() with outb()Aaro Koskinen1-35/+32
2011-03-14staging: xgifb: replace XGINew_GetReg2() with inb()Aaro Koskinen1-25/+25
2011-03-14staging: xgifb: eliminate redudant chip type >= XG40 checksAaro Koskinen1-27/+5
2011-03-14staging: xgifb: delete dead code for chip types < XG40Aaro Koskinen1-214/+2
2011-03-14staging: xgifb: vb_setmode: move functions to avoid forward declarationsAaro Koskinen1-2279/+2166
2011-03-09staging: xgifb: vb_setmode: include the .h fileAaro Koskinen1-42/+1
2011-03-09staging: xgifb: vb_setmode: make internal functions staticAaro Koskinen1-196/+176
2011-02-18staging: xgifb: replace XGINew_LCD_Wait_Time() with mdelay()Aaro Koskinen1-37/+10
2011-01-20Staging: xgfib: put parenthesis in the right placeDan Carpenter1-3/+3
2010-09-08Staging: xgifb: revert a warning fix and resolve it properlyGreg Kroah-Hartman1-7/+2
2010-09-06staging: xgifb: Initialize uninitialized variablesJavier Martinez Canillas1-2/+2
2010-09-04Staging: xgifb: fixed many style issue in vb_setmode.cPrashant P. Shah1-9267/+7760
2010-08-31Staging: xgifb: fix lots of sparse warningsRandy Dunlap1-34/+29
2010-06-22Staging: xgifb: Remove typedefs in vb_struct.hBill Pemberton1-315/+317
2010-06-22Staging: xgifb: Remove XGI_HW_DEVICE_INFO and PXGI_HW_DEVICE_INFO typedefsBill Pemberton1-78/+82
2010-06-22Staging: xgifb: Remove SHORT, UCHAR, and LONG typedefBill Pemberton1-165/+185
2010-06-22Staging: xgifb: Remove USHORT, ULONG, BOOLEAN, and VOID typedefsBill Pemberton1-433/+545
2010-06-22Staging: xgifb: Remove unused codeBill Pemberton1-47/+0
2010-06-22Staging: xgifb: Remove PUSHORT, PLONGU, and PVOID typedefsBill Pemberton1-2/+2
2010-06-22Staging: xgifb: Remove defines for TRUE, FALSE, and NULLBill Pemberton1-48/+41
2010-06-22Staging: xgifb: Remove port macros in osdef.hBill Pemberton1-4/+0
2010-06-22Staging: xgifb: Remove XGI_SetMemory and XGI_MemoryCopyBill Pemberton1-2/+2
2010-06-22Staging: xgifb: Remove use of LINUX_KERNEL defineBill Pemberton1-2/+0
2010-06-22Staging: xgifb: Remove use of LINUX_XF86 defineBill Pemberton1-11/+0
2010-06-22Staging: xgifb: Remove use of TC defineBill Pemberton1-188/+0
2010-06-22Staging: xgifb: Remove code for WIN2000Bill Pemberton1-180/+0
2010-06-22Staging: xgifb: remove use of LINUX_VERSION_CODEBill Pemberton1-5/+0
2010-06-04staging: Add framebuffer driver for XGI chipsetsapatard@mandriva.com1-0/+10736