summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_plane.c
Commit message (Expand)AuthorAgeFilesLines
* BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-271-13/+12Star
|\
| * drm/vc4: Fix the "no scaling" case on multi-planar YUV formatsBoris Brezillon2018-09-101-13/+12Star
* | drm: extract drm_atomic_uapi.cDaniel Vetter2018-09-091-0/+1
* | Merge drm/drm-next into drm-misc-nextSean Paul2018-08-271-0/+3
|\|
| * Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-161-11/+87
| |\
| * | drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon2018-07-251-0/+3
* | | drm/vc4: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-081-3/+1Star
| |/ |/|
* | drm: add missing ctx argument to plane transitional helpersRussell King2018-07-031-1/+1
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-10/+86
|\ \ | |/ |/|
| * Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-201-1/+1
| |\
| * | drm/vc4: Always obey implicit syncDaniel Vetter2018-06-201-4/+7
| * | drm/vc4: Add support for SAND modifier.Dave Stevenson2018-05-311-7/+77
| * | drm/vc4: Add missing formats to vc4_format_mod_supported().Eric Anholt2018-05-311-0/+2
| * | drm/vc4: plane: Expand the lower bits by repeating the higher bitsMaxime Ripard2018-05-171-0/+1
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
| |/ |/|
* | Merge drm-fixes-for-v4.17-rc6-urgent into drm-nextDave Airlie2018-05-181-1/+1
|\ \ | |/ |/|
| * drm/vc4: Fix scaling of uni-planar formatsBoris Brezillon2018-05-091-1/+1
* | drm/vc4: Add support for plane alphaStefan Schake2018-04-231-4/+17
* | drm/vc4: update cursors asynchronously through atomicGustavo Padovan2018-04-171-77/+54Star
|/
* drm/vc4: Move plane state to headerStefan Schake2018-03-091-60/+0Star
* drm/vc4: Check if plane requires background fillStefan Schake2018-03-091-0/+17
* drm/vc4: Set premultiplied for alpha formatsStefan Schake2018-03-091-1/+2
* drm/vc4: Advertise supported modifiers for planesDaniel Stone2018-03-051-1/+33
* drm/vc4: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-12/+11Star
* drm/vc4: Add support for NV21 and NV61.Dave Stevenson2017-11-211-0/+10
* drm/vc4: Use .pixel_order instead of custom .flip_cbcrDave Stevenson2017-11-211-12/+8Star
* drm/vc4: Add support for DRM_FORMAT_RGB888 and DRM_FORMAT_BGR888Dave Stevenson2017-11-211-0/+8
* 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-141-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-161-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-181-9/+2Star
* 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/+0Star
* 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-081-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