Searched refs:inv_req (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gmc_v12_0.c | 232 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v12_0_flush_vm_hub() local 266 WREG32_RLC_NO_KIQ(hub->vm_inv_eng0_req + hub->eng_distance * eng, inv_req, hub_ip); in gmc_v12_0_flush_vm_hub() 292 inv_req = RREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2); in gmc_v12_0_flush_vm_hub() 294 inv_req |= (1 << 25); in gmc_v12_0_flush_vm_hub() 296 WREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2, inv_req); in gmc_v12_0_flush_vm_hub() 335 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v12_0_flush_gpu_tlb() local 339 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v12_0_flush_gpu_tlb()
|
| H A D | gmc_v11_0.c | 242 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v11_0_flush_gpu_tlb() local 265 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v11_0_flush_gpu_tlb() 295 WREG32_RLC_NO_KIQ(req, inv_req, hub_ip); in gmc_v11_0_flush_gpu_tlb() 315 inv_req = RREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2); in gmc_v11_0_flush_gpu_tlb() 317 inv_req |= (1 << 25); in gmc_v11_0_flush_gpu_tlb() 319 WREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2, inv_req); in gmc_v11_0_flush_gpu_tlb()
|
| H A D | gmc_v10_0.c | 257 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v10_0_flush_gpu_tlb() local 277 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v10_0_flush_gpu_tlb() 307 WREG32_RLC_NO_KIQ(req, inv_req, hub_ip); in gmc_v10_0_flush_gpu_tlb()
|
| H A D | gmc_v9_0.c | 839 u32 j, inv_req, tmp, sem, req, ack, inst; in gmc_v9_0_flush_gpu_tlb() local 846 inv_req = gmc_v9_0_get_invalidate_req(vmid, flush_type); in gmc_v9_0_flush_gpu_tlb() 864 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v9_0_flush_gpu_tlb() 897 WREG32_SOC15_IP_NO_KIQ(MMHUB, req, inv_req, GET_INST(GC, inst)); in gmc_v9_0_flush_gpu_tlb() 899 WREG32_SOC15_IP_NO_KIQ(GC, req, inv_req, GET_INST(GC, inst)); in gmc_v9_0_flush_gpu_tlb()
|