Home
last modified time | relevance | path

Searched refs:xcc_inst (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.c112 int xcc_inst = inst + ffs(mm->dev->xcc_mask) - 1; in mqd_symmetrically_map_cu_mask() local
152 cu_info->bitmap[xcc_inst][se % 4][sh + (se / 4) * in mqd_symmetrically_map_cu_mask()
H A Dkfd_mqd_manager_v12_1.c56 int xcc_inst = inst + ffs(mm->dev->xcc_mask) - 1; in mqd_symmetrically_map_cu_mask_v12_1() local
68 cu_info->bitmap[xcc_inst][se][sh]); in mqd_symmetrically_map_cu_mask_v12_1()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gc_9_4_3.c224 u32 pasid, unsigned int vmid, uint32_t xcc_inst) in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() argument
228 unsigned int phy_inst = GET_INST(GC, xcc_inst); in kgd_gfx_v9_4_3_set_pasid_vmid_mapping()
H A Damdgpu_gmc.c865 uint32_t xcc_inst) in amdgpu_gmc_fw_reg_write_reg_wait() argument
867 struct amdgpu_kiq *kiq = &adev->gfx.kiq[xcc_inst]; in amdgpu_gmc_fw_reg_write_reg_wait()
873 if (adev->mes.ring[MES_PIPE_INST(xcc_inst, 0)].sched.ready) { in amdgpu_gmc_fw_reg_write_reg_wait()
875 ref, mask, xcc_inst); in amdgpu_gmc_fw_reg_write_reg_wait()
H A Damdgpu_gmc.h446 uint32_t xcc_inst);