From: Louis Chauvet <louis.chauvet@bootlin.com>
To: Renjun Wang <renjunw0@foxmail.com>,
hamohammed.sa@gmail.com, simona@ffwll.ch, melissa.srw@gmail.com,
maarten.lankhorst@linux.intel.com, mripard@kernel.org,
tzimmermann@suse.de, airlied@gmail.com
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/vkms: Add YUV410, YUV411, YVU410, and YVU411 support
Date: Mon, 2 Feb 2026 13:46:14 +0100 [thread overview]
Message-ID: <ff48b706-6fdc-4350-a2de-1edc7b3f9ca7@bootlin.com> (raw)
In-Reply-To: <cb2fa1da-3c5a-4398-af10-68f838f02c6d@bootlin.com>
On 2/2/26 13:14, Louis Chauvet wrote:
>
>
> On 2/1/26 15:02, Renjun Wang wrote:
>> Add support for the following planar YUV formats:
>> - DRM_FORMAT_YUV410
>> - DRM_FORMAT_YUV411
>> - DRM_FORMAT_YVU410
>> - DRM_FORMAT_YVU411
>>
>> These formats are handled by the existing planar_yuv_read_line()
>> function, which correctly handles the subsampling defined in each
>> format's drm_format_info.
>>
>> The YVU variants (YVU410, YVU411) are also added to
>> get_conversion_matrix_to_argb_u16() to ensure the U and V columns
>> are swapped correctly in the conversion matrix.
>>
>> Signed-off-by: Renjun Wang <renjunw0@foxmail.com>
>
> This patch seems correct, so you can add my:
>
> Acked-by: Louis Chauvet <louis.chauvet@bootlin.com>
>
> But how did you test it? I don't see the support in IGT. You have an
> other application / use-case?
I revert my Acked-by for this patch. It looks like the list in
vkms_config.c wasn’t updated, which means the format won’t be usable by
userspace.
Could you also add support in IGT so that kms_plane can test it? From
what I recall, this shouldn’t be much more complex than the VKMS
implementation—just a few switches to handle the proper conversions.
Thanks,
Louis Chauvet
> Thanks,
> Louis Chauvet
>
>> ---
>> drivers/gpu/drm/vkms/vkms_formats.c | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/vkms/vkms_formats.c b/drivers/gpu/drm/
>> vkms/vkms_formats.c
>> index dfb8e13cba87..5ef5d49a44ef 100644
>> --- a/drivers/gpu/drm/vkms/vkms_formats.c
>> +++ b/drivers/gpu/drm/vkms/vkms_formats.c
>> @@ -730,9 +730,13 @@ pixel_read_line_t
>> get_pixel_read_line_function(u32 format)
>> case DRM_FORMAT_P012:
>> case DRM_FORMAT_P016:
>> return &YUV161616_semiplanar_read_line;
>> + case DRM_FORMAT_YUV410:
>> + case DRM_FORMAT_YUV411:
>> case DRM_FORMAT_YUV420:
>> case DRM_FORMAT_YUV422:
>> case DRM_FORMAT_YUV444:
>> + case DRM_FORMAT_YVU410:
>> + case DRM_FORMAT_YVU411:
>> case DRM_FORMAT_YVU420:
>> case DRM_FORMAT_YVU422:
>> case DRM_FORMAT_YVU444:
>> @@ -921,6 +925,8 @@ void get_conversion_matrix_to_argb_u16(u32 format,
>> memcpy(matrix, matrix_to_copy, sizeof(*matrix_to_copy));
>> switch (format) {
>> + case DRM_FORMAT_YVU410:
>> + case DRM_FORMAT_YVU411:
>> case DRM_FORMAT_YVU420:
>> case DRM_FORMAT_YVU422:
>> case DRM_FORMAT_YVU444:
>
next prev parent reply other threads:[~2026-02-02 12:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-01 14:02 Renjun Wang
2026-02-02 12:14 ` Louis Chauvet
2026-02-02 12:46 ` Louis Chauvet [this message]
2026-02-02 14:50 ` Renjun Wang
2026-02-03 14:16 ` Renjun Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ff48b706-6fdc-4350-a2de-1edc7b3f9ca7@bootlin.com \
--to=louis.chauvet@bootlin.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=hamohammed.sa@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=melissa.srw@gmail.com \
--cc=mripard@kernel.org \
--cc=renjunw0@foxmail.com \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®