summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_format_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann2023-11-141-55/+68
* drm/format-helper: Cache buffers with struct drm_format_conv_stateThomas Zimmermann2023-11-141-11/+107
* drm/format-helper: Support the AB24/XB24 formatsThierry Reding2023-01-231-0/+66
* drm/format-helper: Remove unnecessary conversion helpersThomas Zimmermann2023-01-031-75/+0
* drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2023-01-031-55/+57
* drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann2023-01-031-0/+164
* drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann2023-01-031-2/+56
* drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann2023-01-031-2/+51
* drm/format-helper: Flip src/dst-format branches in blit helperThomas Zimmermann2023-01-031-24/+20
* drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann2023-01-031-4/+5
* drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann2023-01-031-0/+1
* Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-241-19/+47
|\
| * drm/format-helper: Only advertise supported formats for conversionHector Martin2022-10-311-19/+47
* | drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann2022-10-141-0/+10
|/
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito2022-09-271-0/+1
* drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann2022-09-121-0/+108
* drm/format-helper: Rename parameter vmap to srcThomas Zimmermann2022-08-101-53/+53
* drm/format-helper: Move destination-buffer handling into internal helperThomas Zimmermann2022-08-101-111/+63
* drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann2022-08-101-19/+37
* drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann2022-08-101-12/+34
* drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversionThomas Zimmermann2022-08-101-16/+34
* drm/format-helper: Rework RGB888-to-XRGB8888 conversionThomas Zimmermann2022-08-101-7/+19
* drm/format-helper: Rework RGB565-to-XRGB8888 conversionThomas Zimmermann2022-08-101-7/+19
* drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann2022-08-101-28/+31
* drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann2022-08-101-38/+35
* drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann2022-08-101-7/+31
* drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann2022-08-101-14/+39
* drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann2022-08-101-48/+42
* drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann2022-08-101-16/+28
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpersGeert Uytterhoeven2022-07-191-34/+46
* drm/format-helper: Share implementation among conversion helpersThomas Zimmermann2022-05-051-246/+123
* drm/format-helper: Unify the parameters of all per-line conversion helpersThomas Zimmermann2022-05-051-37/+50
* drm/format-helper: Remove optional byte-swap from line convertionThomas Zimmermann2022-05-051-8/+24
* drm/format-helper: Implement drm_fb_swab() with per-line helpersThomas Zimmermann2022-05-051-25/+35
* drm/format-helper: Add RGB565-to-XRGB8888 conversionThomas Zimmermann2022-04-271-0/+46
* drm/format-helper: Add RGB888-to-XRGB8888 conversionThomas Zimmermann2022-04-271-0/+46
* drm/format-helper: Print warning on missing format conversionThomas Zimmermann2022-04-271-0/+3
* drm/format_helper: fix a kernel-doc typoRandy Dunlap2022-04-041-1/+1
* drm/format-helper: Fix XRGB888 to monochrome conversionGeert Uytterhoeven2022-03-171-37/+18
* drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven2022-03-171-16/+15
* drm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed()Javier Martinez Canillas2022-02-161-0/+110
* drm/format-helper: Add drm_fb_xrgb8888_to_gray8_line()Javier Martinez Canillas2022-02-161-12/+19
* 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