summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/vb_init.c
AgeCommit message (Expand)Author
2011-04-25Staging: xgifb: Fixed lots of coding style issues.Kenji Toyama
2011-03-14staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and()Aaro Koskinen
2011-03-14staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()Aaro Koskinen
2011-03-14staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or()Aaro Koskinen
2011-03-14staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get()Aaro Koskinen
2011-03-14staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set()Aaro Koskinen
2011-03-14staging: xgifb: replace XGINew_SetReg4() with outl()Aaro Koskinen
2011-03-14staging: xgifb: replace XGINew_SetReg3() with outb()Aaro Koskinen
2011-03-14staging: xgifb: replace XGINew_GetReg3() with inl()Aaro Koskinen
2011-03-14staging: xgifb: replace DelayUS() with udelay()Aaro Koskinen
2011-03-14staging: xgifb: use mdelay() for millisecond delaysAaro Koskinen
2011-03-14staging: xgifb: eliminate redudant chip type >= XG40 checksAaro Koskinen
2011-03-14staging: xgifb: delete dead code for chip types < XG40Aaro Koskinen
2011-03-14staging: xgifb: vb_init: move functions to avoid forward declarationsAaro Koskinen
2011-03-09staging: xgifb: vb_init: make internal functions staticAaro Koskinen
2011-03-09staging: xgifb: vb_init: delete unused functionsAaro Koskinen
2011-03-09staging: xgifb: vb_init: delete redundant declarationsAaro Koskinen
2011-03-09staging: xgifb: delete bIntegratedMMEnabledAaro Koskinen
2011-03-09staging: xgifb: delete bSkipSenseAaro Koskinen
2011-02-23staging: xgifb: delete dead code for skipping the video memory sizingAaro Koskinen
2010-09-04Staging: xgifb: fixed many style issues in vb_init.cPrashant P. Shah
2010-08-31Staging: xgifb: fix lots of sparse warningsRandy Dunlap
2010-06-22Staging: xgifb: Remove typedefs in vb_struct.hBill Pemberton
2010-06-22Staging: xgifb: Remove XGI_HW_DEVICE_INFO and PXGI_HW_DEVICE_INFO typedefsBill Pemberton
2010-06-22Staging: xgifb: Remove XGI_DSReg and PXGI_DSReg typedefsBill Pemberton
2010-06-22Staging: xgifb: Remove SHORT, UCHAR, and LONG typedefBill Pemberton
2010-06-22Staging: xgifb: Remove USHORT, ULONG, BOOLEAN, and VOID typedefsBill Pemberton
2010-06-22Staging: xgifb: Remove unused codeBill Pemberton
2010-06-22Staging: xgifb: Remove PUSHORT, PLONGU, and PVOID typedefsBill Pemberton
2010-06-22Staging: xgifb: Remove PUCHAR typedefBill Pemberton
2010-06-22Staging: xgifb: Remove defines for TRUE, FALSE, and NULLBill Pemberton
2010-06-22Staging: xgifb: Remove port macros in osdef.hBill Pemberton
2010-06-22Staging: xgifb: Remove XGI_SetMemory and XGI_MemoryCopyBill Pemberton
2010-06-22Staging: xgifb: Remove use of LINUX_KERNEL defineBill Pemberton
2010-06-22Staging: xgifb: Remove use of LINUX_XF86 defineBill Pemberton
2010-06-22Staging: xgifb: Remove code for WIN2000Bill Pemberton
2010-06-18Staging: XGI: remove duplicated #includeHuang Weiyi
2010-06-04staging: Add framebuffer driver for XGI chipsetsapatard@mandriva.com