Re: [PATCH v15 4/9] ref_tracker: add a static classname string to each ref_tracker_dir

2025-06-23 Thread Krzysztof Karas
Hi Jeff, [...] > +++ b/drivers/gpu/drm/i915/intel_wakeref.c > @@ -114,7 +114,8 @@ void __intel_wakeref_init(struct intel_wakeref *wf, >"wakeref.work", &key->work, 0); > > #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_WAKEREF) > - ref_tracker_dir_init(&wf->debug, INTEL_REFTRAC

[PATCH v15 4/9] ref_tracker: add a static classname string to each ref_tracker_dir

2025-06-18 Thread Jeff Layton
A later patch in the series will be adding debugfs files for each ref_tracker that get created in ref_tracker_dir_init(). The format will be "class@%px". The current "name" string can vary between ref_tracker_dir objects of the same type, so it's not suitable for this purpose. Add a new "class" st