aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-23drm/tinydrm: Move tinydrm_display_pipe_init() to mipi-dbiNoralf Trønnes2-187/+0
2019-07-23drm/tinydrm: Move tinydrm_spi_transfer()Noralf Trønnes3-71/+5
2019-07-23drm/tinydrm: Clean up tinydrm_spi_transfer()Noralf Trønnes1-36/+4
2019-07-23drm/tinydrm: Remove tinydrm_spi_max_transfer_size()Noralf Trønnes1-36/+1
2019-07-23drm/tinydrm: Remove spi debug buffer dumpingNoralf Trønnes1-40/+0
2019-07-23drm/tinydrm: Use spi_is_bpw_supported()Noralf Trønnes1-31/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-08drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann1-158/+0
2019-03-04drm/tinydrm: Remove tinydrm_deviceNoralf Trønnes3-170/+3
2019-02-21drm/tinydrm: Remove tinydrm_shutdown()Noralf Trønnes1-14/+0
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 Vetter2-2/+2
2019-01-17drm/tinydrm: Use damage helper for dirtyfbNoralf Trønnes3-140/+3
2019-01-17drm/tinydrm: Use struct drm_rectNoralf Trønnes1-9/+10
2019-01-09drm/tinydrm: do not reply on drmP.h from drm_gem_cma_helper.hSam Ravnborg2-0/+6
2018-11-20drm/tinydrm: Use DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes2-71/+6
2018-10-30drm/tinydrm: Advertise that we can do only DRM_FORMAT_MOD_LINEAR.Eric Anholt2-1/+6
2018-08-07drm/tinydrm: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-3/+3
2018-07-10drm/tinydrm: Use drm_fbdev_generic_setup()Noralf Trønnes1-2/+1
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ä2-3/+32
2018-03-27drm/tinydrm: Use gem_free_object_unlockedDaniel Vetter1-1/+1
2018-02-20drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlightMeghana Madhyastha1-40/+0
2018-02-20drm/tinydrm: Convert tinydrm_enable/disable_backlight to backlight_enable/disableMeghana Madhyastha1-55/+0
2018-01-15drm/tinydrm: Embed the mode in tinydrm_connectorNoralf Trønnes1-21/+13
2017-12-10drm/tinydrm: Use drm_fb_cma_fbdev_init_with_funcs/fini()Noralf Trønnes1-32/+5
2017-11-30drm/tinydrm: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes1-67/+0
2017-10-21drm/tinydrm: Replace list_for_each with list_for_each_entryHarsha Sharma1-3/+1
2017-10-13drm/tinydrm: Remove explicit .best_encoder assignmentHaneen Mohammed1-1/+0
2017-10-01drm/tinydrm: Use drm_gem_framebuffer_helperNoralf Trønnes2-3/+5
2017-08-11drm: Document device unplug infrastructureDaniel Vetter1-1/+1
2017-08-09drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8()David Lechner1-28/+14
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-07-14drm/tinydrm: Add tinydrm_xrgb8888_to_gray8() helperNoralf Trønnes1-2/+72
2017-03-27drm/atomic: Introduce drm_atomic_helper_shutdownDaniel Vetter1-2/+2
2017-03-27drm/tinydrm: Fix drm_driver.fops.ownerNoralf Trønnes1-15/+0
2017-02-26drm/tinydrm: fix semicolon.cocci warningskbuild test robot1-1/+1
2017-02-18drm/tinydrm: Add helper functionsNoralf Trønnes2-1/+461
2017-02-18drm: Add DRM support for tiny LCD displaysNoralf Trønnes3-0/+613