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 master 9 lines 328 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_VGEM 3 tristate "Virtual GEM provider" 4 depends on DRM && MMU 5 select DRM_GEM_SHMEM_HELPER 6 help 7 Choose this option to get a virtual graphics memory manager, 8 as used by Mesa's software renderer for enhanced performance. 9 If M is selected the module will be called vgem.