Searched refs:inv_req (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gmc_v12_0.c | 206 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v12_0_flush_vm_hub() local 240 WREG32_RLC_NO_KIQ(hub->vm_inv_eng0_req + hub->eng_distance * eng, inv_req, hub_ip); in gmc_v12_0_flush_vm_hub() 266 inv_req = RREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2); in gmc_v12_0_flush_vm_hub() 268 inv_req |= (1 << 25); in gmc_v12_0_flush_vm_hub() 270 WREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2, inv_req); in gmc_v12_0_flush_vm_hub() 309 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v12_0_flush_gpu_tlb() local 313 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 | 216 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v11_0_flush_gpu_tlb() local 239 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v11_0_flush_gpu_tlb() 269 WREG32_RLC_NO_KIQ(req, inv_req, hub_ip); in gmc_v11_0_flush_gpu_tlb() 289 inv_req = RREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2); in gmc_v11_0_flush_gpu_tlb() 291 inv_req |= (1 << 25); in gmc_v11_0_flush_gpu_tlb() 293 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 | 258 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v10_0_flush_gpu_tlb() local 278 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v10_0_flush_gpu_tlb() 308 WREG32_RLC_NO_KIQ(req, inv_req, hub_ip); in gmc_v10_0_flush_gpu_tlb()
|
| H A D | gmc_v9_0.c | 847 u32 j, inv_req, tmp, sem, req, ack, inst; in gmc_v9_0_flush_gpu_tlb() local 854 inv_req = gmc_v9_0_get_invalidate_req(vmid, flush_type); in gmc_v9_0_flush_gpu_tlb() 872 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v9_0_flush_gpu_tlb() 905 WREG32_SOC15_IP_NO_KIQ(MMHUB, req, inv_req, GET_INST(GC, inst)); in gmc_v9_0_flush_gpu_tlb() 907 WREG32_SOC15_IP_NO_KIQ(GC, req, inv_req, GET_INST(GC, inst)); in gmc_v9_0_flush_gpu_tlb()
|