Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into drm-next
authorDave Airlie <airlied@redhat.com>
Fri, 15 Jul 2016 03:56:11 +0000 (13:56 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 15 Jul 2016 03:56:11 +0000 (13:56 +1000)
commit35b8a749242109db7b4af1b6c420ea7f9ded6b2b
tree515ca36eae27e640eef6da05c40c7b7cccdea76c
parentff37c05a996bb96eccc21f4fb1b32ba0e24f3443
parentdeb4765db386db67626ffd075d8b5eb5fdf9c4f6
Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into drm-next

This pull request brings in new vc4 plane formats for Android, precise
vblank timestamping, and a couple of small cleanups.

* tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux:
  drm/vc4: remove redundant ret status check
  drm/vc4: Implement precise vblank timestamping.
  drm/vc4: Bind the HVS before we bind the individual CRTCs.
  gpu: drm: vc4_hdmi: add missing of_node_put after calling of_parse_phandle
  drm: vc4: enable XBGR8888 and ABGR8888 pixel formats
  drm/vc4: clean up error exit path on failed dpi_connector allocation
drivers/gpu/drm/vc4/vc4_crtc.c
drivers/gpu/drm/vc4/vc4_dpi.c
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_hdmi.c
drivers/gpu/drm/vc4/vc4_plane.c