summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_format_helper.h
Commit message (Expand)AuthorAgeFilesLines
* drm/format-helper: Add drm_fb_swab()Noralf Trønnes2020-05-261-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dstGerd Hoffmann2019-04-101-1/+1
* drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dstGerd Hoffmann2019-04-101-3/+3
* drm: switch drm_fb_memcpy_dstclip to accept __iomem dstGerd Hoffmann2019-04-101-1/+2
* drm: add drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann2019-04-081-0/+3
* drm: add drm_fb_xrgb8888_to_rgb565_dstclip()Gerd Hoffmann2019-04-081-1/+4
* drm: add drm_fb_memcpy_dstclip() helperGerd Hoffmann2019-04-081-0/+2
* drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann2019-04-081-0/+26