summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_plane.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon2017-10-191-0/+20
* drm/vc4: Fix pitch setup for T-format scanout.Eric Anholt2017-10-131-5/+15
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+1
* drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations.Eric Anholt2017-06-221-0/+17
* drm/vc4: Add T-format scanout support.Eric Anholt2017-06-151-4/+27
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-221-4/+5
* drm: Add acquire ctx parameter to ->update_planeDaniel Vetter2017-03-291-2/+4
* drm: vc4: remove redundant check of plane being non-nullColin Ian King2017-03-171-9/+2
* drm/vc4: Don't wait for vblank when updating the cursorMichael Zoran2017-02-281-6/+6
* Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-1/+1
|\
| * drm: vc4: adapt to new behaviour of drm_crtc.cAndrzej Pietrasiewicz2017-02-081-1/+1
* | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-3/+3
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-2/+2
* | drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä2016-12-151-1/+1
* | drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-151-1/+1
|/
* drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart2016-08-191-2/+0
* Merge tag 'drm-vc4-next-2016-07-12' of https://github.com/anholt/linux into d...Dave Airlie2016-07-151-0/+8
|\
| * drm: vc4: enable XBGR8888 and ABGR8888 pixel formatsRob Herring2016-07-071-0/+8
* | drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter2016-06-021-2/+3
|/
* drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter2016-05-171-1/+1
* drm/vc4: Add support for YUV planes.Eric Anholt2016-02-161-58/+198
* drm/vc4: Add support a few more RGB display plane formats.Eric Anholt2016-02-161-0/+16
* drm/vc4: Add support for scaling of display planes.Eric Anholt2016-02-161-13/+240
* 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-071-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