Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/vkms: Remove completed task from the TODO list

Remove the configfs related TODO items from the "Runtime Configuration"
section.

Tested-by: Mark Yacoub <markyacoub@google.com>
Reviewed-by: Louis Chauvet <louis.chauvet@bootlin.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Link: https://lore.kernel.org/r/20251016175618.10051-14-jose.exposito89@gmail.com
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

authored by

José Expósito and committed by
Luca Ceresoli
085dadb3 8c29107a

+1 -8
+1 -8
Documentation/gpu/vkms.rst
··· 233 233 --------------------- 234 234 235 235 We want to be able to reconfigure vkms instance without having to reload the 236 - module. Use/Test-cases: 236 + module through configfs. Use/Test-cases: 237 237 238 238 - Hotplug/hotremove connectors on the fly (to be able to test DP MST handling 239 239 of compositors). 240 240 241 - - Configure planes/crtcs/connectors (we'd need some code to have more than 1 of 242 - them first). 243 - 244 241 - Change output configuration: Plug/unplug screens, change EDID, allow changing 245 242 the refresh rate. 246 - 247 - The currently proposed solution is to expose vkms configuration through 248 - configfs. All existing module options should be supported through configfs 249 - too. 250 243 251 244 Writeback support 252 245 -----------------