summaryrefslogtreecommitdiffstats
path: root/drivers/mga_vid.c
Commit message (Expand)AuthorAgeFilesLines
* the great MPlayer tab removal: part Idiego2010-04-121-1167/+1157
* cosmetics: Remove some pointless parentheses from return calls.diego2009-10-081-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-112/+112
* standard license headers for mga_viddiego2008-06-141-4/+4
* add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "n...attila2008-06-141-0/+8
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-16/+16
* cosmetics: Move definitions to a more standard place.diego2008-02-191-9/+9
* Add standard license header and make copyright notices consistent.diego2008-02-191-16/+24
* ISO8859-1 --> UTF-8diego2007-07-091-1/+1
* Remove support for 2.5.x kernels.diego2007-03-171-11/+0
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* * Add multi device support.attila2003-08-311-557/+650
* selectable 'major', patch by Hans-Andreas Engel <engel@node.ch>alex2003-03-211-7/+10
* multiple mga device support by Hans-Andreas Engel <engel@node.ch>alex2003-03-211-20/+39
* workaround wrong detected memory sizes on G400 cards.attila2003-03-021-0/+21
* Fix mistake in applying patch from Alex Beregszaszi.eyck2003-02-171-8/+8
* Fix for string handling bug from Alex Beregszaszeyck2003-02-131-8/+8
* - fixed overflow by +-0x80arpi2002-07-251-6/+9
* linux-2.5.x support patch by Sytse Wielinga <s.b.wieling at student.utwente.nl>alex2002-06-281-0/+11
* devfs fallback support?arpi2002-05-131-4/+4
* patch that should fix the "isofs uses mga_vid" bugarpi2002-04-281-3/+3
* devfs fix?arpi2002-04-211-6/+9
* dvfs fix, 10larpi2002-04-181-2/+8
* Mark Schreiber sent link to Marcus Sundburg patch to mga_vid, which enableseyck2002-04-161-1/+26
* Most of informational printk's ifdef'd.eyck2002-04-141-0/+21
* no native support for I420 in G200arpi2002-03-251-1/+1
* min() moved out of #if, applied brightness/contrast patch by Brian J. Murrellarpi2002-03-101-2/+20
* Add module parameters: contrast and brightness, so when you need those perman...eyck2002-02-161-8/+11
* g550 memdetect fix - patch by Diego Biurrun <diego@biurrun.de>arpi2002-02-091-2/+3
* added mga_top_reserved module parameter to skip a configurable amountrfelker2002-02-071-1/+4
* print also contrast on cat /dev/mga_videyck2002-02-041-2/+4
* Attila Kinali fixing memleak introduced by me.eyck2002-02-031-0/+2
* Attila's Linux 2.2 patch, and contrast control appliedeyck2002-02-021-4/+50
* support cat /dev/mga_vid.eyck2002-02-021-4/+31
* framework for settings modifications like in radeon_vid ( /dev/mga_vid caneyck2002-02-021-4/+38
* lastminute divbyzero fix by Attila Kinali ;)arpi2002-01-021-0/+5
* use <linux/slab.h> instead of <linux/malloc.h> for kernels 2.4.9+szabi2001-11-251-0/+6
* ah, crtc2 disabled by defaultarpi2001-10-211-1/+2
* CRTC2 YUV support (buggy?) by Jiri.Svoboda@seznam.czarpi2001-10-211-0/+367
* gpl fix?arpi2001-10-181-1/+3
* save and restore colorkey, to work together with Xvarpi2001-10-041-6/+75
* working together with Xv (disabling colorkey at close)arpi2001-10-041-0/+1
* G550 supportarpi2001-09-271-1/+10
* gcc warnings fixed - patch by Aelius aelius@wish.netarpi_esp2001-05-231-4/+4
* G200 ramsize detection disabled, using 8M by defaultarpi_esp2001-04-291-4/+4
* I420/IYUV supportarpi_esp2001-04-161-1/+18
* UYVY supportarpi_esp2001-04-161-4/+23
* G400 32MB SDRAM fixedarpi_esp2001-03-141-2/+1
* G200/8MB SD ramsize detection fixedarpi_esp2001-03-131-1/+1
* mga_ram_size=x works with hard-coded ramsize too (szabi)arpi_esp2001-03-131-7/+7
* mga_force_memsize->mga_ram_sizearpi_esp2001-03-121-36/+22
* printk() message for video off when releasing mga without ioctl()lgb2001-03-121-1/+3
* Module usage count not to allow remove module when usedlgb2001-03-121-4/+2
* Force matrox memsize module option fixeslgb2001-03-111-5/+5
* mga_force_memsize parameter addedszabii2001-03-111-1/+20
* printk's updatedarpi_esp2001-03-111-4/+7
* ramsize detection updated, test again\!arpi_esp2001-03-101-2/+20
* IRQ handler disabled, vcount-based vsyncarpi_esp2001-03-101-3/+26
* new RAMSIZE detection code... test it\!arpi_esp2001-03-091-3/+15
* some printk debug level changedarpi_esp2001-03-091-12/+12
* printk() loglevel fixszabii2001-03-091-41/+41
* config interface changedarpi_esp2001-03-081-25/+63
* vsync (4 buffers) implementedarpi_esp2001-03-071-7/+151
* all v4l stuff removedarpi_esp2001-03-051-173/+0
* Initial revisionarpi_esp2001-02-241-0/+877