summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada
Commit message (Expand)AuthorAgeFilesLines
* drm: Use device_get_match_data()Rob Herring2023-11-271-17/+7
* drm/armada: Convert to platform remove callback returning voidUwe Kleine-König2023-11-212-6/+4
* drm/armada: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson2023-09-211-0/+8
* fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann2023-07-312-2/+2
* drm/armada: Fix off-by-one error in armada_overlay_get_property()Geert Uytterhoeven2023-07-291-2/+4
* Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-171-2/+0
|\
| * drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* | drm/client: Send hotplug event after registering a clientThomas Zimmermann2023-07-111-4/+0
|/
* drm/armada: Use regular fbdev I/O helpersThomas Zimmermann2023-06-012-5/+3
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-091-1/+0
|\
| * drm/armada: Fix a potential double free in an error handling pathChristophe JAILLET2023-04-111-1/+0
* | drm/armada: Implement fbdev emulation as in-kernel clientThomas Zimmermann2023-04-214-69/+73
* | drm/armada: Initialize fbdev DRM clientThomas Zimmermann2023-04-211-4/+39
* | drm/armada: Hide fbdev support behind config optionThomas Zimmermann2023-04-212-3/+14
* | drm/armada: Include <linux/of.h>Thomas Zimmermann2023-04-211-0/+1
* | drm/aperture: Remove primary argumentDaniel Vetter2023-04-161-1/+1
|/
* drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Thomas Zimmermann2023-02-211-0/+3
* drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionThomas Zimmermann2023-01-261-2/+2
* drm/fb-helper: Perform all fbdev I/O with the same implementationThomas Zimmermann2022-11-051-0/+2
* drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
* drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
* drm/armada: Prepare to dynamic dma-buf locking specificationDmitry Osipenko2022-10-181-4/+4
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-3/+3
* drm/armada: Use drm_plane_helper_destroy()Thomas Zimmermann2022-07-261-7/+2
* drm/plane-helper: Export individual helpersThomas Zimmermann2022-07-261-1/+1
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-262-2/+0
* drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+2
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-14/+3
|\
| * drm/armada: Make use of the helper component_compare_of/dev_nameYong Wu2022-02-251-14/+3
* | drm/armada: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
|/
* Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-0/+2
|\
| * dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+2
* | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-4/+3
|/
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/armada: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-2/+0
* drm/armada: Remove prepare/cleanup_fb hooksDaniel Vetter2021-06-243-33/+0
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-3/+2
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-252-2/+4
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-252-4/+12
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-242-82/+85
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-2/+2
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-242-2/+4
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-19/+22
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate...Lee Jones2020-11-171-1/+1
* drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-2/+6
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-4/+3
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-4/+6