Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: a909d3e636995ba7c349e2ca5dbb528154d4ac30 authored by Linus Torvalds on 29 October 2016, 20:52:02 UTC
Linux 4.9-rc3
Tip revision: a909d3e
Kconfig
config DRM_VIRTIO_GPU
	tristate "Virtio GPU driver"
	depends on DRM && VIRTIO
        select DRM_KMS_HELPER
        select DRM_TTM
	help
	   This is the virtual GPU driver for virtio.  It can be used with
           QEMU based VMMs (like KVM or Xen).

	   If unsure say M.
back to top