aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaíra Canal <[email protected]>2023-04-18 10:05:26 -0300
committerMaíra Canal <[email protected]>2023-05-08 09:57:24 -0300
commit5aaa12873d9b610a052bafea5d4c8593ad66e390 (patch)
tree8786c886ebccb295124d5feb9ac104dd4588b1c0
parentcd0755508d81736d026bc25647a89dfc79162d95 (diff)
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 <[email protected]> Reviewed-by: Melissa Wen <[email protected]> Signed-off-by: Maíra Canal <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-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 0f599c897614..ba04ac7c2167 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.