index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_format_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/format-helper: Add drm_fb_build_fourcc_list() helper
Thomas Zimmermann
2022-09-12
1
-0
/
+108
*
drm/format-helper: Rename parameter vmap to src
Thomas Zimmermann
2022-08-10
1
-53
/
+53
*
drm/format-helper: Move destination-buffer handling into internal helper
Thomas Zimmermann
2022-08-10
1
-111
/
+63
*
drm/format-helper: Rework XRGB8888-to-MONO conversion
Thomas Zimmermann
2022-08-10
1
-19
/
+37
*
drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
Thomas Zimmermann
2022-08-10
1
-12
/
+34
*
drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
Thomas Zimmermann
2022-08-10
1
-16
/
+34
*
drm/format-helper: Rework RGB888-to-XRGB8888 conversion
Thomas Zimmermann
2022-08-10
1
-7
/
+19
*
drm/format-helper: Rework RGB565-to-XRGB8888 conversion
Thomas Zimmermann
2022-08-10
1
-7
/
+19
*
drm/format-helper: Rework XRGB8888-to-RGB888 conversion
Thomas Zimmermann
2022-08-10
1
-28
/
+31
*
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
2022-08-10
1
-38
/
+35
*
drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
Thomas Zimmermann
2022-08-10
1
-7
/
+31
*
drm/format-helper: Convert drm_fb_swab() to struct iosys_map
Thomas Zimmermann
2022-08-10
1
-14
/
+39
*
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
2022-08-10
1
-48
/
+42
*
drm/format-helper: Provide drm_fb_blit()
Thomas Zimmermann
2022-08-10
1
-16
/
+28
*
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
2022-08-03
1
-2
/
+2
*
drm/format-helper: Fix endianness in drm_fb_*_to_*() conversion helpers
Geert Uytterhoeven
2022-07-19
1
-34
/
+46
*
drm/format-helper: Share implementation among conversion helpers
Thomas Zimmermann
2022-05-05
1
-246
/
+123
*
drm/format-helper: Unify the parameters of all per-line conversion helpers
Thomas Zimmermann
2022-05-05
1
-37
/
+50
*
drm/format-helper: Remove optional byte-swap from line convertion
Thomas Zimmermann
2022-05-05
1
-8
/
+24
*
drm/format-helper: Implement drm_fb_swab() with per-line helpers
Thomas Zimmermann
2022-05-05
1
-25
/
+35
*
drm/format-helper: Add RGB565-to-XRGB8888 conversion
Thomas Zimmermann
2022-04-27
1
-0
/
+46
*
drm/format-helper: Add RGB888-to-XRGB8888 conversion
Thomas Zimmermann
2022-04-27
1
-0
/
+46
*
drm/format-helper: Print warning on missing format conversion
Thomas Zimmermann
2022-04-27
1
-0
/
+3
*
drm/format_helper: fix a kernel-doc typo
Randy Dunlap
2022-04-04
1
-1
/
+1
*
drm/format-helper: Fix XRGB888 to monochrome conversion
Geert Uytterhoeven
2022-03-17
1
-37
/
+18
*
drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()
Geert Uytterhoeven
2022-03-17
1
-16
/
+15
*
drm/format-helper: Add drm_fb_xrgb8888_to_mono_reversed()
Javier Martinez Canillas
2022-02-16
1
-0
/
+110
*
drm/format-helper: Add drm_fb_xrgb8888_to_gray8_line()
Javier Martinez Canillas
2022-02-16
1
-12
/
+19
*
drm/format-helper: Add drm_fb_xrgb8888_to_xrgb2101010_toio()
Hector Martin
2021-12-16
1
-0
/
+64
*
drm/format-helper: Streamline blit-helper interface
Thomas Zimmermann
2021-11-11
1
-45
/
+6
*
drm/format-helper: Rework format-helper conversion functions
Thomas Zimmermann
2021-11-11
1
-61
/
+70
*
drm/format-helper: Add destination-buffer pitch to drm_fb_swab()
Thomas Zimmermann
2021-11-11
1
-5
/
+16
*
drm/format-helper: Rework format-helper memcpy functions
Thomas Zimmermann
2021-11-11
1
-15
/
+20
*
drm/format-helper: Export drm_fb_clip_offset()
Thomas Zimmermann
2021-11-11
1
-2
/
+17
*
drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()
Noralf Trønnes
2021-10-04
1
-0
/
+38
*
drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()
Noralf Trønnes
2021-10-04
1
-0
/
+50
*
drm: Fix typo in comments
Cai Huoqing
2021-08-02
1
-1
/
+1
*
drm/format-helper: Add blitter functions
Thomas Zimmermann
2021-05-01
1
-0
/
+87
*
drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
Thomas Zimmermann
2021-05-01
1
-4
/
+5
*
drm/format-helper: Add drm_fb_swab()
Noralf Trønnes
2020-05-26
1
-20
/
+41
*
drm/format_helper: Dual licence the file in GPL 2 and MIT
Emmanuel Vadot
2020-02-17
1
-1
/
+1
*
drm: Remove users of drm_format_info_plane_cpp
Maxime Ripard
2019-05-20
1
-2
/
+2
*
drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
Maxime Ripard
2019-05-20
1
-2
/
+2
*
drm: add drm_format_helper.c to kerneldoc
Gerd Hoffmann
2019-04-17
1
-1
/
+0
*
drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()
Gerd Hoffmann
2019-04-11
1
-3
/
+3
*
drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dst
Gerd Hoffmann
2019-04-10
1
-33
/
+26
*
drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dst
Gerd Hoffmann
2019-04-10
1
-57
/
+60
*
drm: switch drm_fb_memcpy_dstclip to accept __iomem dst
Gerd Hoffmann
2019-04-10
1
-21
/
+24
*
drm: add drm_fb_xrgb8888_to_rgb888_dstclip()
Gerd Hoffmann
2019-04-08
1
-0
/
+60
*
drm: add drm_fb_xrgb8888_to_rgb565_dstclip()
Gerd Hoffmann
2019-04-08
1
-30
/
+81
[next]