summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_format_helper.c
AgeCommit message (Expand)Author
2025-04-07drm/format-helper: fix buildMatthew Auld
2025-04-01drm/format-helper: Optimize 32-to-8-bpp conversionThomas Zimmermann
2025-04-01drm/format-helper: Optimize 32-to-16-bpp conversionThomas Zimmermann
2025-04-01drm/format-helper: Optimize 32-to-24-bpp conversionThomas Zimmermann
2025-04-01drm/format-helper: Add generic conversion to 8-bit formatsThomas Zimmermann
2025-04-01drm/format-helper: Add generic conversion to 16-bit formatsThomas Zimmermann
2025-04-01drm/format-helper: Add generic conversion to 24-bit formatsThomas Zimmermann
2025-04-01drm/format-helper: Add generic conversion to 32-bit formatsThomas Zimmermann
2025-03-03drm/format-helper: Add conversion from XRGB8888 to BGR888Kerem Karabay
2025-02-20drm/ast: cursor: Move format conversion to shared helperThomas Zimmermann
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann
2023-11-14drm/format-helper: Cache buffers with struct drm_format_conv_stateThomas Zimmermann
2023-01-23drm/format-helper: Support the AB24/XB24 formatsThierry Reding
2023-01-03drm/format-helper: Remove unnecessary conversion helpersThomas Zimmermann
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann
2023-01-03drm/format-helper: Flip src/dst-format branches in blit helperThomas Zimmermann
2023-01-03drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann
2023-01-03drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie
2022-10-31drm/format-helper: Only advertise supported formats for conversionHector Martin
2022-10-14drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann
2022-08-10drm/format-helper: Rename parameter vmap to srcThomas Zimmermann
2022-08-10drm/format-helper: Move destination-buffer handling into internal helperThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework RGB888-to-XRGB8888 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework RGB565-to-XRGB8888 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann
2022-08-10drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-07-19drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpersGeert Uytterhoeven
2022-05-05drm/format-helper: Share implementation among conversion helpersThomas Zimmermann
2022-05-05drm/format-helper: Unify the parameters of all per-line conversion helpersThomas Zimmermann
2022-05-05drm/format-helper: Remove optional byte-swap from line convertionThomas Zimmermann
2022-05-05drm/format-helper: Implement drm_fb_swab() with per-line helpersThomas Zimmermann
2022-04-27drm/format-helper: Add RGB565-to-XRGB8888 conversionThomas Zimmermann
2022-04-27drm/format-helper: Add RGB888-to-XRGB8888 conversionThomas Zimmermann
2022-04-27drm/format-helper: Print warning on missing format conversionThomas Zimmermann
2022-04-04drm/format_helper: fix a kernel-doc typoRandy Dunlap
2022-03-17drm/format-helper: Fix XRGB888 to monochrome conversionGeert Uytterhoeven