Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c90 uint32_t syncobj_handle, in amdgpu_gem_update_timeline_node()
95 if (!syncobj_handle) in amdgpu_gem_update_timeline_node()
99 *syncobj = drm_syncobj_find(filp, syncobj_handle); in amdgpu_gem_update_timeline_node()
89 amdgpu_gem_update_timeline_node(struct drm_file * filp,uint32_t syncobj_handle,uint64_t point,struct drm_syncobj ** syncobj,struct dma_fence_chain ** chain) amdgpu_gem_update_timeline_node() argument
/linux/drivers/accel/amdxdna/
H A Damdxdna_ctx.c254 args->syncobj_handle = hwctx->syncobj_hdl; in amdxdna_drm_create_hwctx_ioctl()