diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2021-12-13 10:15:18 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2021-12-13 10:15:18 -0800 |
commit | 952ae60ba9e36ee71c7e3f19c5f46eff6f1f063f (patch) | |
tree | 7d3347add89b2d0b03dd2b9ff258706e71c55971 | |
parent | 14ecd5f21d0e75eb000268678f73fc83fc1c6ed0 (diff) |
-rw-r--r-- | kernel.c | 2 | ||||
-rw-r--r-- | version.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1282,7 +1282,7 @@ int test_kernel_modules(Options *op, Package *p) { char *cmd = NULL, *data = NULL; int ret = FALSE, i; - const char *depmods[] = { "i2c-core", "drm", "drm-kms-helper", "vfio_mdev" }; + const char *depmods[] = { "i2c-core", "drm", "drm-kms-helper", "vfio_mdev", "vfio", "mdev", "vfio_iommu_type1" }; /* * If we're building/installing for a different kernel, then we @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 470.86 +NVIDIA_VERSION = 470.94 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) |