Commit 085dadb3 authored by José Expósito's avatar José Expósito Committed by Luca Ceresoli
Browse files

drm/vkms: Remove completed task from the TODO list

parent 8c29107a
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -233,21 +233,14 @@ Runtime Configuration
---------------------

We want to be able to reconfigure vkms instance without having to reload the
module. Use/Test-cases:
module through configfs. 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).

- Change output configuration: Plug/unplug screens, change EDID, allow changing
  the refresh rate.

The currently proposed solution is to expose vkms configuration through
configfs. All existing module options should be supported through configfs
too.

Writeback support
-----------------