summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_plane.c
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-131-8/+21
|\
| * drm/vc4: plane: Register a different drm_plane_helper_funcs on BCM2711Maxime Ripard2022-06-161-1/+11
| * drm/vc4: Consolidate Hardware Revision CheckMaxime Ripard2022-06-161-7/+6
| * drm/vc4: plane: Prevent async update if we don't have a dlistMaxime Ripard2022-06-161-0/+4
* | drm/vc4: plane: Add alpha_blend_mode property to each plane.Dave Stevenson2022-06-281-13/+49
* | drm/vc4: plane: Fix margin calculations for the right/bottom edgesDave Stevenson2022-06-281-4/+4
* | drm/vc4: plane: Remove subpixel positioning checkDom Cobley2022-06-281-13/+9
* | drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* | drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
|/
* drm/vc4: simplify the return expression of vc4_prepare_fb()Minghao Chi2022-04-291-6/+1
* drm/vc4: plane: Add support for YUV color encodings and rangesDave Stevenson2021-12-161-3/+68
* drm/vc4: plane: Add support for DRM_FORMAT_P030Dave Stevenson2021-12-161-31/+96
* drm/vc4: Leverage the load tracker on the BCM2711Maxime Ripard2021-11-041-5/+0
* Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-131-1/+0
|\
| * drm/vc4: plane: Remove redundant assignmentMaxime Ripard2021-04-081-1/+0
* | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-35/+41
|\ \ | |/ |/|
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+1
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-5/+5
| * drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard2021-02-241-27/+31
| * drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
* | Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-211-6/+1
|\|
| * drm: vc4: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart2021-01-051-6/+1
* | drm/vc4: hvs: Fix buffer overflow with the dlist handlingMaxime Ripard2021-02-021-4/+14
* | drm/vc4: Correct POS1_SCL for hvs5Dom Cobley2021-01-251-2/+2
* | drm/vc4: Correct lbm size and calculationDom Cobley2021-01-251-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