Lines Matching defs:kfd_node
261 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;
278 spinlock_t interrupt_lock;
284 bool interrupts_active;
285 uint32_t interrupt_bitmap; /* Only used for GFX 9.4.3 */
288 struct device_queue_manager *dqm;
291 void *gws;
294 struct list_head smi_clients;
295 spinlock_t smi_lock;
296 uint32_t reset_seq_num;
299 atomic_t sram_ecc_flag;
302 unsigned int spm_pasid;
305 unsigned int max_proc_per_quantum;
307 unsigned int compute_vmid_bitmap;
309 struct kfd_local_mem_info local_mem_info;
311 struct kfd_dev *kfd;
314 uint32_t alloc_watch_ids;
315 spinlock_t watch_points_lock;