Hi Dave, The following changes since commit bdcddf95e82b1c4e370fc1196b1f4f50f775dab4: Backmerge v4.1-rc4 into into drm-next (2015-05-20 16:23:53 +1000) are available in the git repository at: git://linuxtv.org/pinchartl/fbdev.git drm/next/rcar-du for you to fetch changes up to 2610abfb3a72f6e5444a710b695c9460138f9326: drm: rcar-du: Split planes pre-association 4/4 between CRTCs (2015-05-25 15:34:13 +0300) ---------------------------------------------------------------- Laurent Pinchart (10): drm: rcar-du: Document the rcar_du_crtc structure drm: rcar-du: Document the rcar_du_plane_state structure drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state drm: rcar-du: Add plane allocation debugging drm: rcar-du: Keep plane to CRTC associations when disabling a plane drm: rcar-du: Consider plane to CRTC associations in the plane allocator drm: rcar-du: Store the number of CRTCs per group in the group structure drm: rcar-du: Split planes pre-association 4/4 between CRTCs drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 61 ++++++++++++----------- drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 14 ++++++ drivers/gpu/drm/rcar-du/rcar_du_drv.h | 6 +++ drivers/gpu/drm/rcar-du/rcar_du_group.c | 6 +++ drivers/gpu/drm/rcar-du/rcar_du_group.h | 8 ++- drivers/gpu/drm/rcar-du/rcar_du_kms.c | 105 ++++++++++++++++++++++++++---- drivers/gpu/drm/rcar-du/rcar_du_plane.c | 71 +++++++++------------------ drivers/gpu/drm/rcar-du/rcar_du_plane.h | 21 ++++---- 8 files changed, 195 insertions(+), 97 deletions(-) -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel