index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
/
vkms_formats.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-04
drm/vkms: Add support for ABGR8888 pixel format
Paz Zcharya
1
-0
/
+32
2024-11-22
drm/vkms: Re-introduce line-per-line composition algorithm
Louis Chauvet
1
-88
/
+136
2024-11-22
drm/vkms: Introduce pixel_read_direction enum
Louis Chauvet
1
-0
/
+32
2024-11-22
drm/vkms: Update pixels accessor to support packed and multi-plane formats.
Louis Chauvet
1
-23
/
+91
2024-11-22
drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
Louis Chauvet
1
-10
/
+10
2024-11-22
drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
Louis Chauvet
1
-54
/
+70
2024-11-22
drm/vkms: Use drm_frame directly
Arthur Grillo
1
-5
/
+6
2024-09-24
drm/vkms: Add documentation
Louis Chauvet
1
-9
/
+53
2024-08-08
drm/vkms: Fix cpu_to_le16()/le16_to_cpu() warnings
José Expósito
1
-7
/
+7
2023-06-24
drm/vkms: Isolate writeback pixel conversion functions
Maíra Canal
1
-83
/
+57
2023-06-19
drm/vkms: Add kernel-doc to the function vkms_compose_row()
Maíra Canal
1
-0
/
+13
2023-05-15
drm/vkms: Fix RGB565 pixel conversion
Maíra Canal
1
-6
/
+6
2023-05-08
drm/vkms: add rotate-270 property
Maíra Canal
1
-2
/
+4
2023-05-08
drm/vkms: add rotate-90 property
Maíra Canal
1
-0
/
+4
2023-05-08
drm/vkms: add rotate-0 and reflect-x property
Maíra Canal
1
-3
/
+13
2023-04-24
drm/vkms: isolate pixel conversion functionality
Maíra Canal
1
-75
/
+50
2022-09-11
drm/vkms: fix 32bit compilation error by replacing macros
Melissa Wen
1
-34
/
+19
2022-09-05
drm: vkms: Add support to the RGB565 format
Igor Torrente
1
-0
/
+70
2022-09-05
drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formats
Igor Torrente
1
-0
/
+76
2022-09-05
drm: vkms: Refactor the plane composer to accept new formats
Igor Torrente
1
-0
/
+155