Lines Matching defs:kfd_node
268 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;
285 spinlock_t interrupt_lock;
291 bool interrupts_active;
292 uint32_t interrupt_bitmap; /* Only used for GFX 9.4.3 */
295 struct device_queue_manager *dqm;
298 void *gws;
301 struct list_head smi_clients;
302 spinlock_t smi_lock;
303 uint32_t reset_seq_num;
306 atomic_t sram_ecc_flag;
309 unsigned int spm_pasid;
312 unsigned int max_proc_per_quantum;
314 unsigned int compute_vmid_bitmap;
316 struct kfd_local_mem_info local_mem_info;
318 struct kfd_dev *kfd;
321 uint32_t alloc_watch_ids;
322 spinlock_t watch_points_lock;