Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_priv.h261 struct kfd_node { struct
262 unsigned int node_id;
263 struct amdgpu_device *adev; /* Duplicated here along with keeping
266 const struct kfd2kgd_calls *kfd2kgd; /* Duplicated here along with
270 struct kfd_vmid_info vm_info;
271 unsigned int id; /* topology stub index */
272 uint32_t xcc_mask; /* Instance mask of XCCs present */
273 struct amdgpu_xcp *xcp;
276 struct kfifo ih_fifo;
277 struct work_struct interrupt_work;
[all …]