aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada/armada_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-14drm/armada: drop use of drmP.hSam Ravnborg1-0/+8
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-22/+21
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-18/+20
2019-06-28drm/armada: no need to check parent of remoteRussell King1-11/+3
2019-06-28drm/armada: use for_each_endpoint_of_node() to walk crtc endpointsRussell King1-7/+4
2019-06-28drm/armada: replace the simple-framebufferLubomir Rintel1-0/+11
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-17drm/armada: add drm_atomic_helper_shutdown() call in tear-downRussell King1-0/+2
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-07-30drm/armada: remove obsolete fb unreferencing kfifo and workqueueRussell King1-35/+0
2018-07-30drm/armada: enable atomic modeset supportRussell King1-1/+4
2018-07-30drm/armada: move armada_drm_mode_config_funcs to armada_drv.cRussell King1-0/+6
2018-07-30drm/armada: reset all atomic state during driver initialisationRussell King1-0/+2
2018-07-30drm/armada: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-3/+3
2017-12-08drm/armada: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes1-6/+2
2017-10-16drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed1-1/+1
2017-09-29drm/armada: Remove unused #include <drmP.h>Haneen Mohammed1-1/+0
2017-09-02drm/armada: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-03-14drm/gem: Add DEFINE_DRM_GEM_FOPSDaniel Vetter1-10/+1
2017-03-11Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into drm-misc-nextDaniel Vetter1-2/+1
2017-03-01drm/armada: Remove armada_drm_debugfs_cleanup()Noralf Trønnes1-3/+0
2017-02-17drm: Remove the struct drm_device platformdev fieldLaurent Pinchart1-2/+1
2017-02-07drm: armada: use vblank hooks in struct drm_crtc_funcsShawn Guo1-16/+0
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2016-12-30drm: Deduplicate driver initialization messageGabriel Krisman Bertazi1-6/+0
2016-11-25Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-nextDave Airlie1-108/+128
2016-11-17drm/armada: de-midlayer armadaRussell King1-108/+128
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King1-1/+1
2016-08-16drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo1-1/+1
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter1-1/+0
2016-06-01drm/armada: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter1-1/+0
2016-01-25drm/armada: Remove NULL open/pre/postclose hooksDaniel Vetter1-3/+0
2015-12-23Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie1-0/+1
2015-12-05drm/armada: use a private mutex to protect priv->linearDaniel Vetter1-0/+1
2015-10-20drm/armada: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau1-49/+19
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-6/+3
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter1-6/+3
2015-10-16Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-5/+5
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-4/+4
2015-09-15drm/armada: move vbl code into armada_crtcRussell King1-23/+0
2015-09-15drm/armada: remove non-component supportRussell King1-108/+17
2015-05-15Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-nextDave Airlie1-10/+0
2015-01-26drm/armada: armada_drv: Remove unused functionRickard Strandqvist1-10/+0
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-10-28Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-fixesDave Airlie1-1/+2
2014-10-20gpu: drm: armada: drop owner assignment from platform_driversWolfram Sang1-1/+0