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.

at v6.13-rc5 16 lines 425 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2 3config DRM_VKMS 4 tristate "Virtual KMS (EXPERIMENTAL)" 5 depends on DRM && MMU 6 select DRM_CLIENT_SELECTION 7 select DRM_KMS_HELPER 8 select DRM_GEM_SHMEM_HELPER 9 select CRC32 10 default n 11 help 12 Virtual Kernel Mode-Setting (VKMS) is used for testing or for 13 running GPU in a headless machines. Choose this option to get 14 a VKMS. 15 16 If M is selected the module will be called vkms.