aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sis/sis_main.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-20/+10
* 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-221-0/+18
* 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-221-1/+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: eliminate unused variable compiler warningAaro Koskinen2010-12-221-14/+16
* sisfb: move the CONFIG warning to sis_main.cAaro Koskinen2010-11-241-0/+5
* 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: 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-241-34/+10
* fbdev: fix integer as NULL pointer warningHarvey Harrison2008-05-231-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-011-48/+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-171-0/+6
* 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-081-85/+20
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] drivers/video/sis: Convert to generic booleanRichard Knutsson2007-02-121-107/+107
* [PATCH] drivers/video/sis/sis_main.c: removal of old codeMichal Piotrowski2006-10-031-229/+3
* [PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl2006-07-101-1/+1
* [PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl2006-07-101-0/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] fbdev: cleanup the CONFIG_VIDEO_SELECT messAdrian Bunk2006-06-261-1/+1
* [PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig2006-01-141-20/+8
* [PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas2005-11-071-0/+2
* [PATCH] sisfb updateThomas Winischhofer2005-09-091-3211/+4314
* [PATCH] make some things staticAdrian Bunk2005-05-051-2/+3