Home
last modified time | relevance | path

Searched defs:kfd_node (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_priv.h268 struct kfd_node { struct
269 unsigned int node_id;
270 struct amdgpu_device *adev; /* Duplicated here along with keeping
273 const struct kfd2kgd_calls *kfd2kgd; /* Duplicated here along with
277 struct kfd_vmid_info vm_info;
278 unsigned int id; /* topology stub index */
279 uint32_t xcc_mask; /* Instance mask of XCCs present */
280 struct amdgpu_xcp *xcp;
283 struct kfifo ih_fifo;
284 struct work_struct interrupt_work;
[all …]