]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/vkms: Drop YUV formats TODO
authorArthur Grillo <arthurgrillo@riseup.net>
Tue, 15 Apr 2025 13:55:35 +0000 (15:55 +0200)
committerLouis Chauvet <louis.chauvet@bootlin.com>
Wed, 28 May 2025 14:19:14 +0000 (16:19 +0200)
VKMS has support for YUV formats now. Remove the task from the TODO
list.

Signed-off-by: Arthur Grillo <arthurgrillo@riseup.net>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Link: https://lore.kernel.org/r/20250415-yuv-v18-4-f2918f71ec4b@bootlin.com
Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
Documentation/gpu/vkms.rst

index ba04ac7c2167a9d484c54c69a09a2fb8f2d9c0aa..88e0913ca33a83255f40411472f48a849002e76d 100644 (file)
@@ -122,8 +122,8 @@ There's lots of plane features we could add support for:
 
 - Scaling.
 
-- Additional buffer formats, especially YUV formats for video like NV12.
-  Low/high bpp RGB formats would also be interesting.
+- Additional buffer formats. Low/high bpp RGB formats would be interesting
+  [Good to get started].
 
 - Async updates (currently only possible on cursor plane using the legacy
   cursor api).