]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'drm-vc4-next-2016-02-17' of github.com:anholt/linux into drm-next
authorDave Airlie <airlied@redhat.com>
Fri, 19 Feb 2016 02:51:43 +0000 (12:51 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 19 Feb 2016 02:51:43 +0000 (12:51 +1000)
commitb4b9f09e26a4114b8707fda96002e59d8aca1874
tree844008d60355958d24e8d4ebcaaad16d35ed8369
parent9073bb28c32f55a30733d05993b440460c473a10
parent670c7768d28287d9411c1bec0f6e2488c4e86d4c
Merge tag 'drm-vc4-next-2016-02-17' of github.com:anholt/linux into drm-next

This pull request brings in overlay plane support for vc4.

* tag 'drm-vc4-next-2016-02-17' of github.com:anholt/linux:
  drm/vc4: Add support for YUV planes.
  drm/vc4: Add support a few more RGB display plane formats.
  drm/vc4: Add support for scaling of display planes.
  drm/vc4: Fix which value is being used for source image size.
  drm/vc4: Add more display planes to each CRTC.
  drm/vc4: Make the CRTCs cooperate on allocating display lists.
  drm/vc4: Add a proper short-circut path for legacy cursor updates.
  drm/vc4: Move the plane clipping/scaling setup to a separate function.
  drm/vc4: Add missing __iomem annotation to hw_dlist.
  drm/vc4: Improve comments on vc4_plane_state members.