Searched refs:queue_properties (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_mqd_manager.h | 70 struct queue_properties *q); 74 struct queue_properties *q); 78 struct queue_properties *p, 82 struct queue_properties *q); 111 struct queue_properties *q); 114 struct queue_properties *q);
|
D | kfd_mqd_manager_cik.c | 45 struct queue_properties *q) in update_cu_mask() 69 static void set_priority(struct cik_mqd *m, struct queue_properties *q) in set_priority() 76 struct queue_properties *q) in allocate_mqd() 89 struct queue_properties *q) in init_mqd() 143 struct queue_properties *q) in init_mqd_sdma() 166 uint32_t queue_id, struct queue_properties *p, in load_mqd() 180 struct queue_properties *p, struct mm_struct *mms) in load_mqd_sdma() 188 struct queue_properties *q, unsigned int atc_bit) in __update_mqd() 224 struct queue_properties *q) in update_mqd() 230 struct queue_properties *q) in update_mqd_hawaii() [all …]
|
D | kfd_mqd_manager_vi.c | 48 struct queue_properties *q) in update_cu_mask() 72 static void set_priority(struct vi_mqd *m, struct queue_properties *q) in set_priority() 79 struct queue_properties *q) in allocate_mqd() 92 struct queue_properties *q) in init_mqd() 158 struct queue_properties *p, struct mm_struct *mms) in load_mqd() 170 struct queue_properties *q, unsigned int mtype, in __update_mqd() 241 struct queue_properties *q) in update_mqd() 247 struct queue_properties *q) in update_mqd_tonga() 301 struct queue_properties *q) in init_mqd_hiq() 313 struct queue_properties *q) in update_mqd_hiq() [all …]
|
D | kfd_mqd_manager_v9.c | 46 struct queue_properties *q) in update_cu_mask() 78 static void set_priority(struct v9_mqd *m, struct queue_properties *q) in set_priority() 85 struct queue_properties *q) in allocate_mqd() 120 struct queue_properties *q) in init_mqd() 184 struct queue_properties *p, struct mm_struct *mms) in load_mqd() 195 struct queue_properties *q) in update_mqd() 315 struct queue_properties *q) in init_mqd_hiq() 328 struct queue_properties *q) in update_mqd_hiq() 341 struct queue_properties *q) in init_mqd_sdma() 358 struct queue_properties *p, struct mm_struct *mms) in load_mqd_sdma() [all …]
|
D | kfd_mqd_manager_v10.c | 45 struct queue_properties *q) in update_cu_mask() 70 struct queue_properties *q) in allocate_mqd() 105 struct queue_properties *q) in init_mqd() 163 struct queue_properties *p, struct mm_struct *mms) in load_mqd() 176 struct queue_properties *q) in update_mqd() 297 struct queue_properties *q) in init_mqd_hiq() 310 struct queue_properties *q) in update_mqd_hiq() 323 struct queue_properties *q) in init_mqd_sdma() 340 struct queue_properties *p, struct mm_struct *mms) in load_mqd_sdma() 350 struct queue_properties *q) in update_mqd_sdma()
|
D | kfd_queue.c | 27 void print_queue_properties(struct queue_properties *q) in print_queue_properties() 66 int init_queue(struct queue **q, const struct queue_properties *properties) in init_queue()
|
D | kfd_priv.h | 417 struct queue_properties { struct 494 struct queue_properties properties; 867 int init_queue(struct queue **q, const struct queue_properties *properties); 869 void print_queue_properties(struct queue_properties *q); 905 struct queue_properties *properties, 909 struct queue_properties *p); 911 struct queue_properties *p);
|
D | kfd_mqd_manager.c | 48 struct kfd_mem_obj *allocate_hiq_mqd(struct kfd_dev *dev, struct queue_properties *q) in allocate_hiq_mqd() 64 struct queue_properties *q) in allocate_sdma_mqd()
|
D | kfd_process_queue_manager.c | 167 struct queue_properties *q_properties, in create_cp_queue() 194 struct queue_properties *properties, in pqm_create_queue() 411 struct queue_properties *p) in pqm_update_queue() 436 struct queue_properties *p) in pqm_set_cu_mask()
|
D | kfd_chardev.c | 147 static int set_queue_properties_from_user(struct queue_properties *q_properties, in set_queue_properties_from_user() 260 struct queue_properties q_properties; in kfd_ioctl_create_queue() 262 memset(&q_properties, 0, sizeof(struct queue_properties)); in kfd_ioctl_create_queue() 352 struct queue_properties properties; in kfd_ioctl_update_queue() 399 struct queue_properties properties; in kfd_ioctl_set_cu_mask()
|
D | kfd_kernel_queue.c | 40 struct queue_properties prop; in initialize()
|
D | kfd_dbgdev.c | 180 struct queue_properties properties; in dbgdev_register_diq()
|