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;
292 bool gws_debug_workaround;
295 struct list_head smi_clients;
296 spinlock_t smi_lock;
297 uint32_t reset_seq_num;
300 atomic_t sram_ecc_flag;
303 unsigned int spm_pasid;
306 unsigned int max_proc_per_quantum;
308 unsigned int compute_vmid_bitmap;
310 struct kfd_local_mem_info local_mem_info;
312 struct kfd_dev *kfd;
315 uint32_t alloc_watch_ids;
316 spinlock_t watch_points_lock;