LinuxLists
Users
About
Louis Chauvet (
[email protected]
)
Number of posts: 211 (1.67 per day)
First post: 2024-02-01 17:32:36
Last post: 2024-06-07 08:34:54
Previous Page
/
Next Page
Date
List
Subject
2024-03-26 16:25:51
linux-kernel
Re: [PATCH v5 04/16] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
2024-03-26 16:03:31
linux-kernel
Re: [PATCH v5 10/16] drm/vkms: Re-introduce line-per-line composition algorithm
2024-03-26 16:02:55
linux-kernel
Re: [PATCH v5 08/16] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
2024-03-26 16:02:31
linux-kernel
Re: [PATCH v5 10/16] drm/vkms: Re-introduce line-per-line composition algorithm
2024-03-26 16:02:02
linux-kernel
Re: [PATCH v5 11/16] drm/vkms: Add YUV support
2024-03-26 16:00:58
linux-kernel
Re: [PATCH v5 07/16] drm/vkms: Update pixels accessor to support packed and multi-plane formats.
2024-03-26 16:00:36
linux-kernel
Re: [PATCH v5 02/16] drm/vkms: Use drm_frame directly
2024-03-26 15:59:58
linux-kernel
Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum
2024-03-26 15:59:25
linux-kernel
Re: [PATCH v5 14/16] drm/vkms: Create KUnit tests for YUV conversions
2024-03-26 15:58:47
linux-kernel
Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum
2024-03-26 15:58:28
linux-kernel
Re: [PATCH v5 03/16] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
2024-03-26 15:57:25
linux-kernel
Re: [PATCH v5 04/16] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
2024-03-26 15:57:18
linux-kernel
Re: [PATCH v5 05/16] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
2024-03-14 14:46:59
linux-kernel
Re: [PATCH v5 11/16] drm/vkms: Add YUV support
2024-03-14 13:57:06
linux-kernel
Re: [PATCH v2 0/3] Add multi mode support for omap-mcspi
2024-03-13 19:23:32
linux-kernel
[PATCH v5 11/16] drm/vkms: Add YUV support
2024-03-13 19:20:19
linux-kernel
[PATCH v5 13/16] drm/vkms: Drop YUV formats TODO
2024-03-13 19:20:12
linux-kernel
[PATCH v5 04/16] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
2024-03-13 18:58:18
linux-kernel
[PATCH v5 01/16] drm/vkms: Code formatting
2024-03-13 18:58:07
linux-kernel
[PATCH v5 16/16] drm/vkms: Add support for DRM_FORMAT_R*
2024-03-13 18:57:12
linux-kernel
[PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum
2024-03-13 18:56:27
linux-kernel
[PATCH v5 02/16] drm/vkms: Use drm_frame directly
2024-03-13 18:56:25
linux-kernel
[PATCH v5 00/16] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
2024-03-13 18:53:03
linux-kernel
[PATCH v5 14/16] drm/vkms: Create KUnit tests for YUV conversions
2024-03-13 18:52:57
linux-kernel
[PATCH v5 15/16] drm/vkms: Add how to run the Kunit tests
2024-03-13 18:52:30
linux-kernel
[PATCH v5 10/16] drm/vkms: Re-introduce line-per-line composition algorithm
2024-03-13 18:51:36
linux-kernel
[PATCH v5 12/16] drm/vkms: Add range and encoding properties to the plane
2024-03-13 18:51:25
linux-kernel
[PATCH v5 03/16] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
2024-03-13 18:51:25
linux-kernel
[PATCH v5 05/16] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
2024-03-13 18:50:23
linux-kernel
[PATCH v5 07/16] drm/vkms: Update pixels accessor to support packed and multi-plane formats.
2024-03-13 18:50:14
linux-kernel
[PATCH v5 06/16] drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
2024-03-13 18:50:06
linux-kernel
[PATCH v5 08/16] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
2024-03-09 11:59:57
linux-kernel
Re: [PATCH 0/7] Additions to "Reimplement line-per-line pixel conversion for plane reading" series
2024-03-07 00:03:51
linux-kernel
Re: [PATCH v2 6/9] drm/vkms: Add YUV support
2024-03-07 00:03:50
linux-kernel
Re: [PATCH 4/7] drm/vkms: Fix compilation issues
2024-03-06 17:30:27
linux-kernel
Re: [PATCH v2 5/9] drm/vkms: Re-introduce line-per-line composition algorithm
2024-03-06 17:30:14
linux-kernel
Re: [PATCH v2 3/9] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
2024-03-04 16:02:58
linux-kernel
[PATCH v4 11/14] drm/vkms: Add YUV support
2024-03-04 16:00:26
linux-kernel
[PATCH v4 03/14] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
2024-03-04 15:59:17
linux-kernel
[PATCH v4 00/14] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
2024-03-04 15:58:20
linux-kernel
Re: [PATCH v2 6/9] drm/vkms: Add YUV support
2024-03-04 15:51:02
linux-kernel
Re: [PATCH v2 6/9] drm/vkms: Add YUV support
2024-03-04 15:33:18
linux-kernel
[PATCH v4 14/14] drm/vkms: Create KUnit tests for YUV conversions
2024-03-04 15:32:57
linux-kernel
[PATCH v4 13/14] drm/vkms: Drop YUV formats TODO
2024-03-04 15:32:49
linux-kernel
[PATCH v4 12/14] drm/vkms: Add range and encoding properties to the plane
2024-03-04 15:32:49
linux-kernel
[PATCH v4 10/14] drm/vkms: Re-introduce line-per-line composition algorithm
2024-03-04 15:32:06
linux-kernel
[PATCH v4 09/14] drm/vkms: Introduce pixel_read_direction enum
2024-03-04 15:31:48
linux-kernel
[PATCH v4 08/14] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
2024-03-04 15:31:34
linux-kernel
[PATCH v4 07/14] drm/vkms: Update pixels accessor to support packed and multi-plane formats.
2024-03-04 15:31:09
linux-kernel
[PATCH v4 06/14] drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
2024-03-04 15:30:52
linux-kernel
[PATCH v4 05/14] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers