index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
tridentfb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-04-01
tridentfb: delete acceleration Kconfig option
Krzysztof Helt
1
-12
/
+0
2009-04-01
fbdev: remove cyblafb driver
Krzysztof Helt
1
-1
/
+5
2009-04-01
tridentfb: fix memory leaks in removal path
Andres Salomon
1
-0
/
+1
2008-07-24
tridentfb: remove warning message that cyblafb driver should be used
Krzysztof Helt
1
-4
/
+0
2008-07-24
tridentfb: add imageblit acceleration for Blade3D family
Krzysztof Helt
1
-3
/
+76
2008-07-24
tridentfb: Blade3D clock fixes
Krzysztof Helt
1
-4
/
+5
2008-07-24
tridentfb: y-panning fixes
Krzysztof Helt
1
-5
/
+4
2008-07-24
tridentfb: fix 224 color logo at 8 bpp
Krzysztof Helt
1
-5
/
+3
2008-07-24
tridentfb: fix console freeze when switching from X11
Krzysztof Helt
1
-3
/
+8
2008-07-24
tridentfb: source code improvements
Krzysztof Helt
1
-53
/
+30
2008-07-24
tridentfb: acceleration constants change
Krzysztof Helt
1
-14
/
+31
2008-07-24
tridentfb: various pixclock and timing improvements
Krzysztof Helt
1
-7
/
+28
2008-07-24
tridentfb: acceleration bug fixes
Krzysztof Helt
1
-5
/
+5
2008-07-24
tridentfb: acceleration code improvements
Krzysztof Helt
1
-172
/
+89
2008-07-24
tridentfb: add acceleration for TGUI families
Krzysztof Helt
1
-12
/
+123
2008-07-24
tridentfb: fix hi-color modes for TGUI 9440
Krzysztof Helt
1
-10
/
+12
2008-07-24
tridentfb: preserve memory type settings
Krzysztof Helt
1
-1
/
+4
2008-07-24
tridentfb: improve check_var function
Krzysztof Helt
1
-0
/
+34
2008-07-24
tridentfb: fix unitialized pseudo_palette
Krzysztof Helt
1
-1
/
+1
2008-07-24
tridentfb: add TGUI 9440 support
Krzysztof Helt
1
-3
/
+7
2008-07-24
tridentfb: improved register values on TGUI 9680
Krzysztof Helt
1
-6
/
+23
2008-07-24
tridentfb: improve probe function
Krzysztof Helt
1
-2
/
+3
2008-07-24
tridentfb: fix clock settings for older Trident 96XX chips
Krzysztof Helt
1
-8
/
+23
2008-07-24
tridentfb: use mmio access for clock setting
Krzysztof Helt
1
-2
/
+2
2008-07-24
tridentfb: fix timing calculations
Krzysztof Helt
1
-17
/
+18
2008-07-24
tridentfb: make use of functions and constants from the vga.h
Krzysztof Helt
1
-83
/
+61
2008-07-24
tridentfb: move global acceleration hooks into structure
Krzysztof Helt
1
-39
/
+24
2008-07-24
tridentfb: convert is_blade and is_xp macros into functions
Krzysztof Helt
1
-0
/
+19
2008-07-24
tridentfb: move global flat panel variable into structure
Krzysztof Helt
1
-21
/
+23
2008-07-24
tridentfb: move global chip_id into structure
Krzysztof Helt
1
-14
/
+13
2008-07-24
tridentfb: move global pseudo palette into structure
Krzysztof Helt
1
-14
/
+7
2008-07-24
tridentfb: convert fb_info into allocated one
Krzysztof Helt
1
-36
/
+46
2008-07-24
tridentfb: replace macros with functions
Krzysztof Helt
1
-243
/
+283
2008-05-13
tridentfb: improve clock setting accuracy
Krzysztof Helt
1
-12
/
+12
2008-05-13
tridentfb: remove misplaced enable_mmio()
Krzysztof Helt
1
-1
/
+0
2008-04-28
fbdev: add removed option "mode" to keep compatibility
Krzysztof Helt
1
-0
/
+2
2008-04-28
tridentfb: change option mode to mode_option
Krzysztof Helt
1
-5
/
+7
2008-03-10
tridentfb: fix memory size detection
Krzysztof Helt
1
-1
/
+1
2008-03-10
tridentfb: register should be left in non-locked state
Krzysztof Helt
1
-12
/
+0
2008-03-04
tridentfb: resource management fixes in probe function
Krzysztof Helt
1
-17
/
+48
2007-10-16
tridentfb: coding style improvement
Krzysztof Helt
1
-483
/
+592
2007-07-17
tridentfb: fix pseudo_palette array overrun in setcolreg
Antonino A. Daplas
1
-14
/
+16
2006-12-08
[PATCH] ioremap balanced with iounmap for drivers/video/tridentfb
Amol Lad
1
-5
/
+17
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-25
[PATCH] trident fb section fixes
Randy Dunlap
1
-3
/
+3
2005-11-07
[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbcon
Antonino A. Daplas
1
-1
/
+0
2005-09-09
[PATCH] framebuffer: new driver for cyberblade/i1 graphics core
Knut Petersen
1
-0
/
+5
2005-08-01
[PATCH] tridentfb: Fix scrolling artifacts during disk IO
Antonino A. Daplas
1
-1
/
+1
2005-08-01
[PATCH] tridentfb: Fix scrolling artifacts if acceleration is enabled
Antonino A. Daplas
1
-10
/
+16
[next]