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
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
2024-07-07
drm/vkms: Remove event from vkms_output
Lyude Paul
2024-05-02
drm/vkms: Use fbdev-shmem
Thomas Zimmermann
2024-04-18
drm/vkms: Use drm_crtc_vblank_crtc()
Ville Syrjälä
2024-01-02
drm/vkms: Avoid reading beyond LUT array
Harry Wentland
2024-01-02
drm/vkms: Create separate Kconfig file for VKMS
Harry Wentland
2023-12-08
drm/vkms: move wb's atomic_check from encoder to connector
Dmitry Baryshkov
2023-12-08
drm/atomic-helper: rename drm_atomic_helper_check_wb_encoder_state
Dmitry Baryshkov
2023-09-14
Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"
Maíra Canal
2023-07-27
drm/vkms: Fix race-condition between the hrtimer and the atomic commit
Maíra Canal
2023-07-27
drm/vkms: Add support to 1D gamma LUT
Arthur Grillo
2023-06-24
drm/vkms: Isolate writeback pixel conversion functions
Maíra Canal
2023-06-24
drm/vkms: Enable ARGB8888 support for writeback
Maíra Canal
2023-06-24
drm/vkms: Reduce critical section
Maíra Canal
2023-06-19
drm/vkms: Fix all kernel-doc warnings of the vkms_composer file
Maíra Canal
2023-06-19
drm/vkms: Add kernel-doc to the function vkms_compose_row()
Maíra Canal
2023-05-15
drm/vkms: Fix RGB565 pixel conversion
Maíra Canal
2023-05-08
drm/vkms: add rotate-270 property
Maíra Canal
2023-05-08
drm/vkms: add rotate-90 property
Maíra Canal
2023-05-08
drm/vkms: add reflect-y and rotate-180 property
Maíra Canal
2023-05-08
drm/vkms: add rotate-0 and reflect-x property
Maíra Canal
2023-04-26
drm/vkms: allow full alpha blending on all planes
Maíra Canal
2023-04-24
drm/vkms: isolate pixel conversion functionality
Maíra Canal
2023-04-12
drm/vkms: Use drmm_mode_config_init()
Maíra Canal
2023-04-12
drm/vkms: Use drmm_crtc_init_with_planes()
Maíra Canal
2023-04-07
drm/vkms: Remove <drm/drm_simple_kms_helper.h> include
Javier Martinez Canillas
2023-04-07
drm/vkms: Drop vkms_connector_destroy() wrapper
Javier Martinez Canillas
2023-04-06
drm/vkms: allow the primary plane to be positioned
Maíra Canal
2023-04-06
drm/vkms: remove the need for the primary plane to be visible
Maíra Canal
2023-01-12
drm/vkms: reintroduce prepare_fb and cleanup_fb functions
Maíra Canal
2022-12-22
drm/vkms: use new debugfs device-centered functions
Maíra Canal
[next]