Lines Matching full:gart
195 * GART
208 /* Use register 17 for GART */ in gmc_v12_0_flush_vm_hub()
284 * gmc_v12_0_flush_gpu_tlb - gart tlb flush callback
667 * vram and gart within the GPU's physical address space.
699 /* set the gart size */ in gmc_v12_0_mc_init()
714 if (adev->gart.bo) { in gmc_v12_0_gart_init()
715 WARN(1, "PCIE GART already initialized\n"); in gmc_v12_0_gart_init()
719 /* Initialize common gart structure */ in gmc_v12_0_gart_init()
724 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v12_0_gart_init()
725 adev->gart.gart_pte_flags = AMDGPU_PTE_MTYPE_GFX12(0ULL, MTYPE_UC) | in gmc_v12_0_gart_init()
839 * Tears down the driver GART/VM setup (CIK).
863 * gmc_v12_0_gart_enable - gart enable
872 if (adev->gart.bo == NULL) { in gmc_v12_0_gart_enable()
873 dev_err(adev->dev, "No VRAM object for PCIE GART.\n"); in gmc_v12_0_gart_enable()
892 dev_info(adev->dev, "PCIE GART of %uM enabled (table at 0x%016llX).\n", in gmc_v12_0_gart_enable()
894 (unsigned long long)amdgpu_bo_gpu_offset(adev->gart.bo)); in gmc_v12_0_gart_enable()
918 * gmc_v12_0_gart_disable - gart disable