Searched refs:v10_compute_mqd (Results 1 – 4 of 4) sorted by relevance
34 static inline struct v10_compute_mqd *get_mqd(void *mqd) in get_mqd()36 return (struct v10_compute_mqd *)mqd; in get_mqd()47 struct v10_compute_mqd *m; in update_cu_mask()85 ALIGN(sizeof(struct v10_compute_mqd), PAGE_SIZE), in allocate_mqd()90 retval = kfd_gtt_sa_allocate(kfd, sizeof(struct v10_compute_mqd), in allocate_mqd()108 struct v10_compute_mqd *m; in init_mqd()110 m = (struct v10_compute_mqd *) mqd_mem_obj->cpu_ptr; in init_mqd()113 memset(m, 0, sizeof(struct v10_compute_mqd)); in init_mqd()178 struct v10_compute_mqd *m; in update_mqd()277 struct v10_compute_mqd *m; in get_wave_state()[all …]
347 static inline struct v10_compute_mqd *get_mqd(void *mqd) in get_mqd()349 return (struct v10_compute_mqd *)mqd; in get_mqd()363 struct v10_compute_mqd *m; in kgd_hqd_load()645 struct v10_compute_mqd *m = get_mqd(mqd); in kgd_hqd_destroy()
1422 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v10_compute_mqd)); in gfx_v10_0_sw_init()3222 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_compute_mqd_init()3353 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_kiq_init_register()3459 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_kiq_init_queue()3497 struct v10_compute_mqd *mqd = ring->mqd_ptr; in gfx_v10_0_kcq_init_queue()
676 struct v10_compute_mqd { struct