开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
/
vkms_config.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-26
drm/vkms: Add config for default plane pipeline
Louis Chauvet
2025-10-22
drm/vkms: Allow to configure connector status
José Expósito
2025-03-07
drm/vkms: Allow to attach connectors and encoders
José Expósito
2025-03-07
drm/vkms: Allow to configure multiple connectors
José Expósito
2025-03-07
drm/vkms: Allow to attach encoders and CRTCs
José Expósito
2025-03-07
drm/vkms: Allow to configure multiple encoders
José Expósito
2025-03-07
drm/vkms: Allow to attach planes and CRTCs
José Expósito
2025-03-07
drm/vkms: Allow to configure multiple CRTCs
José Expósito
2025-03-07
drm/vkms: Allow to configure multiple planes
José Expósito
2025-03-07
drm/vkms: Add a validation function for VKMS configuration
Louis Chauvet
2025-03-07
drm/vkms: Set device name from vkms_config
José Expósito
2025-03-07
drm/vkms: Move default_config creation to its own function
José Expósito
2025-03-07
drm/vkms: Extract vkms_config header
José Expósito