diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-05-11 11:05:03 -0400 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2018-06-08 12:24:09 -0400 |
commit | d61fc96f47fdac1f031ed4eafa9106fe10cdaa37 (patch) | |
tree | 08b7ef5d11978851ada2d64d7e68d87a85de59a6 /samples/Kconfig | |
parent | 48d8476b41eed63567dd2f0ad125c895b9ac648a (diff) |
sample: vfio mdev display - host device
Simple framebuffer display, demo-ing the vfio region display interface
(VFIO_GFX_PLANE_TYPE_REGION).
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 3db002b9e1d3..960f19b24df0 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -115,6 +115,14 @@ config SAMPLE_VFIO_MDEV_MTTY | |||
115 | Build a virtual tty sample driver for use as a VFIO | 115 | Build a virtual tty sample driver for use as a VFIO |
116 | mediated device | 116 | mediated device |
117 | 117 | ||
118 | config SAMPLE_VFIO_MDEV_MDPY | ||
119 | tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only" | ||
120 | depends on VFIO_MDEV_DEVICE && m | ||
121 | help | ||
122 | Build a virtual display sample driver for use as a VFIO | ||
123 | mediated device. It is a simple framebuffer and supports | ||
124 | the region display interface (VFIO_GFX_PLANE_TYPE_REGION). | ||
125 | |||
118 | config SAMPLE_STATX | 126 | config SAMPLE_STATX |
119 | bool "Build example extended-stat using code" | 127 | bool "Build example extended-stat using code" |
120 | depends on BROKEN | 128 | depends on BROKEN |