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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-24
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
Linus Torvalds
4
-0
/
+128
2008-07-24
video/fb: cleanup FB_MAJOR usage
Philippe De Muyter
1
-0
/
+1
2008-07-24
fbcon: remove stray semicolons
Jan Beulich
1
-4
/
+2
2008-07-24
fbdev: LCD backlight driver using Atmel PWM driver
Hans-Christian Egtvedt
3
-0
/
+257
2008-07-24
fbcon: bgcolor fix
Stefano Stabellini
1
-1
/
+1
2008-07-24
video: sh7760fb: SH7760/SH7763 LCDC framebuffer driver
Nobuhiro Iwamatsu
3
-0
/
+672
2008-07-24
neofb: drop the xtimings structure
Krzysztof Helt
1
-48
/
+40
2008-07-24
neofb: drop redundant code
Krzysztof Helt
1
-73
/
+22
2008-07-24
neofb: simplify clock calculation
Krzysztof Helt
1
-18
/
+14
2008-07-24
drivers/video/amifb.c cleanups
Adrian Bunk
1
-10
/
+7
2008-07-24
lxfb: fix console blanking
Jordan Crouse
1
-10
/
+18
2008-07-24
lxfb: drop dead declarations from header
Andres Salomon
1
-2
/
+0
2008-07-24
fbdev: add new Cobalt LCD framebuffer driver
Yoichi Yuasa
3
-0
/
+376
2008-07-24
fsl-diu-fb: update Freescale DIU driver to use page_alloc_exact()
Timur Tabi
1
-38
/
+22
2008-07-24
lcd: add platform_lcd driver
Ben Dooks
3
-0
/
+180
2008-07-24
lcd: add lcd_device to check_fb() entry in lcd_ops
Ben Dooks
3
-3
/
+3
2008-07-24
fb: add support for the ILI9320 video display controller
Ben Dooks
5
-1
/
+714
2008-07-24
sm501: fixup allocation code to be 64bit resource compliant
Ben Dooks
1
-11
/
+42
2008-07-24
sm501: restructure init to allow only 1 fb on an SM501
Ben Dooks
1
-115
/
+149
2008-07-24
sm501: add inversion controls for VBIASEN and FPEN
Ben Dooks
1
-4
/
+22
2008-07-24
atmel_lcdfb: avoid division by zero
Nicolas Ferre
1
-0
/
+35
2008-07-24
skeletonfb: update to correct platform driver usage
Krzysztof Helt
1
-17
/
+20
2008-07-24
aty: use memory_read_from_buffer()
Akinobu Mita
1
-9
/
+1
2008-07-24
atyfb: fix a cast
Ville Syrjala
1
-1
/
+1
2008-07-24
atyfb: report probe errors
Ville Syrjala
1
-5
/
+10
2008-07-24
atyfb: use a PCI device ID table
Ville Syrjala
1
-18
/
+55
2008-07-24
atyfb: correct_chipset() can fail
Ville Syrjala
1
-1
/
+3
2008-07-24
atyfb: remove dead code
Olaf Hering
1
-4
/
+2
2008-07-24
fbdev: xoffset, yoffset and yres are unsigned
Ville Syrjala
1
-5
/
+4
2008-07-24
fbdev: width and height are unsigned
Ville Syrjala
1
-1
/
+1
2008-07-24
hgafb: convert to new platform driver API
Krzysztof Helt
1
-17
/
+19
2008-07-24
vfb: only enable if explicitly requested when compiled in
Frans Pop
1
-2
/
+12
2008-07-24
fbdev: SuperH Mobile LCDC Driver
Magnus Damm
3
-0
/
+737
2008-07-24
tdfxfb: remove ypan checks done by a higher layer
Krzysztof Helt
1
-5
/
+1
2008-07-24
vga16fb: source code improvement
Krzysztof Helt
1
-78
/
+39
2008-07-24
tdfxfb: add mode_option module parameter
Krzysztof Helt
1
-0
/
+2
2008-07-24
uvesafb: change mode parameter to mode_option
Krzysztof Helt
1
-2
/
+2
2008-07-24
fbcon: make logo_height a local variable
Krzysztof Helt
1
-3
/
+2
2008-07-24
atmel_lcdfb: FIFO underflow management
Nicolas Ferre
1
-1
/
+56
2008-07-24
vga16fb: test virtual screen range before subtraction on unsigned
Roel Kluin
1
-1
/
+4
2008-07-24
atafb: test virtual screen range before subtraction on unsigned
Roel Kluin
1
-2
/
+5
2008-07-24
amifb: test virtual screen range before subtraction on unsigned
Roel Kluin
1
-2
/
+5
2008-07-24
aty128fb: test below 0 on unsigned pll->post_divider
Roel Kluin
1
-4
/
+2
2008-07-24
drivers/video/aty/radeon_base.c: notify user if sysfs_create_bin_file() failed
Tony Breeds
1
-2
/
+8
2008-07-24
sa1100fb: convert ctrlr_sem in a mutex
Matthias Kaehlcke
2
-4
/
+5
2008-07-24
pxafb: convert ctrlr_sem in a mutex
Matthias Kaehlcke
2
-4
/
+5
2008-07-24
video/sis/: remove compat code
Adrian Bunk
9
-62
/
+17
2008-07-24
mdacon messing up default vc's - set default to vc13-16 again
Roland Kletzing
1
-1
/
+3
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
[next]