aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_format_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-07drm/format-helper: fix buildMatthew Auld1-14/+18
2025-04-01drm/format-helper: Optimize 32-to-8-bpp conversionThomas Zimmermann1-1/+20
2025-04-01drm/format-helper: Optimize 32-to-16-bpp conversionThomas Zimmermann1-1/+36
2025-04-01drm/format-helper: Optimize 32-to-24-bpp conversionThomas Zimmermann1-1/+36
2025-04-01drm/format-helper: Add generic conversion to 8-bit formatsThomas Zimmermann1-24/+14
2025-04-01drm/format-helper: Add generic conversion to 16-bit formatsThomas Zimmermann1-96/+22
2025-04-01drm/format-helper: Add generic conversion to 24-bit formatsThomas Zimmermann1-24/+19
2025-04-01drm/format-helper: Add generic conversion to 32-bit formatsThomas Zimmermann1-65/+19
2025-03-03drm/format-helper: Add conversion from XRGB8888 to BGR888Kerem Karabay1-0/+54
2025-02-20drm/ast: cursor: Move format conversion to shared helperThomas Zimmermann1-0/+69
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann1-55/+68
2023-11-14drm/format-helper: Cache buffers with struct drm_format_conv_stateThomas Zimmermann1-11/+107
2023-01-23drm/format-helper: Support the AB24/XB24 formatsThierry Reding1-0/+66
2023-01-03drm/format-helper: Remove unnecessary conversion helpersThomas Zimmermann1-75/+0
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann1-55/+57
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann1-0/+164
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann1-2/+56
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann1-2/+51
2023-01-03drm/format-helper: Flip src/dst-format branches in blit helperThomas Zimmermann1-24/+20
2023-01-03drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann1-4/+5
2023-01-03drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann1-0/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie1-19/+47
2022-10-31drm/format-helper: Only advertise supported formats for conversionHector Martin1-19/+47
2022-10-14drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann1-0/+10
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito1-0/+1
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann1-0/+108
2022-08-10drm/format-helper: Rename parameter vmap to srcThomas Zimmermann1-53/+53
2022-08-10drm/format-helper: Move destination-buffer handling into internal helperThomas Zimmermann1-111/+63
2022-08-10drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann1-19/+37
2022-08-10drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann1-12/+34
2022-08-10drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversionThomas Zimmermann1-16/+34
2022-08-10drm/format-helper: Rework RGB888-to-XRGB8888 conversionThomas Zimmermann1-7/+19
2022-08-10drm/format-helper: Rework RGB565-to-XRGB8888 conversionThomas Zimmermann1-7/+19
2022-08-10drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann1-28/+31
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann1-38/+35
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann1-7/+31
2022-08-10drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann1-14/+39
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann1-48/+42
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann1-16/+28
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-2/+2
2022-07-19drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpersGeert Uytterhoeven1-34/+46
2022-05-05drm/format-helper: Share implementation among conversion helpersThomas Zimmermann1-246/+123
2022-05-05drm/format-helper: Unify the parameters of all per-line conversion helpersThomas Zimmermann1-37/+50
2022-05-05drm/format-helper: Remove optional byte-swap from line convertionThomas Zimmermann1-8/+24
2022-05-05drm/format-helper: Implement drm_fb_swab() with per-line helpersThomas Zimmermann1-25/+35
2022-04-27drm/format-helper: Add RGB565-to-XRGB8888 conversionThomas Zimmermann1-0/+46
2022-04-27drm/format-helper: Add RGB888-to-XRGB8888 conversionThomas Zimmermann1-0/+46
2022-04-27drm/format-helper: Print warning on missing format conversionThomas Zimmermann1-0/+3
2022-04-04drm/format_helper: fix a kernel-doc typoRandy Dunlap1-1/+1
2022-03-17drm/format-helper: Fix XRGB888 to monochrome conversionGeert Uytterhoeven1-37/+18