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