summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_drv.c
AgeCommit message (Expand)AuthorFilesLines
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 dr...Daniel 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 i...Dave 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 ...Dave 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-in...Dave 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-in...Dave 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 ...Dave 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/ke...Greg Kroah-Hartman1-1/+0
2014-10-28Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie1-1/+2
2014-10-20gpu: drm: armada: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-17drm/armada: add IRQ support backRussell King1-1/+2
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-07-11drm/armada: register crtc with portRussell King1-1/+1
2014-07-11drm/armada: permit CRTCs to be registered as separate devicesRussell King1-3/+14
2014-07-11drm/armada: convert to componentized supportRussell King1-7/+148
2014-07-03drm/armada: make variant a CRTC thingRussell King1-2/+3
2014-07-03drm/armada: move variant initialisation to CRTC initRussell King1-4/+0
2014-07-03drm/armada: use number of CRTCs registeredRussell King1-2/+2
2014-07-03drm/armada: move IRQ handling into CRTCRussell King1-59/+9
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1