Home
last modified time | relevance | path

Searched refs:hiq_mqd_load (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_aldebaran.c171 .hiq_mqd_load = kgd_gfx_v9_hiq_mqd_load,
H A Damdgpu_amdkfd_arcturus.c398 .hiq_mqd_load = kgd_gfx_v9_hiq_mqd_load,
H A Damdgpu_amdkfd_gc_9_4_3.c521 .hiq_mqd_load = kgd_gfx_v9_hiq_mqd_load,
H A Damdgpu_amdkfd_gfx_v10_3.c663 .hiq_mqd_load = hiq_mqd_load_v10_3,
H A Damdgpu_amdkfd_gfx_v11.c794 .hiq_mqd_load = hiq_mqd_load_v11,
H A Damdgpu_amdkfd_gfx_v10.c1033 .hiq_mqd_load = kgd_hiq_mqd_load,
H A Damdgpu_amdkfd_gfx_v9.c1154 .hiq_mqd_load = kgd_gfx_v9_hiq_mqd_load,
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h247 int (*hiq_mqd_load)(struct amdgpu_device *adev, void *mqd, member
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.c210 return mm->dev->kfd2kgd->hiq_mqd_load(mm->dev->adev, mqd, pipe_id, in kfd_hiq_load_mqd_kiq()
H A Dkfd_mqd_manager_v9.c561 err = mm->dev->kfd2kgd->hiq_mqd_load(mm->dev->adev, xcc_mqd, in hiq_load_mqd_kiq_v9_4_3()