index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_format_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
2021-10-04
drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()
Noralf Trønnes
1
-0
/
+50
2021-08-02
drm: Fix typo in comments
Cai Huoqing
1
-1
/
+1
2021-05-01
drm/format-helper: Add blitter functions
Thomas Zimmermann
1
-0
/
+87
2021-05-01
drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
Thomas Zimmermann
1
-4
/
+5
2020-05-26
drm/format-helper: Add drm_fb_swab()
Noralf Trønnes
1
-20
/
+41
2020-02-17
drm/format_helper: Dual licence the file in GPL 2 and MIT
Emmanuel Vadot
1
-1
/
+1
2019-05-20
drm: Remove users of drm_format_info_plane_cpp
Maxime Ripard
1
-2
/
+2
2019-05-20
drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
Maxime Ripard
1
-2
/
+2
2019-04-17
drm: add drm_format_helper.c to kerneldoc
Gerd Hoffmann
1
-1
/
+0
2019-04-11
drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()
Gerd Hoffmann
1
-3
/
+3
2019-04-10
drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dst
Gerd Hoffmann
1
-33
/
+26
2019-04-10
drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dst
Gerd Hoffmann
1
-57
/
+60
2019-04-10
drm: switch drm_fb_memcpy_dstclip to accept __iomem dst
Gerd Hoffmann
1
-21
/
+24
2019-04-08
drm: add drm_fb_xrgb8888_to_rgb888_dstclip()
Gerd Hoffmann
1
-0
/
+60
2019-04-08
drm: add drm_fb_xrgb8888_to_rgb565_dstclip()
Gerd Hoffmann
1
-30
/
+81
2019-04-08
drm: add drm_fb_memcpy_dstclip() helper
Gerd Hoffmann
1
-8
/
+43
2019-04-08
drm: move tinydrm format conversion helpers to new drm_format_helper.c
Gerd Hoffmann
1
-0
/
+180