aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sis (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22sisfb: add support for XGI Z9 DDR2 POSTAaro Koskinen1-9/+68
2011-03-22sisfb: move XGI POST DDR2 bootup code into subroutinesAaro Koskinen1-55/+84
2011-03-22sisfb: add RAM type detection for XGI Z9Aaro Koskinen1-1/+7
2011-03-22sisfb: add subroutine for detecting XGI Z9Aaro Koskinen3-0/+20
2011-03-22sisfb: move XGI POST RAM type detection into a subroutineAaro Koskinen1-22/+35
2011-03-22sisfb: POST should fail if R/W test failsAaro Koskinen1-5/+17
2010-12-22sisfb: eliminate compiler warningsAaro Koskinen2-3/+3
2010-12-22sisfb: delete unused register I/O macrosAaro Koskinen1-53/+1
2010-12-22sisfb: replace setSISIDXREG with SiS_SetRegANDORAaro Koskinen1-47/+47
2010-12-22sisfb: replace andSISIDXREG with SiS_SetRegANDAaro Koskinen1-33/+33
2010-12-22sisfb: replace orSISIDXREG with SiS_SetRegORAaro Koskinen1-36/+36
2010-12-22sisfb: replace outSISIDXREG with SiS_SetRegAaro Koskinen1-315/+315
2010-12-22sisfb: replace inSISIDXREG with SiS_GetRegAaro Koskinen1-128/+128
2010-12-22sisfb: replace outSISREG with SiS_SetRegByteAaro Koskinen1-10/+10
2010-12-22sisfb: replace inSISREG with SiS_GetRegByteAaro Koskinen1-9/+9
2010-12-22sisfb: change register I/O functions to use fixed size typesAaro Koskinen2-32/+32
2010-12-22sisfb: remove duplicate function declarationsAaro Koskinen3-25/+14
2010-12-22sisfb: delete HAVE_CONFIG_H checksAaro Koskinen2-8/+0
2010-12-22sisfb: eliminate unused variable compiler warningAaro Koskinen1-14/+16
2010-11-24sisfb: delete osdef.hAaro Koskinen5-65/+0
2010-11-24sisfb: move the CONFIG warning to sis_main.cAaro Koskinen2-5/+5
2010-11-24sisfb: replace SiS_SetMemory with memset_ioAaro Koskinen2-4/+2
2010-11-24sisfb: remove InPort/OutPort wrappersAaro Koskinen2-40/+10
2010-11-24sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315HAaro Koskinen6-201/+193
2010-11-24sisfb: delete redudant #define SIS_LINUX_KERNELAaro Koskinen7-116/+0
2010-11-24sisfb: delete dead SIS_XORG_XF86 codeAaro Koskinen7-788/+0
2010-11-24sisfb: delete fallback code for pci_map_rom()Aaro Koskinen1-17/+0
2010-11-24sisfb: delete obsolete PCI ROM bug workaroundAaro Koskinen1-8/+0
2010-11-10sisfb: limit POST memory test according to PCI resource lengthAaro Koskinen1-2/+6
2010-09-22drivers/video/sis/sis_main.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+3
2010-05-25sis: strcpy() => strlcpy()Dan Carpenter1-1/+1
2010-03-12fbdev: remove obsolete CONFIG_FB_SOFT_CURSORChristoph Egger1-3/+0
2009-12-16fbdev: TV_PALN bit set twice in sisfb_detect_VB_connect()Roel Kluin1-1/+1
2009-09-23sisfb: change SiS_DDC_Port type to SISIOADDRESSAaro Koskinen1-1/+1
2009-09-23sisfb: read buffer overflowRoel Kluin1-2/+2
2009-07-06sisfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-1/+0
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt1-0/+2
2009-06-16fbdev: use framebuffer_release() for freeing fb_info structuresKrzysztof Helt1-2/+2
2009-04-13sisfb: fix color component length for pseudocolor modesMichal Januszewski1-1/+1
2008-07-24video/sis/: remove compat codeAdrian Bunk9-62/+17
2008-05-23fbdev: fix integer as NULL pointer warningHarvey Harrison1-1/+1
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-06drivers/video: remove unnecessary pci_dev_putJulia Lawall1-1/+1
2008-02-06fix ! versus & precedence in various placesAlexey Dobriyan1-1/+1
2008-02-01USB: sisusb: *_ioctl32_conversion functions do not exist in recent kernelsFernando Luis Vázquez Cao2-56/+0
2007-11-14video/sis/: fix negative array indexAdrian Bunk1-1/+2
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt1-1/+1
2007-07-17sisfb: fix pseudo_palette array size and overrunAntonino A. Daplas2-1/+7
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-1/+1
2007-05-08drivers/video/sis/: remove more kernel 2.4 codeAdrian Bunk3-138/+22