| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio() | Hector Martin | 2021-12-16 | 1 | -0/+64 |
* | drm/format-helper: Streamline blit-helper interface | Thomas Zimmermann | 2021-11-11 | 1 | -45/+6 |
* | drm/format-helper: Rework format-helper conversion functions | Thomas Zimmermann | 2021-11-11 | 1 | -61/+70 |
* | drm/format-helper: Add destination-buffer pitch to drm_fb_swab() | Thomas Zimmermann | 2021-11-11 | 1 | -5/+16 |
* | drm/format-helper: Rework format-helper memcpy functions | Thomas Zimmermann | 2021-11-11 | 1 | -15/+20 |
* | drm/format-helper: Export drm_fb_clip_offset() | Thomas Zimmermann | 2021-11-11 | 1 | -2/+17 |
* | drm/format-helper: Add drm_fb_xrgb8888_to_rgb888() | Noralf Trønnes | 2021-10-04 | 1 | -0/+38 |
* | drm/format-helper: Add drm_fb_xrgb8888_to_rgb332() | Noralf Trønnes | 2021-10-04 | 1 | -0/+50 |
* | drm: Fix typo in comments | Cai Huoqing | 2021-08-02 | 1 | -1/+1 |
* | drm/format-helper: Add blitter functions | Thomas Zimmermann | 2021-05-01 | 1 | -0/+87 |
* | drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip() | Thomas Zimmermann | 2021-05-01 | 1 | -4/+5 |
* | drm/format-helper: Add drm_fb_swab() | Noralf Trønnes | 2020-05-26 | 1 | -20/+41 |
* | drm/format_helper: Dual licence the file in GPL 2 and MIT | Emmanuel Vadot | 2020-02-17 | 1 | -1/+1 |
* | drm: Remove users of drm_format_info_plane_cpp | Maxime Ripard | 2019-05-20 | 1 | -2/+2 |
* | drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp | Maxime Ripard | 2019-05-20 | 1 | -2/+2 |
* | drm: add drm_format_helper.c to kerneldoc | Gerd Hoffmann | 2019-04-17 | 1 | -1/+0 |
* | drm: fix drm_fb_xrgb8888_to_rgb888_dstclip() | Gerd Hoffmann | 2019-04-11 | 1 | -3/+3 |
* | drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dst | Gerd Hoffmann | 2019-04-10 | 1 | -33/+26 |
* | drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dst | Gerd Hoffmann | 2019-04-10 | 1 | -57/+60 |
* | drm: switch drm_fb_memcpy_dstclip to accept __iomem dst | Gerd Hoffmann | 2019-04-10 | 1 | -21/+24 |
* | drm: add drm_fb_xrgb8888_to_rgb888_dstclip() | Gerd Hoffmann | 2019-04-08 | 1 | -0/+60 |
* | drm: add drm_fb_xrgb8888_to_rgb565_dstclip() | Gerd Hoffmann | 2019-04-08 | 1 | -30/+81 |
* | drm: add drm_fb_memcpy_dstclip() helper | Gerd Hoffmann | 2019-04-08 | 1 | -8/+43 |
* | drm: move tinydrm format conversion helpers to new drm_format_helper.c | Gerd Hoffmann | 2019-04-08 | 1 | -0/+180 |