summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_plane.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard1-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-06drm/armada: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-1/+1
2025-10-06drm/armada: Drop always true condition in atomic_checkMaxime Ripard1-6/+1
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann1-1/+1
2021-06-24drm/armada: Remove prepare/cleanup_fb hooksDaniel Vetter1-29/+0
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+6
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-31/+32
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-19/+22
2019-08-14drm/armada: drop use of drmP.hSam Ravnborg1-1/+3
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-40/+82
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-17drm/armada: add support for setting gammaRussell King1-1/+1
2019-05-17drm/armada: move plane address and pitch calculation to atomic_checkRussell King1-20/+10
2019-05-17drm/armada: fix plane location and size for interlaceRussell King1-13/+65
2019-05-17drm/armada: add plane size/location accessorsRussell King1-6/+6
2018-07-30drm/armada: remove unnecessary armada_plane structureRussell King1-14/+3
2018-07-30drm/armada: update primary framebuffer parameters on mode changeRussell King1-2/+4
2018-07-30drm/armada: switch primary plane to atomic modesetRussell King1-2/+2
2018-07-30drm/armada: push interlace calculation into armada_drm_plane_calc()Russell King1-18/+20
2018-07-30drm/armada: provide pitches from armada_drm_plane_calc_addrs()Russell King1-8/+14
2018-07-30drm/armada: pass plane state into armada_drm_plane_calc_addrs()Russell King1-13/+12
2018-07-30drm/armada: move plane works to overlayRussell King1-6/+0
2018-07-30drm/armada: move primary plane to separate fileRussell King1-0/+297