aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/tridentfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-04-01tridentfb: delete acceleration Kconfig optionKrzysztof Helt1-12/+0
2009-04-01fbdev: remove cyblafb driverKrzysztof Helt1-1/+5
2009-04-01tridentfb: fix memory leaks in removal pathAndres Salomon1-0/+1
2008-07-24tridentfb: remove warning message that cyblafb driver should be usedKrzysztof Helt1-4/+0
2008-07-24tridentfb: add imageblit acceleration for Blade3D familyKrzysztof Helt1-3/+76
2008-07-24tridentfb: Blade3D clock fixesKrzysztof Helt1-4/+5
2008-07-24tridentfb: y-panning fixesKrzysztof Helt1-5/+4
2008-07-24tridentfb: fix 224 color logo at 8 bppKrzysztof Helt1-5/+3
2008-07-24tridentfb: fix console freeze when switching from X11Krzysztof Helt1-3/+8
2008-07-24tridentfb: source code improvementsKrzysztof Helt1-53/+30
2008-07-24tridentfb: acceleration constants changeKrzysztof Helt1-14/+31
2008-07-24tridentfb: various pixclock and timing improvementsKrzysztof Helt1-7/+28
2008-07-24tridentfb: acceleration bug fixesKrzysztof Helt1-5/+5
2008-07-24tridentfb: acceleration code improvementsKrzysztof Helt1-172/+89
2008-07-24tridentfb: add acceleration for TGUI familiesKrzysztof Helt1-12/+123
2008-07-24tridentfb: fix hi-color modes for TGUI 9440Krzysztof Helt1-10/+12
2008-07-24tridentfb: preserve memory type settingsKrzysztof Helt1-1/+4
2008-07-24tridentfb: improve check_var functionKrzysztof Helt1-0/+34
2008-07-24tridentfb: fix unitialized pseudo_paletteKrzysztof Helt1-1/+1
2008-07-24tridentfb: add TGUI 9440 supportKrzysztof Helt1-3/+7
2008-07-24tridentfb: improved register values on TGUI 9680Krzysztof Helt1-6/+23
2008-07-24tridentfb: improve probe functionKrzysztof Helt1-2/+3
2008-07-24tridentfb: fix clock settings for older Trident 96XX chipsKrzysztof Helt1-8/+23
2008-07-24tridentfb: use mmio access for clock settingKrzysztof Helt1-2/+2
2008-07-24tridentfb: fix timing calculationsKrzysztof Helt1-17/+18
2008-07-24tridentfb: make use of functions and constants from the vga.hKrzysztof Helt1-83/+61
2008-07-24tridentfb: move global acceleration hooks into structureKrzysztof Helt1-39/+24
2008-07-24tridentfb: convert is_blade and is_xp macros into functionsKrzysztof Helt1-0/+19
2008-07-24tridentfb: move global flat panel variable into structureKrzysztof Helt1-21/+23
2008-07-24tridentfb: move global chip_id into structureKrzysztof Helt1-14/+13
2008-07-24tridentfb: move global pseudo palette into structureKrzysztof Helt1-14/+7
2008-07-24tridentfb: convert fb_info into allocated oneKrzysztof Helt1-36/+46
2008-07-24tridentfb: replace macros with functionsKrzysztof Helt1-243/+283
2008-05-13tridentfb: improve clock setting accuracyKrzysztof Helt1-12/+12
2008-05-13tridentfb: remove misplaced enable_mmio()Krzysztof Helt1-1/+0
2008-04-28fbdev: add removed option "mode" to keep compatibilityKrzysztof Helt1-0/+2
2008-04-28tridentfb: change option mode to mode_optionKrzysztof Helt1-5/+7
2008-03-10tridentfb: fix memory size detectionKrzysztof Helt1-1/+1
2008-03-10tridentfb: register should be left in non-locked stateKrzysztof Helt1-12/+0
2008-03-04tridentfb: resource management fixes in probe functionKrzysztof Helt1-17/+48
2007-10-16tridentfb: coding style improvementKrzysztof Helt1-483/+592
2007-07-17tridentfb: fix pseudo_palette array overrun in setcolregAntonino A. Daplas1-14/+16
2006-12-08[PATCH] ioremap balanced with iounmap for drivers/video/tridentfbAmol Lad1-5/+17
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-25[PATCH] trident fb section fixesRandy Dunlap1-3/+3
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas1-1/+0
2005-09-09[PATCH] framebuffer: new driver for cyberblade/i1 graphics coreKnut Petersen1-0/+5
2005-08-01[PATCH] tridentfb: Fix scrolling artifacts during disk IOAntonino A. Daplas1-1/+1
2005-08-01[PATCH] tridentfb: Fix scrolling artifacts if acceleration is enabledAntonino A. Daplas1-10/+16