aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_format_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/format-helper: fix buildMatthew Auld2025-04-071-14/+18
* drm/format-helper: Optimize 32-to-8-bpp conversionThomas Zimmermann2025-04-011-1/+20
* drm/format-helper: Optimize 32-to-16-bpp conversionThomas Zimmermann2025-04-011-1/+36
* drm/format-helper: Optimize 32-to-24-bpp conversionThomas Zimmermann2025-04-011-1/+36
* drm/format-helper: Add generic conversion to 8-bit formatsThomas Zimmermann2025-04-011-24/+14
* drm/format-helper: Add generic conversion to 16-bit formatsThomas Zimmermann2025-04-011-96/+22
* drm/format-helper: Add generic conversion to 24-bit formatsThomas Zimmermann2025-04-011-24/+19
* drm/format-helper: Add generic conversion to 32-bit formatsThomas Zimmermann2025-04-011-65/+19
* drm/format-helper: Add conversion from XRGB8888 to BGR888Kerem Karabay2025-03-031-0/+54
* drm/ast: cursor: Move format conversion to shared helperThomas Zimmermann2025-02-201-0/+69
* 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-46/+40
* 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