index
:
~tagr/linux
drm/panel/for-next
drm/tegra/fixes
drm/tegra/for-next
master
staging/base
staging/clk
staging/drm/fixes
staging/drm/nouveau
staging/drm/panel
staging/drm/tegra
staging/fixes
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/powergate
staging/pwm
staging/tegra
staging/work
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-10
OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers
Bryan Wu
5
-524
/
+0
2011-01-10
OMAP: DSS2: Add generic DPI panel display driver
Bryan Wu
3
-0
/
+364
2011-01-10
OMAP: DSS2: OMAPFB: Add null pointer check
Samreen
1
-2
/
+3
2011-01-10
OMAP: DSS2: Add NEC NL8048HL11-01B display panel
Erik Gilling
3
-0
/
+333
2011-01-10
OMAP3630: DSS2: Enable Pre-Multiplied Alpha Support
Rajkumar N
4
-9
/
+70
2011-01-10
OMAP3: DSS2: Split OMAP3 has feature for 3430 & 3630
Samreen
2
-3
/
+18
2011-01-10
OMAP: DSS2: Fix: Read correct bit in dispc_enable_alpha_blending()
Archit Taneja
1
-2
/
+1
2011-01-06
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
4
-0
/
+821
2011-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
1
-22
/
+5
2011-01-06
Merge branch 'devel-stable' into devel
Russell King
4
-0
/
+821
2011-01-06
atyfb: Fix bootup hangs on sparc64.
David S. Miller
1
-22
/
+5
2011-01-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
Paul Mundt
4
-5
/
+18
2011-01-06
Merge branch 'fbdev/udlfb'
Paul Mundt
3
-0
/
+1894
2011-01-06
video: udlfb: Kill off special printk wrappers, use pr_fmt().
Paul Mundt
1
-37
/
+39
2011-01-06
video: udlfb: Kill off some magic constants for EDID sizing.
Paul Mundt
1
-8
/
+7
2011-01-06
video: udlfb: deifdefify (yes, that's a word).
Paul Mundt
1
-39
/
+2
2011-01-06
fbdev: modedb: Add a new mode for 864x480 TAAL panels.
Mayuresh Janorkar
1
-0
/
+4
2011-01-06
drivers/video/i810/i810-i2c.c: fix i2c bus handling
Stefani Seibold
1
-4
/
+8
2011-01-06
video: Fix the HGA framebuffer driver
Brent Cook
2
-25
/
+11
2011-01-06
drivers/video/carminefb.c: improve error handling
Julia Lawall
1
-4
/
+2
2011-01-06
video: imxfb: Fix the maximum value for yres
Fabio Estevam
1
-6
/
+3
2011-01-06
fbdev: sh_mobile_lcdcfb: Enable 32 bpp and 24 bpp support
Magnus Damm
1
-11
/
+63
2011-01-05
Merge branch 'common/fbdev-mipi' of master.kernel.org:/pub/scm/linux/kernel/g...
Paul Mundt
1
-8
/
+28
2011-01-05
fbdev: sh_mipi_dsi: use platform provided register layout and values
Guennadi Liakhovetski
1
-5
/
+11
2011-01-05
fbdev: sh-mobile: implement MIPI DSI runtime PM support
Guennadi Liakhovetski
1
-3
/
+17
2010-12-27
Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-29
/
+28
2010-12-27
fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080p
Guennadi Liakhovetski
1
-18
/
+8
2010-12-27
video: imxfb: Fix the maximum value for yres
Fabio Estevam
1
-6
/
+3
2010-12-24
fb: fix overlapping test off-by-one.
Dave Airlie
1
-1
/
+1
2010-12-22
backlight: cr_bllcd.c: fix a memory leak
Axel Lin
1
-0
/
+1
2010-12-22
fbdev: sh-mobile: retrieve and propagate display sizes from EDID
Guennadi Liakhovetski
1
-3
/
+13
2010-12-22
fbdev: sh-mobile: restore display size configuration
Guennadi Liakhovetski
1
-1
/
+3
2010-12-22
sisfb: eliminate compiler warnings
Aaro Koskinen
2
-3
/
+3
2010-12-22
sisfb: delete unused register I/O macros
Aaro Koskinen
1
-53
/
+1
2010-12-22
sisfb: replace setSISIDXREG with SiS_SetRegANDOR
Aaro Koskinen
1
-47
/
+47
2010-12-22
sisfb: replace andSISIDXREG with SiS_SetRegAND
Aaro Koskinen
1
-33
/
+33
2010-12-22
sisfb: replace orSISIDXREG with SiS_SetRegOR
Aaro Koskinen
1
-36
/
+36
2010-12-22
sisfb: replace outSISIDXREG with SiS_SetReg
Aaro Koskinen
1
-315
/
+315
2010-12-22
sisfb: replace inSISIDXREG with SiS_GetReg
Aaro Koskinen
1
-128
/
+128
2010-12-22
sisfb: replace outSISREG with SiS_SetRegByte
Aaro Koskinen
1
-10
/
+10
2010-12-22
sisfb: replace inSISREG with SiS_GetRegByte
Aaro Koskinen
1
-9
/
+9
2010-12-22
sisfb: change register I/O functions to use fixed size types
Aaro Koskinen
2
-32
/
+32
2010-12-22
sisfb: remove duplicate function declarations
Aaro Koskinen
3
-25
/
+14
2010-12-22
sisfb: delete HAVE_CONFIG_H checks
Aaro Koskinen
2
-8
/
+0
2010-12-22
sisfb: eliminate unused variable compiler warning
Aaro Koskinen
1
-14
/
+16
2010-12-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
20
-1296
/
+296
2010-12-21
fbdev: Modify vsync timing calculation in wm8505fb
Alexey Charkov
1
-1
/
+1
2010-12-21
fbdev: Minor cleanup in WM8505-related code
Alexey Charkov
2
-9
/
+3
2010-12-21
s1d13xxxfb: drop unused code
Andres Salomon
1
-50
/
+0
2010-12-21
s3c-fb: add support for runtime pm
Jingoo Han
1
-4
/
+107
[next]