summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_drv.c
AgeCommit message (Expand)Author
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-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas 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: 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
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-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-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-09-25drm/armada: Introduce GEM object functionsThomas Zimmermann
2020-09-11drm/armada: Don't use drm_device->dev_privateDaniel Vetter
2020-09-11drm/armada: Use devm_drm_dev_allocDaniel Vetter
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-21Update rmk's email address in various driversRussell King
2020-03-26drm/<drivers>: Use drmm_add_final_kfreeDaniel Vetter
2019-08-14drm/armada: drop use of drmP.hSam Ravnborg
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-28drm/armada: no need to check parent of remotefor-airlie-armadaRussell King
2019-06-28drm/armada: use for_each_endpoint_of_node() to walk crtc endpointsRussell King
2019-06-28drm/armada: replace the simple-framebufferLubomir Rintel
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-17drm/armada: add drm_atomic_helper_shutdown() call in tear-downRussell King
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-07-30drm/armada: remove obsolete fb unreferencing kfifo and workqueueRussell King
2018-07-30drm/armada: enable atomic modeset supportRussell King
2018-07-30drm/armada: move armada_drm_mode_config_funcs to armada_drv.cRussell King
2018-07-30drm/armada: reset all atomic state during driver initialisationRussell King
2018-07-30drm/armada: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2017-12-08drm/armada: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes
2017-10-16drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed
2017-09-29drm/armada: Remove unused #include <drmP.h>Haneen Mohammed
2017-09-02drm/armada: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring
2017-03-14drm/gem: Add DEFINE_DRM_GEM_FOPSDaniel Vetter
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter
2017-03-01drm/armada: Remove armada_drm_debugfs_cleanup()Noralf Trønnes
2017-02-17drm: Remove the struct drm_device platformdev fieldLaurent Pinchart
2017-02-07drm: armada: use vblank hooks in struct drm_crtc_funcsShawn Guo
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi
2016-11-25Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie
2016-11-17drm/armada: de-midlayer armadaRussell King