index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_format_helper.c
Age
Commit message (
Expand
)
Author
2025-09-01
drm/format-helper: introduce drm_fb_xrgb8888_to_gray2()
Marcus Folkesson
2025-08-26
drm/format-helper: Add XRGB8888-to-RGB332 to drm_fb_blit()
Thomas Zimmermann
2025-06-27
drm/format-helper: Split off byte swapping from drm_fb_xrgb8888_to_rgb565()
Thomas Zimmermann
2025-06-18
drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpers
Thomas Zimmermann
2025-06-18
drm/tests: Do not use drm_fb_blit() in format-helper tests
Thomas Zimmermann
2025-06-16
drm: Include <linux/export.h>
Thomas Zimmermann
2025-04-07
drm/format-helper: fix build
Matthew Auld
2025-04-01
drm/format-helper: Optimize 32-to-8-bpp conversion
Thomas Zimmermann
2025-04-01
drm/format-helper: Optimize 32-to-16-bpp conversion
Thomas Zimmermann
2025-04-01
drm/format-helper: Optimize 32-to-24-bpp conversion
Thomas Zimmermann
2025-04-01
drm/format-helper: Add generic conversion to 8-bit formats
Thomas Zimmermann
2025-04-01
drm/format-helper: Add generic conversion to 16-bit formats
Thomas Zimmermann
2025-04-01
drm/format-helper: Add generic conversion to 24-bit formats
Thomas Zimmermann
2025-04-01
drm/format-helper: Add generic conversion to 32-bit formats
Thomas Zimmermann
2025-03-03
drm/format-helper: Add conversion from XRGB8888 to BGR888
Kerem Karabay
2025-02-20
drm/ast: cursor: Move format conversion to shared helper
Thomas Zimmermann
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
2023-11-14
drm/format-helper: Cache buffers with struct drm_format_conv_state
Thomas Zimmermann
2023-01-23
drm/format-helper: Support the AB24/XB24 formats
Thierry Reding
2023-01-03
drm/format-helper: Remove unnecessary conversion helpers
Thomas Zimmermann
2023-01-03
drm/format-helper: Simplify drm_fb_build_fourcc_list()
Thomas Zimmermann
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formats
Thomas Zimmermann
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to ARGB2101010
Thomas Zimmermann
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to ARGB8888
Thomas Zimmermann
2023-01-03
drm/format-helper: Flip src/dst-format branches in blit helper
Thomas Zimmermann
2023-01-03
drm/format-helper: Store RGB565 in little-endian order
Thomas Zimmermann
2023-01-03
drm/format-helper: Comment on RGB888 byte order
Thomas Zimmermann
2022-11-24
Backmerge tag 'v6.1-rc6' into drm-next
Dave Airlie
2022-10-31
drm/format-helper: Only advertise supported formats for conversion
Hector Martin
2022-10-14
drm/ofdrm: Support big-endian scanout buffers
Thomas Zimmermann
2022-09-27
drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()
José Expósito
2022-09-12
drm/format-helper: Add drm_fb_build_fourcc_list() helper
Thomas Zimmermann
2022-08-10
drm/format-helper: Rename parameter vmap to src
Thomas Zimmermann
2022-08-10
drm/format-helper: Move destination-buffer handling into internal helper
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework XRGB8888-to-MONO conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework RGB888-to-XRGB8888 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework RGB565-to-XRGB8888 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGB888 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Convert drm_fb_swab() to struct iosys_map
Thomas Zimmermann
2022-08-10
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
2022-08-10
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
2022-07-19
drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpers
Geert Uytterhoeven
2022-05-05
drm/format-helper: Share implementation among conversion helpers
Thomas Zimmermann
2022-05-05
drm/format-helper: Unify the parameters of all per-line conversion helpers
Thomas Zimmermann
2022-05-05
drm/format-helper: Remove optional byte-swap from line convertion
Thomas Zimmermann
[next]