From 5d806121f1cfb38fe7cc4d528d81feb1c11274b1 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 11 Mar 2025 12:53:39 -0700 Subject: tests/intel/i915_module_load: Do not skip on snd The fact that snd_hda_* is loaded doesn't mean i915 is. It used to be the case that loading e.g. snd_hda_intel would load i915 because of a request_module("i915") in the kernel. However that changed in commit e6d0c13e9f46 ("ALSA: hda: i915: Remove extra argument from snd_hdac_i915_init"). Drop the snd_* modules from unwanted_drivers. Reviewed-by: Juha-Pekka Heikkila Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13896 Link: https://lore.kernel.org/r/20250311195339.1206647-1-lucas.demarchi@intel.com Signed-off-by: Lucas De Marchi --- tests/intel/i915_module_load.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/intel/i915_module_load.c b/tests/intel/i915_module_load.c index b3752a19c..2047d1886 100644 --- a/tests/intel/i915_module_load.c +++ b/tests/intel/i915_module_load.c @@ -368,8 +368,6 @@ igt_main const char * unwanted_drivers[] = { "i915", "intel-gtt", - "snd_hda_intel", - "snd_hdmi_lpe_audio", NULL }; -- cgit v1.2.3