aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/cirrusfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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