From: Maíra Canal Date: Tue, 18 Apr 2023 13:05:26 +0000 (-0300) Subject: drm/vkms: drop "Rotation" TODO X-Git-Tag: v6.6.17~3937^2~23^2~356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5aaa12873d9b610a052bafea5d4c8593ad66e390;p=platform%2Fkernel%2Flinux-rpi.git drm/vkms: drop "Rotation" TODO Now that VKMS supports all values of rotation and reflection, drop the "Rotation" task from the TODO list. Signed-off-by: Maíra Canal Reviewed-by: Melissa Wen Signed-off-by: Maíra Canal Link: https://patchwork.freedesktop.org/patch/msgid/20230418130525.128733-7-mcanal@igalia.com --- diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst index 0f599c8..ba04ac7 100644 --- a/Documentation/gpu/vkms.rst +++ b/Documentation/gpu/vkms.rst @@ -120,7 +120,7 @@ There's lots of plane features we could add support for: - Add background color KMS property[Good to get started]. -- Rotation, scaling. +- Scaling. - Additional buffer formats, especially YUV formats for video like NV12. Low/high bpp RGB formats would also be interesting.