summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_format_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()Hector Martin2021-12-161-0/+64
* drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann2021-11-111-45/+6
* drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann2021-11-111-61/+70
* drm/format-helper: Add destination-buffer pitch to drm_fb_swab()Thomas Zimmermann2021-11-111-5/+16
* drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann2021-11-111-15/+20
* drm/format-helper: Export drm_fb_clip_offset()Thomas Zimmermann2021-11-111-2/+17
* drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()Noralf Trønnes2021-10-041-0/+38
* drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()Noralf Trønnes2021-10-041-0/+50
* drm: Fix typo in commentsCai Huoqing2021-08-021-1/+1
* drm/format-helper: Add blitter functionsThomas Zimmermann2021-05-011-0/+87
* drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann2021-05-011-4/+5
* 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