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

Date List Subject
2024-06-07 08:34:54 linux-kernel [PATCH v2] dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr()
2024-06-07 08:34:41 linux-kernel Re: [PATCH] dmaengine: xilinx: xdma: Fixes possible threading issue
2024-06-06 08:12:55 linux-kernel Re: omap2-mcspi multi mode
2024-05-27 16:30:06 linux-kernel [PATCH] dmaengine: xilinx: xdma: Fixes possible threading issue
2024-05-17 16:00:33 linux-kernel Re: [PATCH v6 0/7] Adds support for ConfigFS to VKMS!
2024-05-16 13:20:57 linux-kernel [PATCH 3/3] drm/vkms: Add support for XRGB2101010
2024-05-16 13:20:50 linux-kernel [PATCH 2/3] drm/vkms: Add a macro for write_line functions
2024-05-16 13:20:42 linux-kernel [PATCH 1/3] drm/vkms: Re-introduce line-by-line algorithm for writeback
2024-05-16 13:20:38 linux-kernel [PATCH 0/3] drm/vkms: Reimplement line-per-line pixel conversion for writeback
2024-05-16 13:19:35 linux-kernel [PATCH 5/5] drm/vkms: Add support for RGB888 formats
2024-05-16 13:19:17 linux-kernel [PATCH 4/5] drm/vkms: Add support for RGB565 formats
2024-05-16 13:19:02 linux-kernel [PATCH 2/5] drm/vkms: Add support for ARGB8888 formats
2024-05-16 13:19:01 linux-kernel [PATCH 3/5] drm/vkms: Add support for ARGB16161616 formats
2024-05-16 13:18:46 linux-kernel [PATCH 1/5] drm/vkms: Create helpers macro to avoid code duplication in format callbacks
2024-05-16 13:18:36 linux-kernel [PATCH 0/5] drm/vkms: Add support for multiple plane formats
2024-05-16 13:10:20 linux-kernel [PATCH v8 15/17] drm/vkms: Create KUnit tests for YUV conversions
2024-05-16 13:09:07 linux-kernel [PATCH v8 17/17] drm/vkms: Add support for DRM_FORMAT_R*
2024-05-16 13:09:03 linux-kernel [PATCH v8 10/17] drm/vkms: Re-introduce line-per-line composition algorithm
2024-05-16 13:08:49 linux-kernel [PATCH v8 16/17] drm/vkms: Add how to run the Kunit tests
2024-05-16 13:08:47 linux-kernel [PATCH v8 11/17] drm/vkms: Remove useless drm_rotation_simplify
2024-05-16 13:08:32 linux-kernel [PATCH v8 13/17] drm/vkms: Add range and encoding properties to the plane
2024-05-16 13:08:15 linux-kernel [PATCH v8 14/17] drm/vkms: Drop YUV formats TODO
2024-05-16 13:08:03 linux-kernel [PATCH v8 12/17] drm/vkms: Add YUV support
2024-05-16 13:07:40 linux-kernel [PATCH v8 09/17] drm/vkms: Introduce pixel_read_direction enum
2024-05-16 13:07:28 linux-kernel [PATCH v8 08/17] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
2024-05-16 13:06:56 linux-kernel [PATCH v8 07/17] drm/vkms: Update pixels accessor to support packed and multi-plane formats.
2024-05-16 13:06:40 linux-kernel [PATCH v8 06/17] drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
2024-05-16 13:06:14 linux-kernel [PATCH v8 05/17] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
2024-05-16 13:06:12 linux-kernel [PATCH v8 01/17] drm/vkms: Code formatting
2024-05-16 13:06:04 linux-kernel [PATCH v8 02/17] drm/vkms: Use drm_frame directly
2024-05-16 13:06:02 linux-kernel [PATCH v8 03/17] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
2024-05-16 13:05:52 linux-kernel [PATCH v8 04/17] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
2024-05-16 13:05:33 linux-kernel [PATCH v8 00/17] drm/vkms: Reimplement line-per-line pixel conversion for plane reading
2024-05-16 11:07:59 linux-kernel Re: [PATCH v7 11/17] drm/vkms: Remove useless drm_rotation_simplify
2024-05-13 08:02:56 linux-kernel [PATCH v7 08/17] drm/vkms: Avoid computing blending limits inside pre_mul_alpha_blend
2024-05-13 08:02:19 linux-kernel [PATCH v7 15/17] drm/vkms: Create KUnit tests for YUV conversions
2024-05-13 08:01:15 linux-kernel [PATCH v7 13/17] drm/vkms: Add range and encoding properties to the plane
2024-05-13 08:01:11 linux-kernel [PATCH v7 09/17] drm/vkms: Introduce pixel_read_direction enum
2024-05-13 08:01:01 linux-kernel [PATCH v7 17/17] drm/vkms: Add support for DRM_FORMAT_R*
2024-05-13 08:00:51 linux-kernel [PATCH v7 12/17] drm/vkms: Add YUV support
2024-05-13 08:00:41 linux-kernel [PATCH v7 03/17] drm/vkms: write/update the documentation for pixel conversion and pixel write functions
2024-05-13 08:00:33 linux-kernel [PATCH v7 05/17] drm/vkms: Add dummy pixel_read/pixel_write callbacks to avoid NULL pointers
2024-05-13 07:53:34 linux-kernel [PATCH v7 16/17] drm/vkms: Add how to run the Kunit tests
2024-05-13 07:53:07 linux-kernel [PATCH v7 14/17] drm/vkms: Drop YUV formats TODO
2024-05-13 07:52:46 linux-kernel [PATCH v7 10/17] drm/vkms: Re-introduce line-per-line composition algorithm
2024-05-13 07:52:38 linux-kernel [PATCH v7 11/17] drm/vkms: Remove useless drm_rotation_simplify
2024-05-13 07:52:01 linux-kernel [PATCH v7 07/17] drm/vkms: Update pixels accessor to support packed and multi-plane formats.
2024-05-13 07:51:46 linux-kernel [PATCH v7 06/17] drm/vkms: Use const for input pointers in pixel_read an pixel_write functions
2024-05-13 07:51:24 linux-kernel [PATCH v7 04/17] drm/vkms: Add typedef and documentation for pixel_read and pixel_write functions
2024-05-13 07:51:00 linux-kernel [PATCH v7 02/17] drm/vkms: Use drm_frame directly
2024-05-13 07:50:47 linux-kernel [PATCH v7 01/17] drm/vkms: Code formatting