[PATCH SRU Focal] UBUNTU: [Packaging] Move VM DRM drivers into modules
Stefan Bader
stefan.bader at canonical.com
Tue Feb 22 16:56:08 UTC 2022
BugLink: https://bugs.launchpad.net/bugs/1960633
We already have vboxvideo included in the linux-modules package for
newer releases. This is also included when using the linux-virtual
meta. But there is a couple of other DRM drivers which could be used
by various VM installations which run a desktop:
- bochs-drm (? Qemu)
- cirrus (old standard when it comes to emulated graphics)
- drm_xen_front (Xen)
- virtio-gpu (KVM)
- vboxvideo (VirtualBox)
- vmwgfx (VMWare)
All of those drivers direct dependencies are already part of
linux-modules. For Focal this also adds vboxvideo which until
now was part of linux-modules-extra.
Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
---
debian.master/control.d/generic.inclusion-list | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list
index d0aec38b30a3..56043df2f41c 100644
--- a/debian.master/control.d/generic.inclusion-list
+++ b/debian.master/control.d/generic.inclusion-list
@@ -38,9 +38,15 @@ drivers/crypto/vmx/vmx-crypto.ko
drivers/firmware/efi/*
drivers/firmware/iscsi_ibft.ko
drivers/gpu/drm/ast/ast.ko
+drivers/gpu/drm/bochs/bochs-drm.ko
+drivers/gpu/drm/cirrus/cirrus.ko
drivers/gpu/drm/drm_kms_helper.ko
drivers/gpu/drm/drm.ko
drivers/gpu/drm/ttm/ttm.ko
+drivers/gpu/drm/vboxvideo/vboxvideo.ko
+drivers/gpu/drm/virtio/virtio-gpu.ko
+drivers/gpu/drm/vmwgfx/vmwgfx.ko
+drivers/gpu/drm/xen/drm_xen_front.ko
drivers/hid/hid-generic.ko
drivers/hid/hid-hyperv.ko
drivers/hid/hid.ko
--
2.25.1
More information about the kernel-team
mailing list