Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at:
https://github.com/anholt/linux tags/drm-vc4-next-2016-08-29 for you to fetch changes up to 67f13690f447841fb3d2f952a6e49b2b28ae379b: drm/vc4: Don't force new binner overflow allocation per draw. (2016-08-19 19:36:22 -0700) ---------------------------------------------------------------- This pull request brings in interlaced vblank timing and a 3D rendering memory/CPU overhead reduction. ---------------------------------------------------------------- Eric Anholt (1): drm/vc4: Don't force new binner overflow allocation per draw. Mario Kleiner (5): drm/vc4: Disallow interlaced modes on DPI. drm/vc4: Fix handling of interlaced video modes. drm/vc4: Reject doublescan modes. drm/vc4: Enable precise vblank timestamping for interlaced modes. drm/vc4: Enable/Disable vblanks properly in crtc en/disable. drivers/gpu/drm/vc4/vc4_crtc.c | 52 +++++++++++++++++++++++++++++++----------- drivers/gpu/drm/vc4/vc4_dpi.c | 11 +++++++++ drivers/gpu/drm/vc4/vc4_gem.c | 4 ---- drivers/gpu/drm/vc4/vc4_hdmi.c | 29 +++++++++++++++++++++-- 4 files changed, 77 insertions(+), 19 deletions(-)