Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v10.c37 return (struct v10_compute_mqd *)mqd; in get_mqd()
48 struct v10_compute_mqd *m; in update_cu_mask()
93 struct v10_compute_mqd *m; in init_mqd()
98 memset(m, 0, sizeof(struct v10_compute_mqd)); in init_mqd()
166 struct v10_compute_mqd *m; in update_mqd()
229 struct v10_compute_mqd *m = (struct v10_compute_mqd *)mqd; in read_doorbell_id()
240 struct v10_compute_mqd *m; in get_wave_state()
274 struct v10_compute_mqd *m; in checkpoint_mqd()
288 struct v10_compute_mqd *m; in restore_mqd()
312 struct v10_compute_mqd *m; in init_mqd_hiq()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v10_3.c169 static inline struct v10_compute_mqd *get_mqd(void *mqd) in get_mqd()
171 return (struct v10_compute_mqd *)mqd; in get_mqd()
184 struct v10_compute_mqd *m; in hqd_load_v10_3()
281 struct v10_compute_mqd *m; in hiq_mqd_load_v10_3()
508 struct v10_compute_mqd *m = get_mqd(mqd); in hqd_destroy_v10_3()
H A Damdgpu_amdkfd_gfx_v10.c198 static inline struct v10_compute_mqd *get_mqd(void *mqd) in get_mqd()
200 return (struct v10_compute_mqd *)mqd; in get_mqd()
213 struct v10_compute_mqd *m; in kgd_hqd_load()
295 struct v10_compute_mqd *m; in kgd_hiq_mqd_load()
521 struct v10_compute_mqd *m = get_mqd(mqd); in kgd_hqd_destroy()
H A Dmes_v10_1.c631 struct v10_compute_mqd *mqd = ring->mqd_ptr; in mes_v10_1_mqd_init()
740 struct v10_compute_mqd *mqd = ring->mqd_ptr;
887 int r, mqd_size = sizeof(struct v10_compute_mqd); in mes_v10_1_mqd_sw_init()
H A Dgfx_v10_0.c4621 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v10_compute_mqd), 0); in gfx_v10_0_sw_init()
6502 struct v10_compute_mqd *mqd = m; in gfx_v10_0_compute_mqd_init()
6617 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_kiq_init_register()
6726 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_kiq_init_queue()
6765 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_kcq_init_queue()
9352 sizeof(struct v10_compute_mqd); in gfx_v10_0_set_mqd_funcs()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dv10_structs.h676 struct v10_compute_mqd { struct