@@ -128,6 +128,8 @@ There's lots of plane features we could add support for:
- Async updates (currently only possible on cursor plane using the legacy
cursor api).
+- Overlay plane migration between CRTCs
+
For all of these, we also want to review the igt test coverage and make sure
all relevant igt testcases work on vkms. They are good options for internship
project.
@@ -141,8 +143,7 @@ module. Use/Test-cases:
- Hotplug/hotremove connectors on the fly (to be able to test DP MST handling
of compositors).
-- Configure planes/crtcs/connectors (we'd need some code to have more than 1 of
- them first).
+- Configure planes/crtcs/connectors
- Change output configuration: Plug/unplug screens, change EDID, allow changing
the refresh rate.
And remove the run-time configuration comment regarding needing first more than 1 pipe. Signed-off-by: Marius Vlad <marius.vlad@collabora.com> --- Documentation/gpu/vkms.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)