Re: [PATCH v7 5/7] drm/sched: trace dependencies for gpu jobs

2025-02-04 Thread Tvrtko Ursulin
On 31/01/2025 11:03, Pierre-Eric Pelloux-Prayer wrote: Trace the fence dependencies similarly to how we print fences: ... , dependencies:{fence=606:38006} This allows tools to analyze the dependencies between the jobs (previously it was only possible for fences traced by drm_sched_job_wait_

[PATCH v7 5/7] drm/sched: trace dependencies for gpu jobs

2025-01-31 Thread Pierre-Eric Pelloux-Prayer
Trace the fence dependencies similarly to how we print fences: ... , dependencies:{fence=606:38006} This allows tools to analyze the dependencies between the jobs (previously it was only possible for fences traced by drm_sched_job_wait_dep). Since drm_sched_job and drm_run_job use the same base