aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_format_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()Hector Martin1-0/+64
2021-11-11drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann1-45/+6
2021-11-11drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann1-61/+70
2021-11-11drm/format-helper: Add destination-buffer pitch to drm_fb_swab()Thomas Zimmermann1-5/+16
2021-11-11drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann1-15/+20
2021-11-11drm/format-helper: Export drm_fb_clip_offset()Thomas Zimmermann1-2/+17
2021-10-04drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()Noralf Trønnes1-0/+38
2021-10-04drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()Noralf Trønnes1-0/+50
2021-08-02drm: Fix typo in commentsCai Huoqing1-1/+1
2021-05-01drm/format-helper: Add blitter functionsThomas Zimmermann1-0/+87
2021-05-01drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann1-4/+5
2020-05-26drm/format-helper: Add drm_fb_swab()Noralf Trønnes1-20/+41
2020-02-17drm/format_helper: Dual licence the file in GPL 2 and MITEmmanuel Vadot1-1/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-2/+2
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-2/+2
2019-04-17drm: add drm_format_helper.c to kerneldocGerd Hoffmann1-1/+0
2019-04-11drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann1-3/+3
2019-04-10drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dstGerd Hoffmann1-33/+26
2019-04-10drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dstGerd Hoffmann1-57/+60
2019-04-10drm: switch drm_fb_memcpy_dstclip to accept __iomem dstGerd Hoffmann1-21/+24
2019-04-08drm: add drm_fb_xrgb8888_to_rgb888_dstclip()Gerd Hoffmann1-0/+60
2019-04-08drm: add drm_fb_xrgb8888_to_rgb565_dstclip()Gerd Hoffmann1-30/+81
2019-04-08drm: add drm_fb_memcpy_dstclip() helperGerd Hoffmann1-8/+43
2019-04-08drm: move tinydrm format conversion helpers to new drm_format_helper.cGerd Hoffmann1-0/+180