aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-misc into drm-nextDave 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/torvalds/linux into drm-nextDave 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-misc into drm-nextDaniel Vetter1-0/+18
2021-01-07Merge tag 'imx-drm-next-2021-01-04' of git://git.pengutronix.de/git/pza/linux into drm-nextDaniel 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
2018-05-31drm: Trust format_mod_supported() when it OKs a plane modifier.Eric Anholt1-11/+12
2018-03-29drm: Use plane->state->fb over plane->fbVille Syrjälä1-5/+14
2018-03-29drm: Make the fb refcount handover less magicVille Syrjälä1-2/+1
2018-03-29drm: Adjust whitespace for legibilityVille Syrjälä1-1/+5
2018-03-29drm: Add local 'plane' variable for primary/cursor planesVille Syrjälä1-14/+18
2018-03-21Merge airlied/drm-next into drm-misc-nextSean Paul1-1/+1
2018-03-16drm: Remove now pointelss blob->data castsVille Syrjälä1-1/+1
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-7/+26
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+1
2018-02-26drm: Check that the plane supports the request format+modifier comboVille Syrjälä1-7/+26
2018-02-15drm/atomic: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan1-1/+1
2018-01-29drm: Warn if plane/crtc/encoder/connector index exceeds our 32bit bitmasksVille Syrjälä1-0/+4
2017-12-20drm/plane: Make framebuffer refcounting the responsibility of setplane_internal callersMaarten Lankhorst1-22/+20
2017-11-23drm/vblank: Pass crtc_id to page_flip_ioctl.Maarten Lankhorst1-0/+1
2017-10-25drm: Check mode object lease status in all master ioctl paths [v4]Keith Packard1-7/+11
2017-10-21drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard1-1/+1