index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
drm
/
drm_format_helper.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
drm/format-helper: Remove drm_fb_blit()
Thomas Zimmermann
1
-4
/
+0
2025-09-01
drm/format-helper: introduce drm_fb_xrgb8888_to_gray2()
Marcus Folkesson
1
-0
/
+4
2025-06-27
drm/format-helper: Split off byte swapping from drm_fb_xrgb8888_to_rgb565()
Thomas Zimmermann
1
-2
/
+4
2025-06-18
drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpers
Thomas Zimmermann
1
-4
/
+0
2025-06-18
drm/tests: Do not use drm_fb_blit() in format-helper tests
Thomas Zimmermann
1
-0
/
+9
2025-03-03
drm/format-helper: Add conversion from XRGB8888 to BGR888
Kerem Karabay
1
-0
/
+3
2025-02-20
drm/ast: cursor: Move format conversion to shared helper
Thomas Zimmermann
1
-0
/
+3
2024-03-07
drm: fix drm_format_helper.h kernel-doc warnings
Jani Nikula
1
-0
/
+1
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
1
-13
/
+17
2023-11-14
drm/format-helper: Cache buffers with struct drm_format_conv_state
Thomas Zimmermann
1
-0
/
+51
2023-01-03
drm/format-helper: Simplify drm_fb_build_fourcc_list()
Thomas Zimmermann
1
-1
/
+0
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formats
Thomas Zimmermann
1
-0
/
+9
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to ARGB2101010
Thomas Zimmermann
1
-0
/
+3
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to ARGB8888
Thomas Zimmermann
1
-0
/
+3
2022-09-12
drm/format-helper: Add drm_fb_build_fourcc_list() helper
Thomas Zimmermann
1
-1
/
+10
2022-08-10
drm/format-helper: Rename parameter vmap to src
Thomas Zimmermann
1
-9
/
+9
2022-08-10
drm/format-helper: Rework XRGB8888-to-MONO conversion
Thomas Zimmermann
1
-2
/
+3
2022-08-10
drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
Thomas Zimmermann
1
-2
/
+3
2022-08-10
drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
Thomas Zimmermann
1
-3
/
+3
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGB888 conversion
Thomas Zimmermann
1
-5
/
+3
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
1
-6
/
+3
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
Thomas Zimmermann
1
-2
/
+3
2022-08-10
drm/format-helper: Convert drm_fb_swab() to struct iosys_map
Thomas Zimmermann
1
-3
/
+3
2022-08-10
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
1
-4
/
+3
2022-08-10
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
1
-3
/
+4
2022-03-17
drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()
Geert Uytterhoeven
1
-3
/
+2
2022-02-16
drm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed()
Javier Martinez Canillas
1
-0
/
+4
2021-12-16
drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()
Hector Martin
1
-0
/
+3
2021-11-11
drm/format-helper: Streamline blit-helper interface
Thomas Zimmermann
1
-7
/
+3
2021-11-11
drm/format-helper: Rework format-helper conversion functions
Thomas Zimmermann
1
-15
/
+15
2021-11-11
drm/format-helper: Add destination-buffer pitch to drm_fb_swab()
Thomas Zimmermann
1
-2
/
+3
2021-11-11
drm/format-helper: Rework format-helper memcpy functions
Thomas Zimmermann
1
-5
/
+4
2021-11-11
drm/format-helper: Export drm_fb_clip_offset()
Thomas Zimmermann
1
-0
/
+4
2021-10-04
drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()
Noralf Trønnes
1
-0
/
+2
2021-10-04
drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()
Noralf Trønnes
1
-0
/
+2
2021-05-01
drm/format-helper: Add blitter functions
Thomas Zimmermann
1
-0
/
+8
2021-05-01
drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
Thomas Zimmermann
1
-1
/
+1
2020-05-26
drm/format-helper: Add drm_fb_swab()
Noralf Trønnes
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-10
drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dst
Gerd Hoffmann
1
-1
/
+1
2019-04-10
drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dst
Gerd Hoffmann
1
-3
/
+3
2019-04-10
drm: switch drm_fb_memcpy_dstclip to accept __iomem dst
Gerd Hoffmann
1
-1
/
+2
2019-04-08
drm: add drm_fb_xrgb8888_to_rgb888_dstclip()
Gerd Hoffmann
1
-0
/
+3
2019-04-08
drm: add drm_fb_xrgb8888_to_rgb565_dstclip()
Gerd Hoffmann
1
-1
/
+4
2019-04-08
drm: add drm_fb_memcpy_dstclip() helper
Gerd Hoffmann
1
-0
/
+2
2019-04-08
drm: move tinydrm format conversion helpers to new drm_format_helper.c
Gerd Hoffmann
1
-0
/
+26