aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_init.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: xgifb: Fixed lots of coding style issues.Kenji Toyama2011-04-251-161/+366
* staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and()Aaro Koskinen2011-03-141-2/+2
* staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()Aaro Koskinen2011-03-141-17/+17
* staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or()Aaro Koskinen2011-03-141-6/+6
* staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get()Aaro Koskinen2011-03-141-49/+49
* staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set()Aaro Koskinen2011-03-141-292/+292
* staging: xgifb: replace XGINew_SetReg4() with outl()Aaro Koskinen2011-03-141-4/+4
* staging: xgifb: replace XGINew_SetReg3() with outb()Aaro Koskinen2011-03-141-1/+1
* staging: xgifb: replace XGINew_GetReg3() with inl()Aaro Koskinen2011-03-141-4/+4
* staging: xgifb: replace DelayUS() with udelay()Aaro Koskinen2011-03-141-44/+39
* staging: xgifb: use mdelay() for millisecond delaysAaro Koskinen2011-03-141-3/+3
* staging: xgifb: eliminate redudant chip type >= XG40 checksAaro Koskinen2011-03-141-41/+29
* staging: xgifb: delete dead code for chip types < XG40Aaro Koskinen2011-03-141-8/+1
* staging: xgifb: vb_init: move functions to avoid forward declarationsAaro Koskinen2011-03-141-447/+428
* staging: xgifb: vb_init: make internal functions staticAaro Koskinen2011-03-091-25/+26
* staging: xgifb: vb_init: delete unused functionsAaro Koskinen2011-03-091-1014/+0
* staging: xgifb: vb_init: delete redundant declarationsAaro Koskinen2011-03-091-21/+0
* staging: xgifb: delete bIntegratedMMEnabledAaro Koskinen2011-03-091-3/+0
* staging: xgifb: delete bSkipSenseAaro Koskinen2011-03-091-23/+21
* staging: xgifb: delete dead code for skipping the video memory sizingAaro Koskinen2011-02-231-20/+3
* Staging: xgifb: fixed many style issues in vb_init.cPrashant P. Shah2010-09-041-2746/+2220
* Staging: xgifb: fix lots of sparse warningsRandy Dunlap2010-08-311-45/+63
* Staging: xgifb: Remove typedefs in vb_struct.hBill Pemberton2010-06-221-81/+82
* Staging: xgifb: Remove XGI_HW_DEVICE_INFO and PXGI_HW_DEVICE_INFO typedefsBill Pemberton2010-06-221-44/+44
* Staging: xgifb: Remove XGI_DSReg and PXGI_DSReg typedefsBill Pemberton2010-06-221-1/+1
* Staging: xgifb: Remove SHORT, UCHAR, and LONG typedefBill Pemberton2010-06-221-48/+50
* Staging: xgifb: Remove USHORT, ULONG, BOOLEAN, and VOID typedefsBill Pemberton2010-06-221-141/+175
* Staging: xgifb: Remove unused codeBill Pemberton2010-06-221-198/+0
* Staging: xgifb: Remove PUSHORT, PLONGU, and PVOID typedefsBill Pemberton2010-06-221-36/+36
* Staging: xgifb: Remove PUCHAR typedefBill Pemberton2010-06-221-6/+6
* Staging: xgifb: Remove defines for TRUE, FALSE, and NULLBill Pemberton2010-06-221-24/+19
* Staging: xgifb: Remove port macros in osdef.hBill Pemberton2010-06-221-1/+0
* Staging: xgifb: Remove XGI_SetMemory and XGI_MemoryCopyBill Pemberton2010-06-221-2/+0
* Staging: xgifb: Remove use of LINUX_KERNEL defineBill Pemberton2010-06-221-17/+1
* Staging: xgifb: Remove use of LINUX_XF86 defineBill Pemberton2010-06-221-9/+2
* Staging: xgifb: Remove code for WIN2000Bill Pemberton2010-06-221-28/+0
* Staging: XGI: remove duplicated #includeHuang Weiyi2010-06-181-1/+0
* staging: Add framebuffer driver for XGI chipsetsapatard@mandriva.com2010-06-041-0/+3444