Skip to content

Commit 3375913

Browse files
committed
x86_64: enable VIRTIO_GPU
Enable VIRTIO_GPU to support GPU acceleration on x86_64 hosts too. Signed-off-by: Sergio Lopez <[email protected]>
1 parent a70c65d commit 3375913

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config-libkrunfw_x86_64

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,9 +1335,11 @@ CONFIG_BCMA_POSSIBLE=y
13351335
#
13361336
# Graphics support
13371337
#
1338-
# CONFIG_AUXDISPLAY is not set
1339-
# CONFIG_DRM is not set
1340-
# CONFIG_DRM_DEBUG_MODESET_LOCK is not set
1338+
CONFIG_DRM=y
1339+
CONFIG_DRM_KMS_HELPER=y
1340+
CONFIG_DRM_GEM_SHMEM_HELPER=y
1341+
CONFIG_DRM_VIRTIO_GPU=y
1342+
CONFIG_DRM_VIRTIO_GPU_KMS=y
13411343

13421344
#
13431345
# Frame buffer Devices

0 commit comments

Comments
 (0)