summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_format_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/format-helper: Add drm_fb_swab()Noralf Trønnes2020-05-261-20/+41
* drm/format_helper: Dual licence the file in GPL 2 and MITEmmanuel Vadot2020-02-171-1/+1
* drm: Remove users of drm_format_info_plane_cppMaxime Ripard2019-05-201-2/+2
* drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard2019-05-201-2/+2
* drm: add drm_format_helper.c to kerneldocGerd Hoffmann2019-04-171-1/+0
* drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann2019-04-111-3/+3
* drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dstGerd Hoffmann2019-04-101-33/+26
* drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dstGerd Hoffmann2019-04-101-57/+60
* drm: switch drm_fb_memcpy_dstclip to accept __iomem dstGerd Hoffmann2019-04-101-21/+24
* drm: add drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann2019-04-081-0/+60
* drm: add drm_fb_xrgb8888_to_rgb565_dstclip()Gerd Hoffmann2019-04-081-30/+81
* drm: add drm_fb_memcpy_dstclip() helperGerd Hoffmann2019-04-081-8/+43
* drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann2019-04-081-0/+180