summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/igt_kmod.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_kmod.c b/lib/igt_kmod.c
index 33f059199..ca14186a8 100644
--- a/lib/igt_kmod.c
+++ b/lib/igt_kmod.c
@@ -623,6 +623,8 @@ int __igt_intel_driver_unload(char **who, const char *driver)
/* mei_gsc uses an i915 aux dev and the other mei mods depend on it */
"mei_pxp",
"mei_hdcp",
+ /* mei_gsc_proxy should be unloaded before mei_gsc */
+ "mei_gsc_proxy",
"mei_gsc",
NULL,
};