index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
leds
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-19
drm/memory: don't export agp helpers
Daniel Vetter
1
-2
/
+0
2013-08-19
drm: remove a bunch of unused #defines from drmP.h
Daniel Vetter
1
-9
/
+0
2013-08-19
drm: rip out a few unused DRIVER flags
Daniel Vetter
2
-4
/
+1
2013-08-19
drm: rip out DRIVER_FB_DMA and related code
Daniel Vetter
2
-160
/
+2
2013-08-19
drm: remove FASYNC support
Daniel Vetter
27
-43
/
+0
2013-08-19
drm/vmwgfx: remove redundant clearing of driver->dma_quiescent
Daniel Vetter
1
-1
/
+0
2013-08-19
drm: mark context support as a legacy subsystem
Daniel Vetter
4
-39
/
+72
2013-08-19
drm: disallow legacy dma ioctls for modesetting drivers
Daniel Vetter
1
-0
/
+15
2013-08-19
drm: mark dma setup/teardown as legacy systems
Daniel Vetter
4
-16
/
+21
2013-08-19
drm: disallow legacy sg ioctls for modesetting drivers
Daniel Vetter
1
-0
/
+6
2013-08-19
drm: hide legacy sg cleanup better from common code
Daniel Vetter
3
-7
/
+11
2013-08-19
drm: kill dev->driver->set_version
Daniel Vetter
2
-5
/
+0
2013-08-19
drm/radeon: kill firstopen callback for kms driver
Daniel Vetter
2
-15
/
+0
2013-08-19
drm/omap: kill firstopen callback
Daniel Vetter
1
-7
/
+0
2013-08-19
drm/ttm: kill unused functions
Maarten Lankhorst
1
-154
/
+0
2013-08-19
drm/radeon: remove stale gem->driver_private access
David Herrmann
2
-2
/
+0
2013-08-19
drm/qxl: remove unused object_pin/unpin() helpers
David Herrmann
3
-30
/
+0
2013-08-19
drm/cirrus: remove unused driver_private access
David Herrmann
1
-1
/
+0
2013-08-19
drm/mgag200: remove unused driver_private access
David Herrmann
1
-1
/
+0
2013-08-19
drm/ast: remove unused driver_private access
David Herrmann
1
-1
/
+0
2013-08-19
drm/tilcdc fixup mode to workaround sync for tda998x
Darren Etheridge
2
-2
/
+32
2013-08-19
drm/i2c: tda998x: prepare for broken sync workaround
Sebastian Hesselbarth
1
-0
/
+8
2013-08-19
drm/i2c: tda998x: fix sync generation and calculation
Sebastian Hesselbarth
1
-66
/
+115
2013-08-19
drm/i2c: tda998x: add video and audio input configuration
Russell King
2
-8
/
+290
2013-08-19
drm/i2c: tda998x: prepare for video input configuration
Russell King
1
-6
/
+10
2013-08-19
drm/i2c: tda998x: fix npix/nline programming
Russell King
1
-2
/
+2
2013-08-19
drm/i2c: tda998x: ensure VIP output mux is properly set
Russell King
1
-0
/
+4
2013-08-19
drm/i2c: tda998x: fix EDID reading on TDA19988 devices
Russell King
1
-1
/
+13
2013-08-19
drm: DRM should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
2013-08-09
drm/rcar-du: Add FBDEV emulation support
Laurent Pinchart
4
-9
/
+45
2013-08-09
drm/rcar-du: Add internal LVDS encoder support
Laurent Pinchart
12
-3
/
+374
2013-08-09
drm/rcar-du: Configure RGB output routing to DPAD0
Laurent Pinchart
4
-4
/
+50
2013-08-09
drm/rcar-du: Rework output routing support
Laurent Pinchart
9
-22
/
+107
2013-08-09
drm/rcar-du: Add support for DEFR8 register
Laurent Pinchart
3
-1
/
+5
2013-08-09
drm/rcar-du: Add support for multiple groups
Laurent Pinchart
8
-30
/
+63
2013-08-09
drm/rcar-du: Fix buffer pitch alignment for R8A7790 DU
Laurent Pinchart
3
-4
/
+16
2013-08-09
drm/rcar-du: Add support for the R8A7790 DU
Laurent Pinchart
2
-3
/
+68
2013-08-09
drm/rcar-du: Move output routing configuration to group
Laurent Pinchart
3
-21
/
+21
2013-08-09
drm/rcar-du: Remove register definitions for the second channel
Laurent Pinchart
1
-9
/
+0
2013-08-09
drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size
Laurent Pinchart
2
-2
/
+2
2013-08-09
drm/rcar-du: Introduce CRTCs groups
Laurent Pinchart
10
-203
/
+299
2013-08-09
drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_*
Laurent Pinchart
3
-6
/
+7
2013-08-09
drm/rcar-du: Create rcar_du_planes structure
Laurent Pinchart
2
-12
/
+16
2013-08-09
drm/rcar-du: Rename platform data fields to match what they describe
Laurent Pinchart
4
-11
/
+18
2013-08-09
drm/rcar-du: Merge LVDS and VGA encoder code
Laurent Pinchart
11
-201
/
+118
2013-08-09
drm/rcar-du: Split VGA encoder and connector
Laurent Pinchart
5
-86
/
+123
2013-08-09
drm/rcar-du: Split LVDS encoder and connector
Laurent Pinchart
4
-118
/
+158
2013-08-09
drm/rcar-du: Clarify comment regarding plane Y source coordinate
Laurent Pinchart
1
-3
/
+6
2013-08-09
drm/rcar-du: Support per-CRTC clock and IRQ
Laurent Pinchart
4
-74
/
+103
2013-08-09
drm/rcar-du: Add platform module device table
Laurent Pinchart
2
-0
/
+28
[next]