index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
/
vkms_formats.c
Age
Commit message (
Expand
)
Author
2025-02-04
drm/vkms: Add support for ABGR8888 pixel format
Paz Zcharya
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: 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-09-24
drm/vkms: Add documentation
Louis Chauvet
2024-08-08
drm/vkms: Fix cpu_to_le16()/le16_to_cpu() warnings
José Expósito
2023-06-24
drm/vkms: Isolate writeback pixel conversion functions
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 rotate-0 and reflect-x property
Maíra Canal
2023-04-24
drm/vkms: isolate pixel conversion functionality
Maíra Canal
2022-09-11
drm/vkms: fix 32bit compilation error by replacing macros
Melissa Wen
2022-09-05
drm: vkms: Add support to the RGB565 format
Igor Torrente
2022-09-05
drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formats
Igor Torrente
2022-09-05
drm: vkms: Refactor the plane composer to accept new formats
Igor Torrente