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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-06
drm/vkms: Adjust vkms_state->active_planes allocation type
Kees Cook
1
-1
/
+1
2025-04-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2
-3
/
+3
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
7
-80
/
+121
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2025-03-12
Backmerge tag 'v6.14-rc6' into drm-next
Dave Airlie
1
-1
/
+1
2025-03-07
drm/vkms: Allow to attach connectors and encoders
José Expósito
4
-13
/
+215
2025-03-07
drm/vkms: Allow to configure multiple connectors
José Expósito
4
-0
/
+204
2025-03-07
drm/vkms: Allow to attach encoders and CRTCs
José Expósito
4
-20
/
+265
2025-03-07
drm/vkms: Allow to configure multiple encoders
José Expósito
3
-0
/
+194
2025-03-07
drm/vkms: Allow to attach planes and CRTCs
José Expósito
5
-36
/
+453
2025-03-07
drm/vkms: Allow to configure multiple CRTCs
José Expósito
3
-5
/
+221
2025-03-07
drm/vkms: Allow to configure multiple planes
José Expósito
4
-36
/
+369
2025-03-07
drm/vkms: Add a validation function for VKMS configuration
Louis Chauvet
4
-0
/
+21
2025-03-07
drm/vkms: Set device name from vkms_config
José Expósito
5
-5
/
+40
2025-03-07
drm/vkms: Move default_config creation to its own function
José Expósito
4
-5
/
+71
2025-03-07
drm/vkms: Extract vkms_config header
José Expósito
7
-42
/
+121
2025-03-07
drm/vkms: Add KUnit test scaffolding
José Expósito
5
-0
/
+42
2025-03-07
drm/vkms: Create vkms_connector struct
José Expósito
3
-7
/
+16
2025-03-07
drm/vkms: Extract vkms_connector header
José Expósito
4
-38
/
+73
2025-02-25
drm/vkms: Round fixp2int conversion in lerp_u16
Harry Wentland
1
-1
/
+1
2025-02-18
drm/vkms: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+2
2025-02-13
drm/vkms: Fix use after free and double free on init error
José Expósito
1
-6
/
+9
2025-02-04
drm/vkms: Add support for ABGR8888 pixel format
Paz Zcharya
3
-0
/
+34
2025-01-21
drm/vkms: Switch to dynamic allocation for CRTC
Louis Chauvet
4
-40
/
+45
2025-01-21
drm/vkms: Switch to dynamic allocation for encoder
Louis Chauvet
2
-2
/
+6
2025-01-21
drm/vkms: Switch to dynamic allocation for connector
Louis Chauvet
2
-2
/
+7
2025-01-21
drm/vkms: Switch to managed for writeback connector
Louis Chauvet
3
-10
/
+16
2025-01-21
drm/vkms: Switch to managed for crtc
Louis Chauvet
2
-10
/
+4
2025-01-21
drm/vkms: Switch to managed for encoder
Louis Chauvet
1
-9
/
+3
2025-01-21
drm/vkms: Switch to managed for connector
Louis Chauvet
1
-8
/
+4
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
1
-2
/
+0
2024-11-22
drm/vkms: Remove useless drm_rotation_simplify
Louis Chauvet
1
-6
/
+1
2024-11-22
drm/vkms: Re-introduce line-per-line composition algorithm
Louis Chauvet
5
-149
/
+344
2024-11-22
drm/vkms: Introduce pixel_read_direction enum
Louis Chauvet
3
-0
/
+87
2024-11-22
drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
Louis Chauvet
1
-21
/
+19
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
2
-12
/
+12
2024-11-22
drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
Louis Chauvet
4
-59
/
+94
2024-11-22
drm/vkms: Use drm_frame directly
Arthur Grillo
4
-16
/
+6
2024-11-22
drm/vkms: Code formatting
Louis Chauvet
4
-15
/
+12
2024-11-22
drm/vkms: Remove index parameter from init_vkms_output
Louis Chauvet
4
-42
/
+21
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-11-04
drm/vkms: Remove usage of legacy drm_crtc members
Louis Chauvet
3
-6
/
+4
2024-11-04
drm/vkms: Drop unnecessary call to drm_crtc_cleanup()
José Expósito
1
-4
/
+1
2024-09-26
drm/vkms: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+4
2024-09-24
drm/vkms: Add missing check for CRTC initialization
Louis Chauvet
1
-1
/
+6
2024-09-24
drm/vkms: Suppress context imbalance detected by sparse warning
Louis Chauvet
1
-0
/
+2
2024-09-24
drm/vkms: Add documentation
Louis Chauvet
4
-23
/
+161
2024-08-15
drm/vkms: Formatting and typo fix
Louis Chauvet
1
-2
/
+4
2024-08-08
drm/vkms: Fix cpu_to_le16()/le16_to_cpu() warnings
José Expósito
1
-7
/
+7
[next]