index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
Files
Lines
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
1
-55
/
+68
2023-11-14
drm/format-helper: Cache buffers with struct drm_format_conv_state
Thomas Zimmermann
1
-11
/
+107
2023-01-23
drm/format-helper: Support the AB24/XB24 formats
Thierry Reding
1
-0
/
+66
2023-01-03
drm/format-helper: Remove unnecessary conversion helpers
Thomas Zimmermann
1
-75
/
+0
2023-01-03
drm/format-helper: Simplify drm_fb_build_fourcc_list()
Thomas Zimmermann
1
-55
/
+57
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formats
Thomas Zimmermann
1
-0
/
+164
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to ARGB2101010
Thomas Zimmermann
1
-2
/
+56
2023-01-03
drm/format-helper: Add conversion from XRGB8888 to ARGB8888
Thomas Zimmermann
1
-2
/
+51
2023-01-03
drm/format-helper: Flip src/dst-format branches in blit helper
Thomas Zimmermann
1
-24
/
+20
2023-01-03
drm/format-helper: Store RGB565 in little-endian order
Thomas Zimmermann
1
-4
/
+5
2023-01-03
drm/format-helper: Comment on RGB888 byte order
Thomas Zimmermann
1
-0
/
+1
2022-11-24
Backmerge tag 'v6.1-rc6' into drm-next
Dave Airlie
1
-19
/
+47
2022-10-31
drm/format-helper: Only advertise supported formats for conversion
Hector Martin
1
-19
/
+47
2022-10-14
drm/ofdrm: Support big-endian scanout buffers
Thomas Zimmermann
1
-0
/
+10
2022-09-27
drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()
José Expósito
1
-0
/
+1
2022-09-12
drm/format-helper: Add drm_fb_build_fourcc_list() helper
Thomas Zimmermann
1
-0
/
+108
2022-08-10
drm/format-helper: Rename parameter vmap to src
Thomas Zimmermann
1
-53
/
+53
2022-08-10
drm/format-helper: Move destination-buffer handling into internal helper
Thomas Zimmermann
1
-111
/
+63
2022-08-10
drm/format-helper: Rework XRGB8888-to-MONO conversion
Thomas Zimmermann
1
-19
/
+37
2022-08-10
drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
Thomas Zimmermann
1
-12
/
+34
2022-08-10
drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
Thomas Zimmermann
1
-16
/
+34
2022-08-10
drm/format-helper: Rework RGB888-to-XRGB8888 conversion
Thomas Zimmermann
1
-7
/
+19
2022-08-10
drm/format-helper: Rework RGB565-to-XRGB8888 conversion
Thomas Zimmermann
1
-7
/
+19
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGB888 conversion
Thomas Zimmermann
1
-28
/
+31
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
1
-38
/
+35
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
Thomas Zimmermann
1
-7
/
+31
2022-08-10
drm/format-helper: Convert drm_fb_swab() to struct iosys_map
Thomas Zimmermann
1
-14
/
+39
2022-08-10
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
1
-48
/
+42
2022-08-10
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
1
-16
/
+28
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
1
-2
/
+2
2022-07-19
drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpers
Geert Uytterhoeven
1
-34
/
+46
2022-05-05
drm/format-helper: Share implementation among conversion helpers
Thomas Zimmermann
1
-246
/
+123
2022-05-05
drm/format-helper: Unify the parameters of all per-line conversion helpers
Thomas Zimmermann
1
-37
/
+50
2022-05-05
drm/format-helper: Remove optional byte-swap from line convertion
Thomas Zimmermann
1
-8
/
+24
2022-05-05
drm/format-helper: Implement drm_fb_swab() with per-line helpers
Thomas Zimmermann
1
-25
/
+35
2022-04-27
drm/format-helper: Add RGB565-to-XRGB8888 conversion
drm-misc-next-2022-04-28
Thomas Zimmermann
1
-0
/
+46
2022-04-27
drm/format-helper: Add RGB888-to-XRGB8888 conversion
Thomas Zimmermann
1
-0
/
+46
2022-04-27
drm/format-helper: Print warning on missing format conversion
Thomas Zimmermann
1
-0
/
+3
2022-04-04
drm/format_helper: fix a kernel-doc typo
Randy Dunlap
1
-1
/
+1
2022-03-17
drm/format-helper: Fix XRGB888 to monochrome conversion
Geert Uytterhoeven
1
-37
/
+18
2022-03-17
drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()
Geert Uytterhoeven
1
-16
/
+15
2022-02-16
drm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed()
Javier Martinez Canillas
1
-0
/
+110
2022-02-16
drm/format-helper: Add drm_fb_xrgb8888_to_gray8_line()
Javier Martinez Canillas
1
-12
/
+19
2021-12-16
drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()
Hector Martin
1
-0
/
+64
2021-11-11
drm/format-helper: Streamline blit-helper interface
Thomas Zimmermann
1
-45
/
+6
2021-11-11
drm/format-helper: Rework format-helper conversion functions
Thomas Zimmermann
1
-61
/
+70
2021-11-11
drm/format-helper: Add destination-buffer pitch to drm_fb_swab()
Thomas Zimmermann
1
-5
/
+16
2021-11-11
drm/format-helper: Rework format-helper memcpy functions
Thomas Zimmermann
1
-15
/
+20
2021-11-11
drm/format-helper: Export drm_fb_clip_offset()
Thomas Zimmermann
1
-2
/
+17
2021-10-04
drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()
Noralf Trønnes
1
-0
/
+38
[next]