summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_fbdev.c
AgeCommit message (Expand)Author
2023-07-31fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann
2023-07-11drm/client: Send hotplug event after registering a clientThomas Zimmermann
2023-06-01drm/armada: Use regular fbdev I/O helpersThomas Zimmermann
2023-04-21drm/armada: Implement fbdev emulation as in-kernel clientThomas Zimmermann
2023-04-21drm/armada: Initialize fbdev DRM clientThomas Zimmermann
2023-02-21drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Thomas Zimmermann
2023-01-26drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionThomas Zimmermann
2022-11-05drm/fb-helper: Perform all fbdev I/O with the same implementationThomas Zimmermann
2022-11-05drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann
2022-11-05drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann
2020-09-11drm/armada: Don't use drm_device->dev_privateDaniel Vetter
2020-05-19drm/armada: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya
2019-12-05drm: constify fb ops across all driversJani Nikula
2019-08-14drm/armada: drop use of drmP.hSam Ravnborg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-27drm/armada: Use drm_fb_helper_fill_infoDaniel Vetter
2018-07-30drm/armada: move armada_drm_mode_config_funcs to armada_drv.cRussell King
2017-12-08drm/armada: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes
2017-10-16drm/armada: Replace drm_gem_object_reference/unreference() with _get/put()Haneen Mohammed
2017-09-29drm/armada: Remove unused #include <drmP.h>Haneen Mohammed
2017-08-04drm: armada: remove dead empty functionsPeter Rosin
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-11-14drm/armada: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter
2015-08-06drm/armada: Use new drm_fb_helper functionsArchit Taneja
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark
2013-12-10DRM: Armada: fix printing of phys_addr_t/dma_addr_tRussell King
2013-12-10DRM: Armada: destroy framebuffer after helperRussell King
2013-12-10DRM: Armada: implement lastclose() for fbhelperRussell King
2013-10-12DRM: Armada: Add Armada DRM driverRussell King