Re: [PATCH v8 09/10] drm: get rid of drm_sched_job::id

2025-03-20 Thread Tvrtko Ursulin
On 20/03/2025 09:58, Pierre-Eric Pelloux-Prayer wrote: Its only purpose was for trace events, but jobs can already be uniquely identified using their fence. The downside of using the fence is that it's only available after 'drm_sched_job_arm' was called which is true for all trace events that

Re: [PATCH v8 09/10] drm: get rid of drm_sched_job::id

2025-03-20 Thread Christian König
Am 20.03.25 um 10:58 schrieb Pierre-Eric Pelloux-Prayer: > Its only purpose was for trace events, but jobs can already be > uniquely identified using their fence. > > The downside of using the fence is that it's only available > after 'drm_sched_job_arm' was called which is true for all trace > eve