index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
rcar-du
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-16
drm: rcar-du: Use the drm atomic state duplication helpers for planes
Laurent Pinchart
1
-5
/
+5
2015-06-16
drm: rcar-du: Clean up planes in the error paths of .atomic_commit()
Laurent Pinchart
1
-3
/
+9
2015-06-16
drm: rcar-du: Convert rcar_du_encoders_init_one() return value to 0/<0
Laurent Pinchart
1
-5
/
+5
2015-06-16
drm: rcar-du: Clarify error message when encoder initialization fails
Laurent Pinchart
1
-2
/
+5
2015-06-16
drm: rcar-du: Fix crash with groups that have less than 9 planes
Laurent Pinchart
4
-6
/
+7
2015-06-16
drm: rcar-du: Disable all planes when stopping the CRTC
Laurent Pinchart
1
-0
/
+13
2015-06-16
drm: rcar-du: Print the error value when DRM/KMS init fails
Laurent Pinchart
1
-1
/
+1
2015-05-25
drm: rcar-du: Split planes pre-association 4/4 between CRTCs
Laurent Pinchart
2
-6
/
+4
2015-05-25
drm: rcar-du: Store the number of CRTCs per group in the group structure
Laurent Pinchart
3
-4
/
+5
2015-05-25
drm: rcar-du: Consider plane to CRTC associations in the plane allocator
Laurent Pinchart
1
-1
/
+21
2015-05-25
drm: rcar-du: Keep plane to CRTC associations when disabling a plane
Laurent Pinchart
3
-21
/
+37
2015-05-25
drm: rcar-du: Add plane allocation debugging
Laurent Pinchart
1
-1
/
+37
2015-05-25
drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state
Laurent Pinchart
4
-16
/
+16
2015-05-25
drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group
Laurent Pinchart
5
-15
/
+10
2015-05-25
drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device
Laurent Pinchart
4
-38
/
+47
2015-05-25
drm: rcar-du: Document the rcar_du_plane_state structure
Laurent Pinchart
1
-1
/
+10
2015-05-25
drm: rcar-du: Document the rcar_du_crtc structure
Laurent Pinchart
1
-0
/
+14
2015-04-13
Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
1
-21
/
+4
2015-04-08
drm/rcar-du: use for_each_endpoint_of_node macro
Philipp Zabel
1
-13
/
+3
2015-03-19
drm: rcar-du: Enable the atomic updates API
Laurent Pinchart
1
-1
/
+2
2015-03-19
drm: rcar-du: Don't initialize event->pipe field
Laurent Pinchart
1
-2
/
+0
2015-03-19
drm: rcar-du: Fix framebuffer reference leak through plane state
Laurent Pinchart
1
-0
/
+3
2015-03-03
drm: rcar-du: Fix race condition in hardware plane allocator
Laurent Pinchart
5
-164
/
+228
2015-03-03
drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()
Laurent Pinchart
1
-7
/
+3
2015-03-03
drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
Laurent Pinchart
2
-35
/
+21
2015-03-03
drm: rcar-du: Move plane format to plane state
Laurent Pinchart
3
-52
/
+71
2015-03-03
drm: rcar-du: Remove unneeded rcar_du_crtc plane field
Laurent Pinchart
2
-7
/
+2
2015-03-03
drm: rcar-du: Replace plane crtc and enabled fields by plane state
Laurent Pinchart
3
-19
/
+5
2015-03-03
drm: rcar-du: Rework plane setup code
Laurent Pinchart
2
-25
/
+12
2015-03-03
drm: rcar-du: Switch plane set_property to atomic helpers
Laurent Pinchart
4
-57
/
+95
2015-03-03
drm: rcar-du: Switch page flip to atomic helpers
Laurent Pinchart
3
-47
/
+17
2015-03-03
drm: rcar-du: Implement asynchronous commit support
Laurent Pinchart
3
-1
/
+113
2015-03-03
drm: rcar-du: Replace encoder mode_fixup with atomic_check
Laurent Pinchart
2
-29
/
+20
2015-03-03
drm: rcar-du: Switch connector DPMS to atomic helpers
Laurent Pinchart
6
-40
/
+7
2015-03-03
drm: rcar-du: Switch mode config to atomic helpers
Laurent Pinchart
3
-73
/
+6
2015-03-03
drm: rcar-du: Switch plane update to atomic helpers
Laurent Pinchart
2
-2
/
+5
2015-03-03
drm: rcar-du: Rework CRTC enable/disable for atomic updates
Laurent Pinchart
2
-26
/
+35
2015-03-03
drm: rcar-du: Rework HDMI encoder enable/disable for atomic updates
Laurent Pinchart
1
-13
/
+35
2015-03-03
drm: rcar-du: Rework encoder enable/disable for atomic updates
Laurent Pinchart
1
-11
/
+22
2015-03-03
drm: rcar-du: Replace LVDS encoder DPMS by enable/disable
Laurent Pinchart
4
-23
/
+21
2015-03-03
drm: rcar-du: Remove private copy of plane size and position
Laurent Pinchart
2
-23
/
+10
2015-03-03
drm: rcar-du: Wire up atomic state object scaffolding
Laurent Pinchart
6
-0
/
+25
2015-03-03
drm: rcar-du: Handle primary plane config through atomic plane ops
Laurent Pinchart
3
-78
/
+14
2015-03-03
drm: rcar-du: Implement planes atomic operations
Laurent Pinchart
2
-48
/
+141
2015-03-03
drm: rcar-du: Fix hardware plane allocation
Laurent Pinchart
1
-2
/
+2
2015-03-03
drm: rcar-du: Implement universal plane support
Laurent Pinchart
4
-52
/
+40
2015-03-03
drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS
Laurent Pinchart
1
-3
/
+7
2015-03-03
drm: rcar-du: Disable fbdev emulation when no connector is present
Laurent Pinchart
1
-5
/
+10
2015-03-03
drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC
Laurent Pinchart
2
-11
/
+21
2015-03-03
drm: rcar-du: Wait for page flip completion when turning the CRTC off
Laurent Pinchart
2
-0
/
+38
[next]