summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_plane.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-17drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter1-1/+1
2020-07-02drm : Insert blank lines after declarations.Suraj Upadhyay1-0/+1
2020-05-14drm: plane: Verify that no or all planes have a zpos propertyLaurent Pinchart1-0/+9
2019-04-24drm/lease: Make sure implicit planes are leasedDaniel Vetter1-0/+8
2019-01-11drm: Auto-set allow_fb_modifiers when given modifiers at plane initPaul Kocialkowski1-0/+3
2018-11-29drm: Add DRM_MODESET_LOCK_BEGIN/END helpersSean Paul1-13/+3
2018-11-06drm: Add drm_any_plane_has_format()Ville Syrjälä1-0/+23
2018-09-14drm: Differentiate the lack of an interface from invalid parameterChris Wilson1-5/+5
2018-09-11drm: Remove set but not used variable 'config'YueHaibing1-2/+0
2018-09-09drm: drop drmP.h include from drm_plane.cDaniel Vetter1-1/+10
2018-07-13drm: Introduce __setplane_atomic()Ville Syrjälä1-11/+57
2018-07-13drm: Extract __setplane_check()Ville Syrjälä1-31/+49
2018-06-18drm: Add checks for atomic_[duplicate/destroy]_state with atomic driversHaneen Mohammed1-0/+4
2018-06-11drm: Stop updating plane->crtc/fb/old_fb on atomic driversVille Syrjälä1-5/+9