index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
rcar-du
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
2015-04-13
1
-21
/
+4
|
\
|
*
drm/rcar-du: use for_each_endpoint_of_node macro
Philipp Zabel
2015-04-08
1
-13
/
+3
|
*
of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint
Philipp Zabel
2015-02-23
1
-11
/
+4
*
|
drm: rcar-du: Enable the atomic updates API
Laurent Pinchart
2015-03-19
1
-1
/
+2
*
|
drm: rcar-du: Don't initialize event->pipe field
Laurent Pinchart
2015-03-19
1
-2
/
+0
*
|
drm: rcar-du: Fix framebuffer reference leak through plane state
Laurent Pinchart
2015-03-19
1
-0
/
+3
*
|
drm: rcar-du: Fix race condition in hardware plane allocator
Laurent Pinchart
2015-03-03
5
-164
/
+228
*
|
drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()
Laurent Pinchart
2015-03-03
1
-7
/
+3
*
|
drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
Laurent Pinchart
2015-03-03
2
-35
/
+21
*
|
drm: rcar-du: Move plane format to plane state
Laurent Pinchart
2015-03-03
3
-52
/
+71
*
|
drm: rcar-du: Remove unneeded rcar_du_crtc plane field
Laurent Pinchart
2015-03-03
2
-7
/
+2
*
|
drm: rcar-du: Replace plane crtc and enabled fields by plane state
Laurent Pinchart
2015-03-03
3
-19
/
+5
*
|
drm: rcar-du: Rework plane setup code
Laurent Pinchart
2015-03-03
2
-25
/
+12
*
|
drm: rcar-du: Switch plane set_property to atomic helpers
Laurent Pinchart
2015-03-03
4
-57
/
+95
*
|
drm: rcar-du: Switch page flip to atomic helpers
Laurent Pinchart
2015-03-03
3
-47
/
+17
*
|
drm: rcar-du: Implement asynchronous commit support
Laurent Pinchart
2015-03-03
3
-1
/
+113
*
|
drm: rcar-du: Replace encoder mode_fixup with atomic_check
Laurent Pinchart
2015-03-03
2
-29
/
+20
*
|
drm: rcar-du: Switch connector DPMS to atomic helpers
Laurent Pinchart
2015-03-03
6
-40
/
+7
*
|
drm: rcar-du: Switch mode config to atomic helpers
Laurent Pinchart
2015-03-03
3
-73
/
+6
*
|
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
2015-03-03
2
-2
/
+5
*
|
drm: rcar-du: Rework CRTC enable/disable for atomic updates
Laurent Pinchart
2015-03-03
2
-26
/
+35
*
|
drm: rcar-du: Rework HDMI encoder enable/disable for atomic updates
Laurent Pinchart
2015-03-03
1
-13
/
+35
*
|
drm: rcar-du: Rework encoder enable/disable for atomic updates
Laurent Pinchart
2015-03-03
1
-11
/
+22
*
|
drm: rcar-du: Replace LVDS encoder DPMS by enable/disable
Laurent Pinchart
2015-03-03
4
-23
/
+21
*
|
drm: rcar-du: Remove private copy of plane size and position
Laurent Pinchart
2015-03-03
2
-23
/
+10
*
|
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
2015-03-03
6
-0
/
+25
*
|
drm: rcar-du: Handle primary plane config through atomic plane ops
Laurent Pinchart
2015-03-03
3
-78
/
+14
*
|
drm: rcar-du: Implement planes atomic operations
Laurent Pinchart
2015-03-03
2
-48
/
+141
*
|
drm: rcar-du: Fix hardware plane allocation
Laurent Pinchart
2015-03-03
1
-2
/
+2
*
|
drm: rcar-du: Implement universal plane support
Laurent Pinchart
2015-03-03
4
-52
/
+40
*
|
drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS
Laurent Pinchart
2015-03-03
1
-3
/
+7
*
|
drm: rcar-du: Disable fbdev emulation when no connector is present
Laurent Pinchart
2015-03-03
1
-5
/
+10
*
|
drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC
Laurent Pinchart
2015-03-03
2
-11
/
+21
*
|
drm: rcar-du: Wait for page flip completion when turning the CRTC off
Laurent Pinchart
2015-03-03
2
-0
/
+38
*
|
drm: rcar-du: Reorder CRTC functions
Laurent Pinchart
2015-03-03
1
-59
/
+83
*
|
drm: rcar-du: Don't set connector->encoder at init time
Laurent Pinchart
2015-03-03
3
-3
/
+0
*
|
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
Laurent Pinchart
2015-03-03
1
-4
/
+0
*
|
drm: rcar-du: Don't disable unused functions at init time
Laurent Pinchart
2015-03-03
1
-2
/
+0
|
/
*
drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS
Chen Gang S
2015-02-03
1
-1
/
+1
*
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next
Dave Airlie
2015-01-21
12
-44
/
+176
|
\
|
*
drm: rcar-du: Implement support for interlaced modes
Laurent Pinchart
2014-12-23
5
-11
/
+33
|
*
drm: rcar-du: Clamp DPMS states to on and off
Laurent Pinchart
2014-12-23
3
-0
/
+9
|
*
drm: rcar-du: Enable hotplug detection on HDMI connector
Laurent Pinchart
2014-12-23
1
-0
/
+1
|
*
drm: rcar-du: Output HSYNC instead of CSYNC
Laurent Pinchart
2014-12-23
1
-1
/
+1
|
*
drm: rcar-du: Add support for external pixel clock
Laurent Pinchart
2014-12-23
4
-9
/
+70
|
*
drm: rcar-du: Refactor DEFR8 feature
Laurent Pinchart
2014-12-23
4
-10
/
+14
|
*
drm: rcar-du: Remove LVDS and HDMI encoders chaining restriction
Laurent Pinchart
2014-12-23
2
-7
/
+15
|
*
drm: rcar-du: Configure pitch for chroma plane of multiplanar formats
Laurent Pinchart
2014-12-23
1
-0
/
+2
|
*
drm: rcar-du: Don't fail probe in case of partial encoder init error
Laurent Pinchart
2014-12-23
2
-9
/
+34
*
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-12-16
17
-96
/
+438
|
\
|
[next]