summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/armada/armada_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/armada: drop use of drmP.hSam Ravnborg2019-08-141-0/+8
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-22/+21
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-18/+20
| |\
| | * drm/armada: no need to check parent of remoteRussell King2019-06-281-11/+3
| | * drm/armada: use for_each_endpoint_of_node() to walk crtc endpointsRussell King2019-06-281-7/+4
| | * drm/armada: replace the simple-framebufferLubomir Rintel2019-06-281-0/+11
| | * drm/armada: add drm_atomic_helper_shutdown() call in tear-downRussell King2019-05-171-0/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
| |/
* / drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-2/+1
|/
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/armada: remove obsolete fb unreferencing kfifo and workqueueRussell King2018-07-301-35/+0
* drm/armada: enable atomic modeset supportRussell King2018-07-301-1/+4
* drm/armada: move armada_drm_mode_config_funcs to armada_drv.cRussell King2018-07-301-0/+6
* drm/armada: reset all atomic state during driver initialisationRussell King2018-07-301-0/+2
* drm/armada: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-301-3/+3
* drm/armada: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-081-6/+2
* drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put()Haneen Mohammed2017-10-161-1/+1
* drm/armada: Remove unused #include <drmP.h>Haneen Mohammed2017-09-291-1/+0
* drm/armada: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-09-021-2/+0
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-2/+2
* drm/gem: Add DEFINE_DRM_GEM_FOPSDaniel Vetter2017-03-141-10/+1
* Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter2017-03-111-2/+1
|\
| * drm: Remove the struct drm_device platformdev fieldLaurent Pinchart2017-02-171-2/+1
* | drm/armada: Remove armada_drm_debugfs_cleanup()Noralf Trønnes2017-03-011-3/+0
* | drm: armada: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-071-16/+0
* | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
|/
* drm: Deduplicate driver initialization messageGabriel Krisman Bertazi2016-12-301-6/+0
* Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie2016-11-251-108/+128
|\
| * drm/armada: de-midlayer armadaRussell King2016-11-171-108/+128
* | drm: convert DT component matching to component_match_add_release()Russell King2016-10-251-1/+1
* | drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo2016-08-161-1/+1
|/
* drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter2016-06-211-1/+0
* drm/armada: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
* drm: Nuke ->vblank_disable_allowedDaniel Vetter2016-05-211-1/+0
* drm/armada: Remove NULL open/pre/postclose hooksDaniel Vetter2016-01-251-3/+0
* Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-12-231-0/+1
|\
| * drm/armada: use a private mutex to protect priv->linearDaniel Vetter2015-12-051-0/+1
* | drm/armada: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau2015-10-201-49/+19
* | Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-10-201-6/+3
|\ \
| * | drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter2015-10-161-6/+3
* | | Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-10-161-5/+5
|\| | | |/ |/|
| * drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-071-1/+1
| * drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-4/+4
* | drm/armada: move vbl code into armada_crtcRussell King2015-09-151-23/+0
* | drm/armada: remove non-component supportRussell King2015-09-151-108/+17
|/
* Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-05-151-10/+0
|\
| * drm/armada: armada_drv: Remove unused functionRickard Strandqvist2015-01-261-10/+0
* | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
|\ \
| * | gpu: drm: armada: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |/
* | Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2014-10-281-1/+2
|\ \ | |/ |/|