Searched refs:inv_req (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ ! |
D | gmc_v12_0.c | 203 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v12_0_flush_vm_hub() local 237 WREG32_RLC_NO_KIQ(hub->vm_inv_eng0_req + hub->eng_distance * eng, inv_req, hub_ip); in gmc_v12_0_flush_vm_hub() 263 inv_req = RREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2); in gmc_v12_0_flush_vm_hub() 265 inv_req |= (1 << 25); in gmc_v12_0_flush_vm_hub() 267 WREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2, inv_req); in gmc_v12_0_flush_vm_hub() 306 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v12_0_flush_gpu_tlb() local 310 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v12_0_flush_gpu_tlb()
|
D | gmc_v11_0.c | 213 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v11_0_flush_gpu_tlb() local 236 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v11_0_flush_gpu_tlb() 266 WREG32_RLC_NO_KIQ(req, inv_req, hub_ip); in gmc_v11_0_flush_gpu_tlb() 286 inv_req = RREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2); in gmc_v11_0_flush_gpu_tlb() 288 inv_req |= (1 << 25); in gmc_v11_0_flush_gpu_tlb() 290 WREG32_NO_KIQ(hub->vm_l2_bank_select_reserved_cid2, inv_req); in gmc_v11_0_flush_gpu_tlb()
|
D | gmc_v10_0.c | 255 u32 inv_req = hub->vmhub_funcs->get_invalidate_req(vmid, flush_type); in gmc_v10_0_flush_gpu_tlb() local 275 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v10_0_flush_gpu_tlb() 305 WREG32_RLC_NO_KIQ(req, inv_req, hub_ip); in gmc_v10_0_flush_gpu_tlb()
|
D | gmc_v9_0.c | 835 u32 j, inv_req, tmp, sem, req, ack, inst; in gmc_v9_0_flush_gpu_tlb() local 842 inv_req = gmc_v9_0_get_invalidate_req(vmid, flush_type); in gmc_v9_0_flush_gpu_tlb() 860 amdgpu_gmc_fw_reg_write_reg_wait(adev, req, ack, inv_req, in gmc_v9_0_flush_gpu_tlb() 893 WREG32_SOC15_IP_NO_KIQ(MMHUB, req, inv_req, GET_INST(GC, inst)); in gmc_v9_0_flush_gpu_tlb() 895 WREG32_SOC15_IP_NO_KIQ(GC, req, inv_req, GET_INST(GC, inst)); in gmc_v9_0_flush_gpu_tlb()
|