Re: [Intel-gfx] [PATCH 1/2] drm/i915: Call i915_globals_exit() after i915_pmu_exit()

2021-07-19 Thread Tvrtko Ursulin
Noticed PMU being mentioned.. On 16/07/2021 23:47, Jason Ekstrand wrote: We should tear down in the opposite order we set up. Signed-off-by: Jason Ekstrand Fixes: 537f9c84a427 ("drm/i915/pmu: Fix CPU hotplug with multiple GPUs") 1) You can use 'dim fixes ' to get you the correct cc list wh

Re: [PATCH 1/2] drm/i915: Call i915_globals_exit() after i915_pmu_exit()

2021-07-19 Thread Daniel Vetter
On Sat, Jul 17, 2021 at 12:48 AM Jason Ekstrand wrote: > > We should tear down in the opposite order we set up. > > Signed-off-by: Jason Ekstrand > Fixes: 537f9c84a427 ("drm/i915/pmu: Fix CPU hotplug with multiple GPUs") > Cc: Daniel Vetter Reviewed-by: Daniel Vetter > --- > drivers/gpu/drm/

[PATCH 1/2] drm/i915: Call i915_globals_exit() after i915_pmu_exit()

2021-07-16 Thread Jason Ekstrand
We should tear down in the opposite order we set up. Signed-off-by: Jason Ekstrand Fixes: 537f9c84a427 ("drm/i915/pmu: Fix CPU hotplug with multiple GPUs") Cc: Daniel Vetter --- drivers/gpu/drm/i915/i915_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i