summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_plane.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm: Introduce pixel_source DRM plane property"Dmitry Baryshkov2023-12-041-15/+4
* Revert "drm/atomic: Add solid fill data to plane state dump"Dmitry Baryshkov2023-12-041-8/+0
* drm/atomic: Add solid fill data to plane state dumpJessica Zhang2023-12-021-0/+8
* drm: Introduce pixel_source DRM plane propertyJessica Zhang2023-12-021-4/+15
* drm/plane: Extend damage tracking kernel-docJavier Martinez Canillas2023-11-241-0/+30
* drm: Introduce documentation for hotspot propertiesMichael Banack2023-11-241-1/+57
* drm: Remove legacy cursor hotspot codeZack Rusin2023-11-241-3/+0
* drm/atomic: Add support for mouse hotspotsZack Rusin2023-11-241-0/+50
* drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin2023-11-241-0/+13
* drm/docs: Explicitly document default CRTC background behaviorSean Paul2023-01-041-0/+5
* drm/plane: Allocate planes with drm_universal_plane_alloc()Thomas Zimmermann2022-09-201-0/+38
* drm/plane: Remove drm_plane_init()Thomas Zimmermann2022-09-201-32/+0
* drm/plane: Move range check for format_count earlierSteven Price2022-04-281-7/+7
* drm: add support modifiers for drivers whose planes only support linear layoutTomohito Esaki2022-01-311-10/+13
* drm/plane: Make format_mod_supported truly optionalJosé Expósito2022-01-061-7/+2
* drm: Fix typo in commentsCai Huoqing2021-08-021-1/+1
* drm/plane: Move drm_plane_enable_fb_damage_clips into coreDaniel Vetter2021-07-271-0/+54
* drm/plane: check that fb_damage is set up when usedDaniel Vetter2021-07-271-0/+50
* drm/modifiers: Enforce consistency between the cap an IN_FORMATSDaniel Vetter2021-05-121-1/+17
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-10/+56
|\
| * drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-6/+2
| * drm/doc: document the type plane propertySimon Ser2021-01-241-4/+54
* | Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2021-01-251-1/+8
|\ \ | |/ |/|
| * drm: Check actual format for legacy pageflip.Bas Nieuwenhuizen2021-01-111-1/+8
* | Merge tag 'drm-misc-next-2021-01-06' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-01-071-0/+18
|\ \
| * | drm: require each CRTC to have a unique primary planeSimon Ser2020-12-171-0/+6
| * | drm/doc: fix reference to drm_format_modifier_blobSimon Ser2020-12-171-3/+3
| * | drm/doc: introduce new section for standard plane propertiesSimon Ser2020-12-171-0/+12
* | | Merge tag 'imx-drm-next-2021-01-04' of git://git.pengutronix.de/git/pza/linux...Daniel Vetter2021-01-071-29/+105
|\ \ \ | |/ / |/| |
| * | drm/plane: add drmm_universal_plane_alloc()Philipp Zabel2021-01-041-29/+105
| |/
* | drm: require a non_NULL drm_crtc.primarySimon Ser2020-12-151-1/+1
* | drm: rework description of primary and cursor planesSimon Ser2020-12-151-7/+9
* | drm: fix typos in plane and CRTC overviewsSimon Ser2020-12-071-1/+1
|/
* drm: Introduce plane and CRTC scaling filter propertiesPankaj Bharadiya2020-10-211-0/+73
* Merge tag 'v5.9-rc2' into drm-misc-fixesMaarten Lankhorst2020-08-251-0/+1
|\
| * drm : Insert blank lines after declarations.Suraj Upadhyay2020-07-021-0/+1
* | drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter2020-08-171-1/+1
|/
* drm: plane: Verify that no or all planes have a zpos propertyLaurent Pinchart2020-05-141-0/+9
* drm/lease: Make sure implicit planes are leasedDaniel Vetter2019-04-241-0/+8
* drm: Auto-set allow_fb_modifiers when given modifiers at plane initPaul Kocialkowski2019-01-111-0/+3
* drm: Add DRM_MODESET_LOCK_BEGIN/END helpersSean Paul2018-11-291-13/+3
* drm: Add drm_any_plane_has_format()Ville Syrjälä2018-11-061-0/+23
* drm: Differentiate the lack of an interface from invalid parameterChris Wilson2018-09-141-5/+5
* drm: Remove set but not used variable 'config'YueHaibing2018-09-111-2/+0
* drm: drop drmP.h include from drm_plane.cDaniel Vetter2018-09-091-1/+10
* drm: Introduce __setplane_atomic()Ville Syrjälä2018-07-131-11/+57
* drm: Extract __setplane_check()Ville Syrjälä2018-07-131-31/+49
* drm: Add checks for atomic_[duplicate/destroy]_state with atomic driversHaneen Mohammed2018-06-181-0/+4
* drm: Stop updating plane->crtc/fb/old_fb on atomic driversVille Syrjälä2018-06-111-5/+9
* drm: Trust format_mod_supported() when it OKs a plane modifier.Eric Anholt2018-05-311-11/+12