index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
Age
Commit message (
Expand
)
Author
2025-05-06
drm/vkms: Adjust vkms_state->active_planes allocation type
Kees Cook
2025-04-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-12
Backmerge tag 'v6.14-rc6' into drm-next
Dave Airlie
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
2025-03-07
drm/vkms: Add KUnit test scaffolding
José Expósito
2025-03-07
drm/vkms: Create vkms_connector struct
José Expósito
2025-03-07
drm/vkms: Extract vkms_connector header
José Expósito
2025-02-25
drm/vkms: Round fixp2int conversion in lerp_u16
Harry Wentland
2025-02-18
drm/vkms: Switch to use hrtimer_setup()
Nam Cao
2025-02-13
drm/vkms: Fix use after free and double free on init error
José Expósito
2025-02-04
drm/vkms: Add support for ABGR8888 pixel format
Paz Zcharya
2025-01-21
drm/vkms: Switch to dynamic allocation for CRTC
Louis Chauvet
2025-01-21
drm/vkms: Switch to dynamic allocation for encoder
Louis Chauvet
2025-01-21
drm/vkms: Switch to dynamic allocation for connector
Louis Chauvet
2025-01-21
drm/vkms: Switch to managed for writeback connector
Louis Chauvet
2025-01-21
drm/vkms: Switch to managed for crtc
Louis Chauvet
2025-01-21
drm/vkms: Switch to managed for encoder
Louis Chauvet
2025-01-21
drm/vkms: Switch to managed for connector
Louis Chauvet
2024-12-05
drm: remove driver date from struct drm_driver and all drivers
Jani Nikula
2024-11-22
drm/vkms: Remove useless drm_rotation_simplify
Louis Chauvet
2024-11-22
drm/vkms: Re-introduce line-per-line composition algorithm
Louis Chauvet
2024-11-22
drm/vkms: Introduce pixel_read_direction enum
Louis Chauvet
2024-11-22
drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
Louis Chauvet
2024-11-22
drm/vkms: Update pixels accessor to support packed and multi-plane formats.
Louis Chauvet
2024-11-22
drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
Louis Chauvet
2024-11-22
drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
Louis Chauvet
2024-11-22
drm/vkms: Use drm_frame directly
Arthur Grillo
2024-11-22
drm/vkms: Code formatting
Louis Chauvet
2024-11-22
drm/vkms: Remove index parameter from init_vkms_output
Louis Chauvet
2024-11-15
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
2024-11-04
drm/vkms: Remove usage of legacy drm_crtc members
Louis Chauvet
2024-11-04
drm/vkms: Drop unnecessary call to drm_crtc_cleanup()
José Expósito
2024-09-26
drm/vkms: Run DRM default client setup
Thomas Zimmermann
2024-09-24
drm/vkms: Add missing check for CRTC initialization
Louis Chauvet
2024-09-24
drm/vkms: Suppress context imbalance detected by sparse warning
Louis Chauvet
2024-09-24
drm/vkms: Add documentation
Louis Chauvet
2024-08-15
drm/vkms: Formatting and typo fix
Louis Chauvet
2024-08-08
drm/vkms: Fix cpu_to_le16()/le16_to_cpu() warnings
José Expósito
[next]