index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
tridentfb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tridentfb: use display information in info not in var for panning
Laurent Pinchart
2011-08-19
1
-2
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
tridentfb: delete acceleration Kconfig option
Krzysztof Helt
2009-04-01
1
-12
/
+0
*
fbdev: remove cyblafb driver
Krzysztof Helt
2009-04-01
1
-1
/
+5
*
tridentfb: fix memory leaks in removal path
Andres Salomon
2009-04-01
1
-0
/
+1
*
tridentfb: remove warning message that cyblafb driver should be used
Krzysztof Helt
2008-07-24
1
-4
/
+0
*
tridentfb: add imageblit acceleration for Blade3D family
Krzysztof Helt
2008-07-24
1
-3
/
+76
*
tridentfb: Blade3D clock fixes
Krzysztof Helt
2008-07-24
1
-4
/
+5
*
tridentfb: y-panning fixes
Krzysztof Helt
2008-07-24
1
-5
/
+4
*
tridentfb: fix 224 color logo at 8 bpp
Krzysztof Helt
2008-07-24
1
-5
/
+3
*
tridentfb: fix console freeze when switching from X11
Krzysztof Helt
2008-07-24
1
-3
/
+8
*
tridentfb: source code improvements
Krzysztof Helt
2008-07-24
1
-53
/
+30
*
tridentfb: acceleration constants change
Krzysztof Helt
2008-07-24
1
-14
/
+31
*
tridentfb: various pixclock and timing improvements
Krzysztof Helt
2008-07-24
1
-7
/
+28
*
tridentfb: acceleration bug fixes
Krzysztof Helt
2008-07-24
1
-5
/
+5
*
tridentfb: acceleration code improvements
Krzysztof Helt
2008-07-24
1
-172
/
+89
*
tridentfb: add acceleration for TGUI families
Krzysztof Helt
2008-07-24
1
-12
/
+123
*
tridentfb: fix hi-color modes for TGUI 9440
Krzysztof Helt
2008-07-24
1
-10
/
+12
*
tridentfb: preserve memory type settings
Krzysztof Helt
2008-07-24
1
-1
/
+4
*
tridentfb: improve check_var function
Krzysztof Helt
2008-07-24
1
-0
/
+34
*
tridentfb: fix unitialized pseudo_palette
Krzysztof Helt
2008-07-24
1
-1
/
+1
*
tridentfb: add TGUI 9440 support
Krzysztof Helt
2008-07-24
1
-3
/
+7
*
tridentfb: improved register values on TGUI 9680
Krzysztof Helt
2008-07-24
1
-6
/
+23
*
tridentfb: improve probe function
Krzysztof Helt
2008-07-24
1
-2
/
+3
*
tridentfb: fix clock settings for older Trident 96XX chips
Krzysztof Helt
2008-07-24
1
-8
/
+23
*
tridentfb: use mmio access for clock setting
Krzysztof Helt
2008-07-24
1
-2
/
+2
*
tridentfb: fix timing calculations
Krzysztof Helt
2008-07-24
1
-17
/
+18
*
tridentfb: make use of functions and constants from the vga.h
Krzysztof Helt
2008-07-24
1
-83
/
+61
*
tridentfb: move global acceleration hooks into structure
Krzysztof Helt
2008-07-24
1
-39
/
+24
*
tridentfb: convert is_blade and is_xp macros into functions
Krzysztof Helt
2008-07-24
1
-0
/
+19
*
tridentfb: move global flat panel variable into structure
Krzysztof Helt
2008-07-24
1
-21
/
+23
*
tridentfb: move global chip_id into structure
Krzysztof Helt
2008-07-24
1
-14
/
+13
*
tridentfb: move global pseudo palette into structure
Krzysztof Helt
2008-07-24
1
-14
/
+7
*
tridentfb: convert fb_info into allocated one
Krzysztof Helt
2008-07-24
1
-36
/
+46
*
tridentfb: replace macros with functions
Krzysztof Helt
2008-07-24
1
-243
/
+283
*
tridentfb: improve clock setting accuracy
Krzysztof Helt
2008-05-13
1
-12
/
+12
*
tridentfb: remove misplaced enable_mmio()
Krzysztof Helt
2008-05-13
1
-1
/
+0
*
fbdev: add removed option "mode" to keep compatibility
Krzysztof Helt
2008-04-28
1
-0
/
+2
*
tridentfb: change option mode to mode_option
Krzysztof Helt
2008-04-28
1
-5
/
+7
*
tridentfb: fix memory size detection
Krzysztof Helt
2008-03-10
1
-1
/
+1
*
tridentfb: register should be left in non-locked state
Krzysztof Helt
2008-03-10
1
-12
/
+0
*
tridentfb: resource management fixes in probe function
Krzysztof Helt
2008-03-04
1
-17
/
+48
*
tridentfb: coding style improvement
Krzysztof Helt
2007-10-16
1
-483
/
+592
*
tridentfb: fix pseudo_palette array overrun in setcolreg
Antonino A. Daplas
2007-07-17
1
-14
/
+16
*
[PATCH] ioremap balanced with iounmap for drivers/video/tridentfb
Amol Lad
2006-12-08
1
-5
/
+17
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] trident fb section fixes
Randy Dunlap
2006-06-25
1
-3
/
+3
*
[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbcon
Antonino A. Daplas
2005-11-07
1
-1
/
+0
*
[PATCH] framebuffer: new driver for cyberblade/i1 graphics core
Knut Petersen
2005-09-09
1
-0
/
+5
*
[PATCH] tridentfb: Fix scrolling artifacts during disk IO
Antonino A. Daplas
2005-08-01
1
-1
/
+1
[next]