[PATCH i-g-t] Revert "lib/igt_kmod: unload mei_gsc_proxy for Intel drivers"

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed Jul 3 17:50:37 UTC 2024


This reverts commit c7650224f5d2af27c3500732a98ead3c3fab61f3.

Unloading this module breaks runs for i915 on integrated GPU
starting from MeteorLake, it should be applied only od discrete.

Cc: Alexander Usyskin <alexander.usyskin at intel.com>
Cc: Jakub Kolakowski <jakub1.kolakowski at intel.com>
Cc: Peter Senna Tschudin <peter.senna.tschudin at intel.com>
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
 lib/igt_kmod.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/igt_kmod.c b/lib/igt_kmod.c
index ca14186a8..33f059199 100644
--- a/lib/igt_kmod.c
+++ b/lib/igt_kmod.c
@@ -623,8 +623,6 @@ 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,
 	};
-- 
2.43.0



More information about the igt-dev mailing list