diff options
author | Maíra Canal <mcanal@igalia.com> | 2023-04-18 15:05:26 +0200 |
---|---|---|
committer | Maíra Canal <mairacanal@riseup.net> | 2023-05-08 14:57:24 +0200 |
commit | 5aaa12873d9b610a052bafea5d4c8593ad66e390 (patch) | |
tree | 8786c886ebccb295124d5feb9ac104dd4588b1c0 /Documentation/gpu | |
parent | drm/vkms: add rotate-270 property (diff) | |
download | linux-5aaa12873d9b610a052bafea5d4c8593ad66e390.tar.xz linux-5aaa12873d9b610a052bafea5d4c8593ad66e390.zip |
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.rst | 2 |
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. |