summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_format_helper.c
AgeCommit message (Expand)Author
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
2022-03-17drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven
2022-02-16drm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed()Javier Martinez Canillas
2022-02-16drm/format-helper: Add drm_fb_xrgb8888_to_gray8_line()Javier Martinez Canillas
2021-12-16drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()Hector Martin
2021-11-11drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann
2021-11-11drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann
2021-11-11drm/format-helper: Add destination-buffer pitch to drm_fb_swab()Thomas Zimmermann
2021-11-11drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann
2021-11-11drm/format-helper: Export drm_fb_clip_offset()Thomas Zimmermann
2021-10-04drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()Noralf Trønnes