Searched refs:inv_req (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gmc_v12_1.c | 289 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v12_1_flush_vm_hub() local 314 WREG32_RLC_NO_KIQ(hub->vm_inv_eng0_req + hub->eng_distance * eng, inv_req, hub_ip); in gmc_v12_1_flush_vm_hub() 334 inv_req = RREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2); in gmc_v12_1_flush_vm_hub() 336 inv_req |= (1 << 25); in gmc_v12_1_flush_vm_hub() 338 WREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2, inv_req); in gmc_v12_1_flush_vm_hub() 383 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v12_1_flush_gpu_tlb() local 387 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v12_1_flush_gpu_tlb()
|
| H A D | gmc_v11_0.c | 225 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v11_0_flush_gpu_tlb() local 248 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v11_0_flush_gpu_tlb() 278 WREG32_RLC_NO_KIQ(req, inv_req, hub_ip); in gmc_v11_0_flush_gpu_tlb() 298 inv_req = RREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2); in gmc_v11_0_flush_gpu_tlb() 300 inv_req |= (1 << 25); in gmc_v11_0_flush_gpu_tlb() 302 WREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2, inv_req); in gmc_v11_0_flush_gpu_tlb()
|