Home
last modified time | relevance | path

Searched refs:num_post_dep_syncobjs (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_cs.c794 for (i = 0; i < parser->num_post_dep_syncobjs; i++) in amdgpu_cs_parser_fini()
1152 p->num_post_dep_syncobjs = 0; in amdgpu_cs_process_syncobj_out_dep()
1161 p->num_post_dep_syncobjs++; in amdgpu_cs_process_syncobj_out_dep()
1198 for (i = 0; i < p->num_post_dep_syncobjs; ++i) in amdgpu_cs_post_dependencies()
HDamdgpu.h1012 unsigned num_post_dep_syncobjs; member