aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorMaíra Canal <mcanal@igalia.com>2023-04-18 10:05:26 -0300
committerMaíra Canal <mairacanal@riseup.net>2023-05-08 09:57:24 -0300
commit5aaa12873d9b610a052bafea5d4c8593ad66e390 (patch)
tree8786c886ebccb295124d5feb9ac104dd4588b1c0 /Documentation/gpu
parentcd0755508d81736d026bc25647a89dfc79162d95 (diff)
downloadlinux-5aaa12873d9b610a052bafea5d4c8593ad66e390.tar.gz
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 <mcanal@igalia.com> Reviewed-by: Melissa Wen <mwen@igalia.com> Signed-off-by: Maíra Canal <mairacanal@riseup.net> Link: https://patchwork.freedesktop.org/patch/msgid/20230418130525.128733-7-mcanal@igalia.com
Diffstat (limited to 'Documentation/gpu')
-rw-r--r--Documentation/gpu/vkms.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst
index 0f599c8976148..ba04ac7c2167a 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.