Here are the changes from others for vc4 for -next. I haven't included vc4-loops in this pull request, as much as I'd like to, because it's only been out on the list for a week. I got an ack from Daniel on its ABI (and a suggestion from Rob Clark that he R-Bed the change for), but I didn't want my changes to keep other people's patches from getting merged. If you'd be comfortable merging vc4-loops, I'd love to put together another pull request just for it. The following changes since commit 56d1fe0979dc9b73c1c12ee07722ac380d42a0c4: drm/vc4: Make pageflip completion handling more robust. (2016-06-06 13:00:40 -0700) are available in the git repository at: https://github.com/anholt/linux tags/drm-vc4-next-2016-07-12 for you to fetch changes up to deb4765db386db67626ffd075d8b5eb5fdf9c4f6: drm/vc4: remove redundant ret status check (2016-07-11 17:23:50 -0700) ---------------------------------------------------------------- This pull request brings in new vc4 plane formats for Android, precise vblank timestamping, and a couple of small cleanups. ---------------------------------------------------------------- Colin Ian King (2): drm/vc4: clean up error exit path on failed dpi_connector allocation drm/vc4: remove redundant ret status check Eric Anholt (2): Merge tag 'drm-vc4-fixes-2016-06-06' into drm-vc4-next drm/vc4: Bind the HVS before we bind the individual CRTCs. Mario Kleiner (1): drm/vc4: Implement precise vblank timestamping. Peter Chen (1): gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandle Rob Herring (1): drm: vc4: enable XBGR8888 and ABGR8888 pixel formats drivers/gpu/drm/vc4/vc4_crtc.c | 162 ++++++++++++++++++++++++++++++++++++++++ drivers/gpu/drm/vc4/vc4_dpi.c | 14 +--- drivers/gpu/drm/vc4/vc4_drv.c | 7 +- drivers/gpu/drm/vc4/vc4_drv.h | 7 ++ drivers/gpu/drm/vc4/vc4_hdmi.c | 13 ++-- drivers/gpu/drm/vc4/vc4_plane.c | 8 ++ drivers/gpu/drm/vc4/vc4_regs.h | 22 +++++- 7 files changed, 211 insertions(+), 22 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel