aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sis
Commit message (Expand)AuthorAgeFilesLines
* sisfb: add support for XGI Z9 DDR2 POSTAaro Koskinen2011-03-221-9/+68
* sisfb: move XGI POST DDR2 bootup code into subroutinesAaro Koskinen2011-03-221-55/+84
* sisfb: add RAM type detection for XGI Z9Aaro Koskinen2011-03-221-1/+7
* sisfb: add subroutine for detecting XGI Z9Aaro Koskinen2011-03-223-0/+20
* sisfb: move XGI POST RAM type detection into a subroutineAaro Koskinen2011-03-221-22/+35
* sisfb: POST should fail if R/W test failsAaro Koskinen2011-03-221-5/+17
* sisfb: eliminate compiler warningsAaro Koskinen2010-12-222-3/+3
* sisfb: delete unused register I/O macrosAaro Koskinen2010-12-221-53/+1
* sisfb: replace setSISIDXREG with SiS_SetRegANDORAaro Koskinen2010-12-221-47/+47
* sisfb: replace andSISIDXREG with SiS_SetRegANDAaro Koskinen2010-12-221-33/+33
* sisfb: replace orSISIDXREG with SiS_SetRegORAaro Koskinen2010-12-221-36/+36
* sisfb: replace outSISIDXREG with SiS_SetRegAaro Koskinen2010-12-221-315/+315
* sisfb: replace inSISIDXREG with SiS_GetRegAaro Koskinen2010-12-221-128/+128
* sisfb: replace outSISREG with SiS_SetRegByteAaro Koskinen2010-12-221-10/+10
* sisfb: replace inSISREG with SiS_GetRegByteAaro Koskinen2010-12-221-9/+9
* sisfb: change register I/O functions to use fixed size typesAaro Koskinen2010-12-222-32/+32
* sisfb: remove duplicate function declarationsAaro Koskinen2010-12-223-25/+14
* sisfb: delete HAVE_CONFIG_H checksAaro Koskinen2010-12-222-8/+0
* sisfb: eliminate unused variable compiler warningAaro Koskinen2010-12-221-14/+16
* sisfb: delete osdef.hAaro Koskinen2010-11-245-65/+0
* sisfb: move the CONFIG warning to sis_main.cAaro Koskinen2010-11-242-5/+5
* sisfb: replace SiS_SetMemory with memset_ioAaro Koskinen2010-11-242-4/+2
* sisfb: remove InPort/OutPort wrappersAaro Koskinen2010-11-242-40/+10
* sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315HAaro Koskinen2010-11-246-201/+193
* sisfb: delete redudant #define SIS_LINUX_KERNELAaro Koskinen2010-11-247-116/+0
* sisfb: delete dead SIS_XORG_XF86 codeAaro Koskinen2010-11-247-788/+0
* sisfb: delete fallback code for pci_map_rom()Aaro Koskinen2010-11-241-17/+0
* sisfb: delete obsolete PCI ROM bug workaroundAaro Koskinen2010-11-241-8/+0
* sisfb: limit POST memory test according to PCI resource lengthAaro Koskinen2010-11-101-2/+6
* drivers/video/sis/sis_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-221-0/+3
* sis: strcpy() => strlcpy()Dan Carpenter2010-05-251-1/+1
* fbdev: remove obsolete CONFIG_FB_SOFT_CURSORChristoph Egger2010-03-121-3/+0
* fbdev: TV_PALN bit set twice in sisfb_detect_VB_connect()Roel Kluin2009-12-161-1/+1
* sisfb: change SiS_DDC_Port type to SISIOADDRESSAaro Koskinen2009-09-231-1/+1
* sisfb: read buffer overflowRoel Kluin2009-09-231-2/+2
* sisfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt2009-07-061-1/+0
* fbdev: add mutex for fb_mmap lockingKrzysztof Helt2009-06-301-0/+2
* fbdev: use framebuffer_release() for freeing fb_info structuresKrzysztof Helt2009-06-161-2/+2
* sisfb: fix color component length for pseudocolor modesMichal Januszewski2009-04-131-1/+1
* video/sis/: remove compat codeAdrian Bunk2008-07-249-62/+17
* fbdev: fix integer as NULL pointer warningHarvey Harrison2008-05-231-1/+1
* video: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* drivers/video: remove unnecessary pci_dev_putJulia Lawall2008-02-061-1/+1
* fix ! versus & precedence in various placesAlexey Dobriyan2008-02-061-1/+1
* USB: sisusb: *_ioctl32_conversion functions do not exist in recent kernelsFernando Luis Vázquez Cao2008-02-012-56/+0
* video/sis/: fix negative array indexAdrian Bunk2007-11-141-1/+2
* fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt2007-10-161-1/+1
* sisfb: fix pseudo_palette array size and overrunAntonino A. Daplas2007-07-172-1/+7
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-1/+1
* drivers/video/sis/: remove more kernel 2.4 codeAdrian Bunk2007-05-083-138/+22