aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/cirrusfb.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-2952/+0
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven1-2/+2
2013-09-26video: cirrusfb: Remove incorrect checksSachin Kamat1-5/+0
2013-09-19video: cirrusfb: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-04-18powerpc: remove PReP platformPaul Bolle1-50/+12
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-22/+22
2012-07-24video: Fix typo in drivers/videoMasanari Iida1-1/+1
2012-01-14Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds1-124/+144
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-11fbdev/cirrusfb: Add support for "64 MiB" version of Picasso IVGeert Uytterhoeven1-1/+5
2011-11-11fbdev/cirrusfb: Add support for Picasso IV in Zorro II modeGeert Uytterhoeven1-0/+21
2011-11-11fbdev/cirrusfb: Rewrite Zorro graphics card probingGeert Uytterhoeven1-123/+118
2010-05-17m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-04-13cirrusfb: do not allow unsupported pixel depthKrzysztof Helt1-3/+1
2009-04-01cirrusfb: fix interlaced modesKrzysztof Helt1-14/+21
2009-04-01cirrusfb: fix threshold register mask for Laguna chipsKrzysztof Helt1-1/+1
2009-04-01cirrusfb: GD5434 (aka SD64) support fixedKrzysztof Helt1-35/+37
2009-04-01cirrusfb: set MCLK in one placeKrzysztof Helt1-54/+16
2009-04-01cirrusfb: add accelerator constantKrzysztof Helt1-2/+9
2009-04-01cirrusfb: fix clock doublingKrzysztof Helt1-1/+18
2009-04-01cirrusfb: use 24bpp instead of 32bppKrzysztof Helt1-35/+44
2009-04-01cirrusfb: GD5446 fixesKrzysztof Helt1-18/+9
2009-04-01cirrusfb: fix error paths in cirrusfb_xxx_register()Krzysztof Helt1-12/+7
2009-04-01cirrusfb: add imageblit functionKrzysztof Helt1-18/+46
2009-04-01cirrusfb: acceleration improvementsKrzysztof Helt1-111/+75
2009-04-01cirrusfb: various Laguna fixesKrzysztof Helt1-27/+57
2009-04-01cirrusfb: check_var improvementsKrzysztof Helt1-121/+74
2009-04-01cirrusfb: Laguna chipset 8bpp fixKrzysztof Helt1-13/+21
2009-04-01cirrusfb: various improvementsKrzysztof Helt1-144/+58
2009-04-01cirrusfb: use 5-6-5 RGB for 16bpp modeKrzysztof Helt1-3/+3
2009-04-01cirrusfb: do not calculate line length twiceKrzysztof Helt1-8/+6
2009-04-01cirrusfb: add mmio registers for Laguna chipsetsKrzysztof Helt1-0/+38
2009-04-01cirrusfb: add Laguna additional overflow registerKrzysztof Helt1-26/+42
2009-04-01cirrusfb: fix Laguna chipset memory detection and clock settingKrzysztof Helt1-27/+38
2009-04-01cirrusfb: convert printks to dev_fooKrzysztof Helt1-297/+158
2008-11-19cirrusfb: remove unused variablesVlada Peric1-2/+1
2008-11-01section fixes for cirrusfbAl Viro1-1/+1
2008-10-16cirrusfb: do not change MCLK for Alpine chipsKrzysztof Helt1-66/+53
2008-10-16cirrusfb: fix 16bpp modesKrzysztof Helt1-5/+2
2008-10-16cirrusfb: add noaccel module parameterKrzysztof Helt1-1/+3
2008-10-16cirrusfb: drop clock fields from cirrusfb_regs structureKrzysztof Helt1-29/+21
2008-10-16cirrusfb: eliminate CRT registers from global structureKrzysztof Helt1-109/+83
2008-10-16cirrusfb: add __devinit attribute to probing functionsKrzysztof Helt1-11/+7
2008-10-16cirrusfb: use modedb and add mode_option parameterKrzysztof Helt1-105/+21
2008-10-16cirrusfb: drop device pointers from cirrusfb_infoKrzysztof Helt1-14/+6
2008-10-16cirrusfb: remove 24 bpp modeKrzysztof Helt1-5/+2
2008-10-16cirrusfb: simplify clock calculationKrzysztof Helt1-21/+19
2008-10-16cirrusfb: remove information about memory size during mode changeKrzysztof Helt1-2/+0
2008-09-02cirrusfb: check_par fixesKrzysztof Helt1-41/+18
2008-06-12drivers/video/cirrusfb: fix RAM address printkPhilippe De Muyter1-3/+3
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-28fbdev: use DIV_ROUND_UP or roundupJulia Lawall1-1/+1
2007-10-27cirrusfb nonsenseAl Viro1-2/+1
2007-10-16fix cirrusfb breakageAl Viro1-2/+3
2007-10-16cirrusfb: code improvement 2nd partKrzysztof Helt1-30/+15
2007-10-16cirrusfb: code improvementsKrzysztof Helt1-175/+41
2007-10-16cirrusfb: remove fields from cirrusfb_infoKrzysztof Helt1-81/+68
2007-10-16cirrusfb: remove typedefsKrzysztof Helt1-14/+14
2007-10-16cirrusfb: checkpatch.pl cleanupKrzysztof Helt1-805/+983
2007-05-08cirrusfb: convert to generic booleanRichard Knutsson1-39/+30
2006-12-08[PATCH] ioremap balanced with iounmap for drivers/video/cirrusfbAmol Lad1-2/+13
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] Detaching fbcon: remove calls to pci_disable_device()Antonino A. Daplas1-2/+0
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-2/+2
2006-03-25[PATCH] amiga: fix driver_register() return handling, remove zorro_module_init()Bjorn Helgaas1-1/+1
2005-11-29[PATCH] fbdev: cirrusfb: Driver cleanup and bug fixesAntonino A. Daplas1-6/+9
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas1-1/+0
2005-10-28[PATCH] pci_ids: macros: replace partial with whole symbolsGrant Coady1-12/+12
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3326