aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sis/sis_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-6844/+0
2013-10-29framebuffer: Use fb_<level>Joe Perches1-2/+2
2013-09-19video: sisfb: remove unnecessary pci_set_drvdata()Jingoo Han1-4/+0
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-88/+52
2012-05-08video/sis: Annotate SiS_DRAMType as __devinitconstPeter Huewe1-20/+21
2011-08-19sisfb: use display information in info not in var for panningLaurent Pinchart1-20/+10
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 Koskinen1-0/+18
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 Koskinen1-1/+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: eliminate unused variable compiler warningAaro Koskinen1-14/+16
2010-11-24sisfb: move the CONFIG warning to sis_main.cAaro Koskinen1-0/+5
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: 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 Bunk1-34/+10
2008-05-23fbdev: fix integer as NULL pointer warningHarvey 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 Cao1-48/+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. Daplas1-0/+6
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 Bunk1-85/+20
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] drivers/video/sis: Convert to generic booleanRichard Knutsson1-107/+107
2006-10-03[PATCH] drivers/video/sis/sis_main.c: removal of old codeMichal Piotrowski1-229/+3
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+1
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-0/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] fbdev: cleanup the CONFIG_VIDEO_SELECT messAdrian Bunk1-1/+1
2006-01-14[PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig1-20/+8
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas1-0/+2
2005-09-09[PATCH] sisfb updateThomas Winischhofer1-3211/+4314
2005-05-05[PATCH] make some things staticAdrian Bunk1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+6027