[PATCH 1/5] drm/sched: Create wrapper to add a syncobj dependency to job

Luben Tuikov luben.tuikov at amd.com
Wed Feb 8 22:36:58 UTC 2023


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.tuikov at amd.com>
-- 
Regards,
Luben



More information about the dri-devel mailing list