[SRU][P:linux-azure][PATCH 1/1] UBUNTU: [Packaging] Add the drm_ttm_helper module to the inclusion list
Vinicius Peixoto
vinicius.peixoto at canonical.com
Wed Jul 30 19:10:49 UTC 2025
BugLink: https://bugs.launchpad.net/bugs/2119016
The NVIDIA drivers for GRID make use of symbols from this module, so add
it to the inclusion list so that users don't have to figure out they
need to install modules-extra to solve the following issue:
[ 190.854587] nvidia_drm: Unknown symbol drm_fbdev_ttm_setup (err -2)
Signed-off-by: Vinicius Peixoto <vinicius.peixoto at canonical.com>
---
debian.azure/control.d/azure.inclusion-list | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian.azure/control.d/azure.inclusion-list b/debian.azure/control.d/azure.inclusion-list
index a371d5524056..9a44befe686d 100644
--- a/debian.azure/control.d/azure.inclusion-list
+++ b/debian.azure/control.d/azure.inclusion-list
@@ -51,6 +51,7 @@ drivers/gpu/drm/drm_kms_helper.ko
drivers/gpu/drm/drm.ko
drivers/gpu/drm/hyperv/hyperv_drm.ko
drivers/gpu/drm/ttm/ttm.ko
+drivers/gpu/drm/drm_ttm_helper.ko
drivers/hid/hid-generic.ko
drivers/hid/hid-hyperv.ko
drivers/hid/hid.ko
--
2.45.2
More information about the kernel-team
mailing list