summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_plane.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/vc4: Fix which value is being used for source image size.Eric Anholt2016-02-161-9/+14
* drm/vc4: Add a proper short-circut path for legacy cursor updates.Eric Anholt2016-02-161-7/+87
* drm/vc4: Move the plane clipping/scaling setup to a separate function.Eric Anholt2016-02-161-26/+52
* drm/vc4: Add missing __iomem annotation to hw_dlist.Eric Anholt2016-02-161-1/+1
* drm/vc4: Improve comments on vc4_plane_state members.Eric Anholt2016-02-161-3/+6
* Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into dr...Dave Airlie2015-12-151-0/+40
|\
| * drm/vc4: Add support for async pageflips.Eric Anholt2015-12-081-0/+40
* | drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+1
* | drm/vc4: Make sure that planes aren't scaled.Eric Anholt2015-11-171-0/+10
* | drm/vc4: vc4_plane_duplicate_state() can be statickbuild test robot2015-11-171-4/+4
|/
* drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt2015-10-211-0/+320