On 2023-02-08 14:48, Maíra Canal wrote: > In order to add a syncobj's fence as a dependency to a job, it is > necessary to call drm_syncobj_find_fence() to find the fence and then > add the dependency with drm_sched_job_add_dependency(). So, wrap these > steps in one single function, drm_sched_job_add_syncobj_dependency().
Yes, that's a good change--thanks! Patch is: Reviewed-by: Luben Tuikov <luben.tui...@amd.com> -- Regards, Luben