summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm/repaper.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-04-11drm/tinydrm: Fix fbdev pixel formatNoralf Trønnes-1/+1
2019-04-08drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann-1/+2
2019-03-04drm/tinydrm: Use drm_dev_enter/exit()Noralf Trønnes-12/+34
2019-03-04drm/tinydrm/repaper: Drop using tinydrm_deviceNoralf Trønnes-23/+61
2019-02-21drm/tinydrm: Remove tinydrm_shutdown()Noralf Trønnes-4/+4
2019-02-21drm/tinydrm: tinydrm_display_pipe_init() don't use tinydrm_deviceNoralf Trønnes-1/+1
2019-02-21drm/modes: Add DRM_SIMPLE_MODE()Noralf Trønnes-4/+4
2019-01-17drm/tinydrm: Use damage helper for dirtyfbNoralf Trønnes-17/+23
2019-01-17drm/tinydrm: Use struct drm_rectNoralf Trønnes-1/+2
2019-01-09drm/tinydrm: do not reply on drmP.h from drm_gem_cma_helper.hSam Ravnborg-0/+1
2018-12-04drm/tinydrm: Use kmemdup rather than duplicating its implementation in repape...YueHaibing-2/+1
2018-11-20drm/tinydrm: Use DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes-1/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-04-24drm: Move simple_display_pipe prepare_fb helper into gem fb helpersDaniel Vetter-1/+1
2018-03-28drm/tinydrm: Make fb_dirty into a lower level hookVille Syrjälä-19/+9
2018-03-28drm/simple-kms-helper: Plumb plane state to the enable hookVille Syrjälä-1/+2
2017-10-13drm/tinydrm: Replace dev_error with DRM_DEV_ERRORHarsha Sharma-15/+13
2017-10-01drm/tinydrm: Use drm_gem_framebuffer_helperNoralf Trønnes-2/+3
2017-09-16drm/tinydrm: Drop driver registered messageNoralf Trønnes-10/+2
2017-08-09drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8()David Lechner-3/+25
2017-07-14drm/tinydrm: Add RePaper e-ink driverNoralf Trønnes-0/+1095