aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: hvs: Fix buffer overflow with the dlist handlingMaxime Ripard2021-02-171-4/+14
* drm/vc4: Correct POS1_SCL for hvs5Dom Cobley2021-02-031-2/+2
* drm/vc4: Correct lbm size and calculationDom Cobley2021-02-031-1/+6
* drm/vc4: Handing the return value of drm_universal_plane_initTian Tao2020-09-161-0/+2
* drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_setNathan Chancellor2020-09-111-2/+2
* drm/vc4: drv: Support BCM2711Maxime Ripard2020-09-071-0/+5
* drm/vc4: plane: Create more planesMaxime Ripard2020-09-071-1/+1
* drm/vc4: plane: Optimize the LBM allocation sizeDave Stevenson2020-09-071-4/+13
* drm/vc4: plane: Change LBM alignment constraint on LBMDave Stevenson2020-09-071-1/+3
* drm/vc4: Add support for the BCM2711 HVS5Dave Stevenson2020-09-071-52/+142
* drm/vc4: plane: Move additional planes creation to driverMaxime Ripard2020-06-101-11/+14
* drm/vc4: plane: Move planes creation to its own functionMaxime Ripard2020-06-101-0/+38
* drm/vc4: plane_state->fb iff plane_state->crtcDaniel Vetter2020-01-281-1/+1
* drm/mm: Use helpers for drm_mm_node booleansChris Wilson2019-10-041-2/+2
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-4/+1
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-10/+5
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | | drm/vc4: drop use of drmP.hSam Ravnborg2019-07-171-2/+4
* | | drm/vc4: Use drm_gem_fb_prepare_fbDaniel Vetter2019-06-281-3/+2
| |/ |/|
* | Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-1/+1
|\|
| * drm/vc4: fix fb references in async updateHelen Koike2019-06-041-1/+1
* | drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-9/+4
* | drm: Remove users of drm_format_num_planesMaxime Ripard2019-05-201-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/+1
* 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/+4
* drm/vc4: Allow scaling on cursor planeBoris Brezillon2018-11-301-17/+2
* 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/+0
|/
* BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-271-13/+12
|\
| * drm/vc4: Fix the "no scaling" case on multi-planar YUV formatsBoris Brezillon2018-09-101-13/+12
* | 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-151-11/+87
| |\
| * | drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon2018-07-251-0/+3