aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_plane.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-13Merge tag 'drm-fixes-2025-12-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-4/+4
2025-12-05Merge tag 'hardening-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-12-05drm/plane: Fix IS_ERR() vs NULL check in drm_plane_create_hotspot_properties()Dan Carpenter1-4/+4
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+59
2025-11-26drm/plane: Add COLOR PIPELINE propertyHarry Wentland1-0/+59
2025-11-24drm/plane: Remove const qualifier from plane->modifiers allocation typeKees Cook1-1/+1
2025-11-19drm/plane: Fix create_in_format_blob() return valueVille Syrjälä1-2/+2
2025-06-16drm: Include <linux/export.h>Thomas Zimmermann1-0/+1
2025-05-09drm/plane: modify create_in_formats to acommodate asyncArun R Murthy1-13/+31
2025-05-09drm/plane: Add new plane property IN_FORMATS_ASYNCArun R Murthy1-0/+8
2024-06-24drm: Export drm_plane_has_format()Ville Syrjälä1-0/+10
2024-06-24drm: Rename drm_plane_check_pixel_format() to drm_plane_has_format()Ville Syrjälä1-12/+10
2024-04-22drm: Fix plane SIZE_HINTS property docsVille Syrjälä1-1/+1
2024-04-11drm: Introduce plane SIZE_HINTS propertyVille Syrjälä1-0/+56
2023-12-23drm: Don't unref the same fb many times by mistake due to deadlock handlingVille Syrjälä1-0/+1
2023-12-04Revert "drm: Introduce pixel_source DRM plane property"Dmitry Baryshkov1-15/+4
2023-12-04Revert "drm/atomic: Add solid fill data to plane state dump"Dmitry Baryshkov1-8/+0
2023-12-02drm/atomic: Add solid fill data to plane state dumpJessica Zhang1-0/+8
2023-12-02drm: Introduce pixel_source DRM plane propertyJessica Zhang1-4/+15
2023-11-24drm/plane: Extend damage tracking kernel-docJavier Martinez Canillas1-0/+30
2023-11-24drm: Introduce documentation for hotspot propertiesMichael Banack1-1/+57
2023-11-24drm: Remove legacy cursor hotspot codeZack Rusin1-3/+0
2023-11-24drm/atomic: Add support for mouse hotspotsZack Rusin1-0/+50
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin1-0/+13
2023-01-04drm/docs: Explicitly document default CRTC background behaviorSean Paul1-0/+5
2022-09-20drm/plane: Allocate planes with drm_universal_plane_alloc()Thomas Zimmermann1-0/+38
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann1-32/+0
2022-04-28drm/plane: Move range check for format_count earlierSteven Price1-7/+7
2022-01-31drm: add support modifiers for drivers whose planes only support linear layoutTomohito Esaki1-10/+13
2022-01-06drm/plane: Make format_mod_supported truly optionalJosé Expósito1-7/+2
2021-08-02drm: Fix typo in commentsCai Huoqing1-1/+1
2021-07-27drm/plane: Move drm_plane_enable_fb_damage_clips into coreDaniel Vetter1-0/+54
2021-07-27drm/plane: check that fb_damage is set up when usedDaniel Vetter1-0/+50
2021-05-12drm/modifiers: Enforce consistency between the cap an IN_FORMATSDaniel Vetter1-1/+17
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-10/+56
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus1-6/+2
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-1/+8
2021-01-24drm/doc: document the type plane propertySimon Ser1-4/+54
2021-01-11drm: Check actual format for legacy pageflip.Bas Nieuwenhuizen1-1/+8
2021-01-07Merge tag 'drm-misc-next-2021-01-06' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+18
2021-01-07Merge tag 'imx-drm-next-2021-01-04' of git://git.pengutronix.de/git/pza/linux...Daniel Vetter1-29/+105
2021-01-04drm/plane: add drmm_universal_plane_alloc()Philipp Zabel1-29/+105
2020-12-17drm: require each CRTC to have a unique primary planeSimon Ser1-0/+6
2020-12-17drm/doc: fix reference to drm_format_modifier_blobSimon Ser1-3/+3
2020-12-17drm/doc: introduce new section for standard plane propertiesSimon Ser1-0/+12
2020-12-15drm: require a non_NULL drm_crtc.primarySimon Ser1-1/+1
2020-12-15drm: rework description of primary and cursor planesSimon Ser1-7/+9
2020-12-07drm: fix typos in plane and CRTC overviewsSimon Ser1-1/+1
2020-10-21drm: Introduce plane and CRTC scaling filter propertiesPankaj Bharadiya1-0/+73
2020-08-25Merge tag 'v5.9-rc2' into drm-misc-fixesMaarten Lankhorst1-0/+1