summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada
AgeCommit message (Expand)Author
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula
2023-11-27drm: Use device_get_match_data()Rob Herring
2023-11-21drm/armada: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-21drm/armada: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson
2023-07-31fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann
2023-07-29drm/armada: Fix off-by-one error in armada_overlay_get_property()Geert Uytterhoeven
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-07-11drm/client: Send hotplug event after registering a clientThomas Zimmermann
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-01drm/armada: Use regular fbdev I/O helpersThomas Zimmermann
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard
2023-04-21drm/armada: Implement fbdev emulation as in-kernel clientThomas Zimmermann
2023-04-21drm/armada: Initialize fbdev DRM clientThomas Zimmermann
2023-04-21drm/armada: Hide fbdev support behind config optionThomas Zimmermann
2023-04-21drm/armada: Include <linux/of.h>Thomas Zimmermann
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter
2023-04-11drm/armada: Fix a potential double free in an error handling pathChristophe JAILLET
2023-02-21drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Thomas Zimmermann
2023-01-26drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionThomas Zimmermann
2022-11-05drm/fb-helper: Perform all fbdev I/O with the same implementationThomas Zimmermann
2022-11-05drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann
2022-11-05drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann
2022-10-18drm/armada: Prepare to dynamic dma-buf locking specificationDmitry Osipenko
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-07-26drm/armada: Use drm_plane_helper_destroy()Thomas Zimmermann
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-02-25drm/armada: Make use of the helper component_compare_of/dev_nameYong Wu
2022-01-27drm/armada: Add support for the nomodeset kernel parameterJavier Martinez Canillas
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-06-29drm/armada: Don't set struct drm_device.irq_enabledThomas Zimmermann
2021-06-24drm/armada: Remove prepare/cleanup_fb hooksDaniel Vetter
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen
2020-11-17drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate...Lee Jones
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard