summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm/core
AgeCommit message (Expand)AuthorLines
2018-01-15drm/tinydrm: Embed the mode in tinydrm_connectorNoralf Trønnes-21/+13
2017-12-10drm/tinydrm: Use drm_fb_cma_fbdev_init_with_funcs/fini()Noralf Trønnes-32/+5
2017-11-30drm/tinydrm: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes-67/+0
2017-10-21drm/tinydrm: Replace list_for_each with list_for_each_entryHarsha Sharma-3/+1
2017-10-13drm/tinydrm: Remove explicit .best_encoder assignmentHaneen Mohammed-1/+0
2017-10-01drm/tinydrm: Use drm_gem_framebuffer_helperNoralf Trønnes-3/+5
2017-08-11drm: Document device unplug infrastructureDaniel Vetter-1/+1
2017-08-09drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8()David Lechner-28/+14
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky-1/+1
2017-07-14drm/tinydrm: Add tinydrm_xrgb8888_to_gray8() helperNoralf Trønnes-2/+72
2017-03-27drm/atomic: Introduce drm_atomic_helper_shutdownDaniel Vetter-2/+2
2017-03-27drm/tinydrm: Fix drm_driver.fops.ownerNoralf Trønnes-15/+0
2017-02-26drm/tinydrm: fix semicolon.cocci warningskbuild test robot-1/+1
2017-02-18drm/tinydrm: Add helper functionsNoralf Trønnes-1/+461
2017-02-18drm: Add DRM support for tiny LCD displaysNoralf Trønnes-0/+613