aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-23drm/tinydrm: Move tinydrm_display_pipe_init() to mipi-dbiNoralf Trønnes1-183/+0
2019-07-23drm/tinydrm: Move tinydrm_spi_transfer()Noralf Trønnes1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-21drm/tinydrm: tinydrm_display_pipe_init() don't use tinydrm_deviceNoralf Trønnes1-12/+12
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-17drm/tinydrm: Use damage helper for dirtyfbNoralf Trønnes1-31/+0
2019-01-09drm/tinydrm: do not reply on drmP.h from drm_gem_cma_helper.hSam Ravnborg1-0/+3
2018-10-30drm/tinydrm: Advertise that we can do only DRM_FORMAT_MOD_LINEAR.Eric Anholt1-1/+5
2018-04-24drm: Move simple_display_pipe prepare_fb helper into gem fb helpersDaniel Vetter1-17/+0
2018-03-28drm/tinydrm: Make fb_dirty into a lower level hookVille Syrjälä1-3/+2
2018-01-15drm/tinydrm: Embed the mode in tinydrm_connectorNoralf Trønnes1-21/+13
2017-10-13drm/tinydrm: Remove explicit .best_encoder assignmentHaneen Mohammed1-1/+0
2017-10-01drm/tinydrm: Use drm_gem_framebuffer_helperNoralf Trønnes1-2/+3
2017-08-11drm: Document device unplug infrastructureDaniel Vetter1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-02-18drm: Add DRM support for tiny LCD displaysNoralf Trønnes1-0/+234