summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_plane.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-161-10/+5Star
|\
| * Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-1/+1
| |\
| * | drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-9/+4Star
| * | drm: Remove users of drm_format_num_planesMaxime Ripard2019-05-201-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
| |/ |/|
* | drm/vc4: fix fb references in async updateHelen Koike2019-06-041-1/+1
|/
* drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon2019-03-061-0/+57
* drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-1/+1
* drm/vc4: Limit SAND tiling support to semiplanar YUV420 formatsPaul Kocialkowski2019-01-111-16/+1Star
* drm/vc4: Take margin setup into account when updating planesBoris Brezillon2018-12-191-0/+50
* drm/vc4: Add support for X/Y reflectionBoris Brezillon2018-12-081-12/+47
* drm/vc4: Fix negative X/Y positioning on SAND planesBoris Brezillon2018-12-081-0/+21
* drm/vc4: Allow YUV formats on cursor planesBoris Brezillon2018-11-301-12/+4Star
* drm/vc4: Allow scaling on cursor planeBoris Brezillon2018-11-301-17/+2Star
* drm/vc4: Rework the async update logicBoris Brezillon2018-11-301-21/+66
* drm/vc4: Don't check plane state more than onceBoris Brezillon2018-11-301-0/+11
* drm/vc4: Move LBM creation out of vc4_plane_mode_set()Boris Brezillon2018-11-301-28/+53
* drm/vc4: Make vc4_lbm_size() return 0 when vertical scaling is disabledBoris Brezillon2018-11-301-3/+6
* Merge v4.20-rc4 into drm-nextDave Airlie2018-11-291-2/+13
|\
| * drm/vc4: Fix NULL pointer dereference in the async update pathBoris Brezillon2018-11-151-2/+13
* | drm/vc4: Prefer PPF over TPZ when dst >= 2/3 srcBoris Brezillon2018-11-091-4/+4
* | drm/vc4: ->x_scaling[1] should never be set to VC4_SCALING_NONEBoris Brezillon2018-11-091-5/+7
* | drm/vc4: Set ->is_yuv to false when num_planes == 1Boris Brezillon2018-10-241-0/+1
* | drm/vc4: Fix X/Y positioning of planes using T_TILES modifierBoris Brezillon2018-10-241-7/+43
* | drm/vc4: Move ->offsets[] adjustment out of setup_clipping_and_scaling()Boris Brezillon2018-10-241-10/+16
* | drm/vc4: Use drm_atomic_helper_check_plane_state() to simplify the logicBoris Brezillon2018-10-241-50/+52
* | drm/vc4: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-051-1/+0Star
|/
* 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