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 v4.8 10 lines 273 B view raw
1config DRM_VIRTIO_GPU 2 tristate "Virtio GPU driver" 3 depends on DRM && VIRTIO 4 select DRM_KMS_HELPER 5 select DRM_TTM 6 help 7 This is the virtual GPU driver for virtio. It can be used with 8 QEMU based VMMs (like KVM or Xen). 9 10 If unsure say M.