summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-021-76/+2
|\
| * staging: xgifb: drop XG41 codeAaro Koskinen2012-04-101-75/+1
| * staging/xgifb: simplify vga I/O ports handlingDmitry Eremin-Solenikov2012-04-101-1/+1
* | staging/xgifb: fix display on XGI Volari Z11m cardsDmitry Eremin-Solenikov2012-04-101-1/+1
|/
* staging/xgifb: Rename remaining sis initdef.h defines and remove duplicatesPeter Huewe2012-02-101-7/+7
* staging/xgifb: Rename Set* defines and remove duplicated definesPeter Huewe2012-02-101-2/+2
* staging/xgifb: Include sis headersPeter Huewe2012-02-091-1/+1
* staging: xgifb: enable forcecrt2type on XG21Aaro Koskinen2011-12-081-1/+7
* staging: xgifb: move XGI21_LVDSCapStruct into xgifb_video_infoAaro Koskinen2011-12-081-5/+6
* staging: xgifb: disable LVDS on XG27Aaro Koskinen2011-12-081-1/+0
* staging: xgifb: ReadVBIOSTablData(): rename to xgifb_read_vbios()Aaro Koskinen2011-12-081-3/+2
* staging: xgifb: ReadVBIOSTablData(): copy only a single LVDS entryAaro Koskinen2011-12-081-26/+27
* staging: xgifb: ReadVBIOSTablData(): check the BIOS sizeAaro Koskinen2011-12-081-7/+21
* staging: xgifb: use u8 for video BIOS dataAaro Koskinen2011-12-081-3/+3
* staging: xgifb: delete ROMAddrAaro Koskinen2011-12-081-10/+0
* staging: xgifb: move video BIOS handling completely to ReadVBIOSTablData()Aaro Koskinen2011-12-081-5/+39
* staging: xgifb: XGINew_GetXG21Sense(): eliminate video BIOS accessAaro Koskinen2011-12-081-6/+1
* staging: xgifb: ReadVBIOSTablData(): use a pointer to access the arrayAaro Koskinen2011-12-081-26/+19
* staging: xgifb: ReadVBIOSTablData(): rename pVideoMemoryAaro Koskinen2011-12-081-29/+20
* staging: xgifb: ReadVBIOSTablData(): use ARRAY_SIZEAaro Koskinen2011-12-081-3/+1
* staging: xgifb: ReadVBIOSTablData(): rearrange code to avoid nestingAaro Koskinen2011-12-081-60/+51
* staging: xgifb: ReadVBIOSTablData(): avoid duplicating codeAaro Koskinen2011-12-081-70/+27
* staging: xgifb: delete vb_ext.{c,h}Aaro Koskinen2011-11-261-1/+0
* staging: xgifb: move XGINew_SenseLCD() to vb_init.cAaro Koskinen2011-11-261-0/+44
* staging: xgifb: make RAM type tables constAaro Koskinen2011-10-121-5/+5
* staging: xgifb: move XGINew_DataBusWidth into vb_device_infoAaro Koskinen2011-10-121-17/+15
* staging: xgifb: move XGINew_ChannelAB into vb_device_infoAaro Koskinen2011-10-121-26/+26
* staging: xgifb: move XGINew_RAMType into vb_device_infoAaro Koskinen2011-10-121-57/+71
* staging: xgifb: rename struct video_info to xgifb_video_infoAaro Koskinen2011-10-121-1/+1
* staging: xgifb: inline XGIfb_query_VGA_config_space()Aaro Koskinen2011-10-121-7/+8
* staging: xgifb: vb_init: use readl()/writel() to access iomapped memoryAaro Koskinen2011-09-161-5/+5
* staging: xgifb: unify #include orderAaro Koskinen2011-09-161-2/+1
* staging: xgifb: delete support for Chrontel 7007 TV outputAaro Koskinen2011-09-061-9/+0
* Remove unneeded version.h includes from drivers/staging/xgifb/Jesper Juhl2011-07-051-1/+0
* 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
OpenPOWER on IntegriCloud