repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posix-clock: Fix return code on the poll method's error path
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
virtio
/
Kconfig
blob
9983eadb81b6a18bb9eef9afc80895970fa5ac18
1
config DRM_VIRTIO_GPU
2
tristate "Virtio GPU driver"
3
depends on DRM && VIRTIO
4
select FB_SYS_FILLRECT
5
select FB_SYS_COPYAREA
6
select FB_SYS_IMAGEBLIT
7
select DRM_KMS_HELPER
8
select DRM_KMS_FB_HELPER
9
select DRM_TTM
10
help
11
This is the virtual GPU driver for virtio. It can be used with
12
QEMU based VMMs (like KVM or Xen).
13
14
If unsure say M.