summaryrefslogtreecommitdiff
path: root/include/drm/drm_format_helper.h
Commit message (Expand)AuthorAgeFilesLines
* drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2023-01-031-1/+0
* drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann2023-01-031-0/+9
* drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann2023-01-031-0/+3
* drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann2023-01-031-0/+3
* drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann2022-09-121-1/+10
* drm/format-helper: Rename parameter vmap to srcThomas Zimmermann2022-08-101-9/+9
* drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann2022-08-101-2/+3
* drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann2022-08-101-2/+3
* drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversionThomas Zimmermann2022-08-101-3/+3
* drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann2022-08-101-5/+3
* drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann2022-08-101-6/+3
* drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann2022-08-101-2/+3
* drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann2022-08-101-3/+3
* drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann2022-08-101-4/+3
* drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann2022-08-101-3/+4
* drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven2022-03-171-3/+2
* drm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed()Javier Martinez Canillas2022-02-161-0/+4
* drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()Hector Martin2021-12-161-0/+3
* drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann2021-11-111-7/+3
* drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann2021-11-111-15/+15
* drm/format-helper: Add destination-buffer pitch to drm_fb_swab()Thomas Zimmermann2021-11-111-2/+3
* drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann2021-11-111-5/+4
* drm/format-helper: Export drm_fb_clip_offset()Thomas Zimmermann2021-11-111-0/+4
* drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()Noralf Trønnes2021-10-041-0/+2
* drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()Noralf Trønnes2021-10-041-0/+2
* drm/format-helper: Add blitter functionsThomas Zimmermann2021-05-011-0/+8
* drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann2021-05-011-1/+1
* 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