Lines Matching defs:handle
40 amdgpu_bo_handle handle;
212 ibs_request.fence_info.handle = NULL;
257 vcn_bo->handle = buf_handle;
260 r = amdgpu_bo_cpu_map(vcn_bo->handle, (void **)&vcn_bo->ptr);
263 r = amdgpu_bo_cpu_unmap(vcn_bo->handle);
271 r = amdgpu_bo_va_op(vcn_bo->handle, 0, vcn_bo->size,
278 r = amdgpu_bo_free(vcn_bo->handle);
300 resources[num_resources++] = msg_buf.handle;
303 r = amdgpu_bo_cpu_map(msg_buf.handle, (void **)&msg_buf.ptr);
344 resources[num_resources++] = dec_buf.handle;
347 r = amdgpu_bo_cpu_map(dec_buf.handle, (void **)&dec_buf.ptr);
410 resources[num_resources++] = msg_buf.handle;
413 r = amdgpu_bo_cpu_map(msg_buf.handle, (void **)&msg_buf.ptr);