Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/9] i915: unload refactors
@ 2024-11-05  6:18 Lucas De Marchi
  2024-11-05  6:18 ` [PATCH i-g-t 1/9] lib/igt_kmod: Remove unused module_ref Lucas De Marchi
                   ` (12 more replies)
  0 siblings, 13 replies; 24+ messages in thread
From: Lucas De Marchi @ 2024-11-05  6:18 UTC (permalink / raw)
  To: igt-dev; +Cc: Lucas De Marchi

While reworking the unbind logic for perf_pmu, I noticed we were doing
way too much to handle audio - I was surprised since I've been using
unbind with xe and i915 for a long time.  This potentially fixes CI
issues in this area - it definitely fixes lots of warnings for me when
running on a non-CI environemnt.

The patch to tests/intel/perf_pmu.c to unbind before closing events that
I shared earlier needs to be postponed until perf_pmu_unregister() is
fixed, so it's not included here.

I gave this a quick try on DG2 and ADL-s and didn't spot regressions.
Hopefully this is also true in CI, because I like this diffstat :)

Lucas De Marchi (9):
  lib/igt_kmod: Remove unused module_ref
  tests/intel/perf_pmu: Remove trial unload
  lib/igt_kmod: Share xe's unload logic with i915
  lib/igt_kmod: Remove unused low level __igt_intel_driver_unload()
  tests/core_hotunplug: Stop unloading audio
  tests/device_reset: Stop unloading audio
  lib: Remove unused audio-related helpers
  i915_module_load: Stop caring about snd
  xe_module_load: Stop caring about snd

 lib/igt_aux.c                  | 284 ---------------------------------
 lib/igt_aux.h                  |   3 -
 lib/igt_kmod.c                 | 210 +-----------------------
 lib/igt_kmod.h                 |  14 +-
 tests/core_hotunplug.c         |  46 ------
 tests/device_reset.c           |   7 -
 tests/intel/i915_module_load.c |  32 ----
 tests/intel/perf_pmu.c         |  15 +-
 tests/intel/xe_module_load.c   |  40 -----
 9 files changed, 12 insertions(+), 639 deletions(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2024-11-19  1:35 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05  6:18 [PATCH i-g-t 0/9] i915: unload refactors Lucas De Marchi
2024-11-05  6:18 ` [PATCH i-g-t 1/9] lib/igt_kmod: Remove unused module_ref Lucas De Marchi
2024-11-06 22:09   ` [i-g-t,1/9] " Taylor, Clinton A
2024-11-05  6:18 ` [PATCH i-g-t 2/9] tests/intel/perf_pmu: Remove trial unload Lucas De Marchi
2024-11-19  1:15   ` Matt Roper
2024-11-05  6:18 ` [PATCH i-g-t 3/9] lib/igt_kmod: Share xe's unload logic with i915 Lucas De Marchi
2024-11-19  1:20   ` Matt Roper
2024-11-05  6:18 ` [PATCH i-g-t 4/9] lib/igt_kmod: Remove unused low level __igt_intel_driver_unload() Lucas De Marchi
2024-11-19  1:21   ` Matt Roper
2024-11-05  6:18 ` [PATCH i-g-t 5/9] tests/core_hotunplug: Stop unloading audio Lucas De Marchi
2024-11-19  1:23   ` Matt Roper
2024-11-05  6:18 ` [PATCH i-g-t 6/9] tests/device_reset: " Lucas De Marchi
2024-11-19  1:24   ` Matt Roper
2024-11-05  6:18 ` [PATCH i-g-t 7/9] lib: Remove unused audio-related helpers Lucas De Marchi
2024-11-19  1:28   ` Matt Roper
2024-11-05  6:18 ` [PATCH i-g-t 8/9] i915_module_load: Stop caring about snd Lucas De Marchi
2024-11-19  1:34   ` Matt Roper
2024-11-05  6:18 ` [PATCH i-g-t 9/9] xe_module_load: " Lucas De Marchi
2024-11-19  1:35   ` Matt Roper
2024-11-05  9:30 ` ✓ Fi.CI.BAT: success for i915: unload refactors Patchwork
2024-11-05  9:34 ` ✓ CI.xeBAT: " Patchwork
2024-11-06  4:37 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-11-06  9:39 ` ✗ CI.xeFULL: " Patchwork
2024-11-06 17:11   ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox