Home
last modified time | relevance | path

Searched refs:queue_properties (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_mqd_manager.h70 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);
Dkfd_mqd_manager_cik.c45 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 …]
Dkfd_mqd_manager_vi.c48 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 …]
Dkfd_mqd_manager_v9.c46 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 …]
Dkfd_mqd_manager_v10.c45 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()
Dkfd_queue.c27 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()
Dkfd_priv.h417 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);
Dkfd_mqd_manager.c48 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()
Dkfd_process_queue_manager.c167 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()
Dkfd_chardev.c147 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()
Dkfd_kernel_queue.c40 struct queue_properties prop; in initialize()
Dkfd_dbgdev.c180 struct queue_properties properties; in dbgdev_register_diq()