Home
last modified time | relevance | path

Searched refs:v10_compute_mqd (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_mqd_manager_v10.c35 static inline struct v10_compute_mqd *get_mqd(void *mqd) in get_mqd()
37 return (struct v10_compute_mqd *)mqd; in get_mqd()
48 struct v10_compute_mqd *m; in update_cu_mask()
71 static void set_priority(struct v10_compute_mqd *m, struct queue_properties *q) in set_priority()
82 if (kfd_gtt_sa_allocate(kfd, sizeof(struct v10_compute_mqd), in allocate_mqd()
94 struct v10_compute_mqd *m; in init_mqd()
96 m = (struct v10_compute_mqd *) mqd_mem_obj->cpu_ptr; in init_mqd()
99 memset(m, 0, sizeof(struct v10_compute_mqd)); in init_mqd()
162 struct v10_compute_mqd *m; in update_mqd()
224 struct v10_compute_mqd *m = (struct v10_compute_mqd *)mqd; in read_doorbell_id()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v10.c195 static inline struct v10_compute_mqd *get_mqd(void *mqd) in get_mqd()
197 return (struct v10_compute_mqd *)mqd; in get_mqd()
210 struct v10_compute_mqd *m; in kgd_hqd_load()
292 struct v10_compute_mqd *m; in kgd_hiq_mqd_load()
518 struct v10_compute_mqd *m = get_mqd(mqd); in kgd_hqd_destroy()
Damdgpu_amdkfd_gfx_v10_3.c167 static inline struct v10_compute_mqd *get_mqd(void *mqd) in get_mqd()
169 return (struct v10_compute_mqd *)mqd; in get_mqd()
182 struct v10_compute_mqd *m; in hqd_load_v10_3()
279 struct v10_compute_mqd *m; in hiq_mqd_load_v10_3()
506 struct v10_compute_mqd *m = get_mqd(mqd); in hqd_destroy_v10_3()
Dmes_v10_1.c714 struct v10_compute_mqd *mqd = ring->mqd_ptr; in mes_v10_1_mqd_init()
820 struct v10_compute_mqd *mqd = ring->mqd_ptr;
973 int r, mqd_size = sizeof(struct v10_compute_mqd); in mes_v10_1_mqd_sw_init()
Dgfx_v10_0.c4723 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v10_compute_mqd)); in gfx_v10_0_sw_init()
6669 struct v10_compute_mqd *mqd = m; in gfx_v10_0_compute_mqd_init()
6784 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_kiq_init_register()
6893 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_kiq_init_queue()
6931 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_kcq_init_queue()
9549 sizeof(struct v10_compute_mqd); in gfx_v10_0_set_mqd_funcs()
/Linux-v6.1/drivers/gpu/drm/amd/include/
Dv10_structs.h676 struct v10_compute_mqd { struct