summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm/repaper.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drm/tinydrm: Fix fbdev pixel formatNoralf Trønnes2019-04-111-1/+1
* drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann2019-04-081-1/+2
* drm/tinydrm: Use drm_dev_enter/exit()Noralf Trønnes2019-03-041-12/+34
* drm/tinydrm/repaper: Drop using tinydrm_deviceNoralf Trønnes2019-03-041-23/+61
* drm/tinydrm: Remove tinydrm_shutdown()Noralf Trønnes2019-02-211-4/+4
* drm/tinydrm: tinydrm_display_pipe_init() don't use tinydrm_deviceNoralf Trønnes2019-02-211-1/+1
* drm/modes: Add DRM_SIMPLE_MODE()Noralf Trønnes2019-02-211-4/+4
* drm/tinydrm: Use damage helper for dirtyfbNoralf Trønnes2019-01-171-17/+23
* drm/tinydrm: Use struct drm_rectNoralf Trønnes2019-01-171-1/+2
* drm/tinydrm: do not reply on drmP.h from drm_gem_cma_helper.hSam Ravnborg2019-01-091-0/+1
* drm/tinydrm: Use kmemdup rather than duplicating its implementation in repape...YueHaibing2018-12-041-2/+1
* drm/tinydrm: Use DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes2018-11-201-1/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* drm: Move simple_display_pipe prepare_fb helper into gem fb helpersDaniel Vetter2018-04-241-1/+1
* drm/tinydrm: Make fb_dirty into a lower level hookVille Syrjälä2018-03-281-19/+9
* drm/simple-kms-helper: Plumb plane state to the enable hookVille Syrjälä2018-03-281-1/+2
* drm/tinydrm: Replace dev_error with DRM_DEV_ERRORHarsha Sharma2017-10-131-15/+13
* drm/tinydrm: Use drm_gem_framebuffer_helperNoralf Trønnes2017-10-011-2/+3
* drm/tinydrm: Drop driver registered messageNoralf Trønnes2017-09-161-10/+2
* drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8()David Lechner2017-08-091-3/+25
* drm/tinydrm: Add RePaper e-ink driverNoralf Trønnes2017-07-141-0/+1095