index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
Age
Commit message (
Expand
)
Author
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-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
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
[next]