summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_drv.c
AgeCommit message (Expand)Author
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-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
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King
2016-08-16drm: drop DRIVER_HAVE_IRQ flag for some driversShawn Guo
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter
2016-06-01drm/armada: Use lockless gem BO free callbackDaniel Vetter
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter
2016-01-25drm/armada: Remove NULL open/pre/postclose hooksDaniel Vetter
2015-12-23Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie
2015-12-05drm/armada: use a private mutex to protect priv->linearDaniel Vetter
2015-10-20drm/armada: Convert the probe function to the generic drm_of_component_probe()Liviu Dudau
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter
2015-10-16Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding
2015-09-15drm/armada: move vbl code into armada_crtcRussell King
2015-09-15drm/armada: remove non-component supportRussell King
2015-05-15Merge branch 'drm-armada-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie
2015-01-26drm/armada: armada_drv: Remove unused functionRickard Strandqvist
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-28Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie
2014-10-20gpu: drm: armada: drop owner assignment from platform_driversWolfram Sang
2014-10-17drm/armada: add IRQ support backRussell King
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-07-11drm/armada: register crtc with portRussell King
2014-07-11drm/armada: permit CRTCs to be registered as separate devicesRussell King
2014-07-11drm/armada: convert to componentized supportRussell King