summaryrefslogtreecommitdiffstats
path: root/drivers/video/sis/sis_main.c
AgeCommit message (Expand)AuthorLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen-6844/+0
2013-10-29framebuffer: Use fb_<level>Joe Perches-2/+2
2013-09-19video: sisfb: remove unnecessary pci_set_drvdata()Jingoo Han-4/+0
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman-88/+52
2012-05-08video/sis: Annotate SiS_DRAMType as __devinitconstPeter Huewe-20/+21
2011-08-19sisfb: use display information in info not in var for panningLaurent Pinchart-20/+10
2011-03-22sisfb: add support for XGI Z9 DDR2 POSTAaro Koskinen-9/+68
2011-03-22sisfb: move XGI POST DDR2 bootup code into subroutinesAaro Koskinen-55/+84
2011-03-22sisfb: add RAM type detection for XGI Z9Aaro Koskinen-1/+7
2011-03-22sisfb: add subroutine for detecting XGI Z9Aaro Koskinen-0/+18
2011-03-22sisfb: move XGI POST RAM type detection into a subroutineAaro Koskinen-22/+35
2011-03-22sisfb: POST should fail if R/W test failsAaro Koskinen-5/+17
2010-12-22sisfb: eliminate compiler warningsAaro Koskinen-1/+1
2010-12-22sisfb: replace setSISIDXREG with SiS_SetRegANDORAaro Koskinen-47/+47
2010-12-22sisfb: replace andSISIDXREG with SiS_SetRegANDAaro Koskinen-33/+33
2010-12-22sisfb: replace orSISIDXREG with SiS_SetRegORAaro Koskinen-36/+36
2010-12-22sisfb: replace outSISIDXREG with SiS_SetRegAaro Koskinen-315/+315
2010-12-22sisfb: replace inSISIDXREG with SiS_GetRegAaro Koskinen-128/+128
2010-12-22sisfb: replace outSISREG with SiS_SetRegByteAaro Koskinen-10/+10
2010-12-22sisfb: replace inSISREG with SiS_GetRegByteAaro Koskinen-9/+9
2010-12-22sisfb: eliminate unused variable compiler warningAaro Koskinen-14/+16
2010-11-24sisfb: move the CONFIG warning to sis_main.cAaro Koskinen-0/+5
2010-11-24sisfb: delete fallback code for pci_map_rom()Aaro Koskinen-17/+0
2010-11-24sisfb: delete obsolete PCI ROM bug workaroundAaro Koskinen-8/+0
2010-11-10sisfb: limit POST memory test according to PCI resource lengthAaro Koskinen-2/+6
2010-09-22drivers/video/sis/sis_main.c: prevent reading uninitialized stack memoryDan Rosenberg-0/+3
2010-05-25sis: strcpy() => strlcpy()Dan Carpenter-1/+1
2010-03-12fbdev: remove obsolete CONFIG_FB_SOFT_CURSORChristoph Egger-3/+0
2009-12-16fbdev: TV_PALN bit set twice in sisfb_detect_VB_connect()Roel Kluin-1/+1
2009-09-23sisfb: read buffer overflowRoel Kluin-2/+2
2009-07-06sisfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt-1/+0
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt-0/+2
2009-06-16fbdev: use framebuffer_release() for freeing fb_info structuresKrzysztof Helt-2/+2
2009-04-13sisfb: fix color component length for pseudocolor modesMichal Januszewski-1/+1
2008-07-24video/sis/: remove compat codeAdrian Bunk-34/+10
2008-05-23fbdev: fix integer as NULL pointer warningHarvey Harrison-1/+1
2008-02-06drivers/video: remove unnecessary pci_dev_putJulia Lawall-1/+1
2008-02-06fix ! versus & precedence in various placesAlexey Dobriyan-1/+1
2008-02-01USB: sisusb: *_ioctl32_conversion functions do not exist in recent kernelsFernando Luis Vázquez Cao-48/+0
2007-11-14video/sis/: fix negative array indexAdrian Bunk-1/+2
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt-1/+1
2007-07-17sisfb: fix pseudo_palette array size and overrunAntonino A. Daplas-0/+6
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok-1/+1
2007-05-08drivers/video/sis/: remove more kernel 2.4 codeAdrian Bunk-85/+20
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-02-12[PATCH] drivers/video/sis: Convert to generic booleanRichard Knutsson-107/+107
2006-10-03[PATCH] drivers/video/sis/sis_main.c: removal of old codeMichal Piotrowski-229/+3
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl-1/+1
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl-0/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0