mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 10:59:04 +07:00
habanalabs: use no flags on MMU cache invalidation
gaudi_mmu_invalidate_cache() doesn't use the flags parameter, and thus it can be set to 0 when the function is called in the gaudi only files. Signed-off-by: Tomer Tayar <ttayar@habana.ai> Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
8df8cb1efc
commit
644883ef1a
@ -2646,8 +2646,7 @@ static int gaudi_mmu_init(struct hl_device *hdev)
|
||||
WREG32(mmSTLB_CACHE_INV_BASE_39_8, MMU_CACHE_MNG_ADDR >> 8);
|
||||
WREG32(mmSTLB_CACHE_INV_BASE_49_40, MMU_CACHE_MNG_ADDR >> 40);
|
||||
|
||||
hdev->asic_funcs->mmu_invalidate_cache(hdev, true,
|
||||
VM_TYPE_USERPTR | VM_TYPE_PHYS_PACK);
|
||||
hdev->asic_funcs->mmu_invalidate_cache(hdev, true, 0);
|
||||
|
||||
WREG32(mmMMU_UP_MMU_ENABLE, 1);
|
||||
WREG32(mmMMU_UP_SPI_MASK, 0xF);
|
||||
|
Loading…
Reference in New Issue
Block a user