diff options
author | Michal Wajdeczko <michal.wajdeczko@intel.com> | 2024-04-06 16:39:46 +0200 |
---|---|---|
committer | Michal Wajdeczko <michal.wajdeczko@intel.com> | 2024-04-08 11:22:18 +0200 |
commit | 83787afe069ee2bc5ed4aaf6e29bdaabd06fb4db (patch) | |
tree | 51e7db13cbcd8c35d2ee134ab1fa3e60cc86f41d /tools/perf/scripts/python | |
parent | 104f7519db0a6ba4d1df1d77e4244e6f96d809ee (diff) |
drm/xe/guc: Initialize GuC ID manager sooner
The GuC submission cleanup code may depend on the GuC ID manager,
thus we can't initialize it after registering a submission cleanup
action, as reverse cleanup sequence will destroy GuC ID manager
prior to a call to guc_submit_fini().
Move GuC ID manager initialization up, right after managed mutex
initialization, to have it available during guc_submit_fini().
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240406143946.979-2-michal.wajdeczko@intel.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions