Re: [Intel-gfx] [PATCH 1/3] drm/i915: Separate wakeref tracking

2023-03-01 Thread Andrzej Hajda
On 27.02.2023 12:50, Jani Nikula wrote: On Fri, 24 Feb 2023, Andrzej Hajda wrote: From: Chris Wilson Extract the callstack tracking of intel_runtime_pm.c into its own utility so that that we can reuse it for other online debugging of scoped wakerefs. Signed-off-by: Chris Wilson Signed-off-b

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Separate wakeref tracking

2023-02-27 Thread Jani Nikula
On Fri, 24 Feb 2023, Andrzej Hajda wrote: > From: Chris Wilson > > Extract the callstack tracking of intel_runtime_pm.c into its own > utility so that that we can reuse it for other online debugging of > scoped wakerefs. > > Signed-off-by: Chris Wilson > Signed-off-by: Andrzej Hajda > --- > dr

[Intel-gfx] [PATCH 1/3] drm/i915: Separate wakeref tracking

2023-02-24 Thread Andrzej Hajda
From: Chris Wilson Extract the callstack tracking of intel_runtime_pm.c into its own utility so that that we can reuse it for other online debugging of scoped wakerefs. Signed-off-by: Chris Wilson Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/i915/Kconfig.debug | 9 + drivers/g