Lines Matching full:gart
194 * gmc_v11_0_flush_gpu_tlb - gart tlb flush callback
209 /* Use register 17 for GART */ in gmc_v11_0_flush_gpu_tlb()
661 * vram and gart within the GPU's physical address space.
692 /* set the gart size */ in gmc_v11_0_mc_init()
707 if (adev->gart.bo) { in gmc_v11_0_gart_init()
708 WARN(1, "PCIE GART already initialized\n"); in gmc_v11_0_gart_init()
712 /* Initialize common gart structure */ in gmc_v11_0_gart_init()
717 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v11_0_gart_init()
718 adev->gart.gart_pte_flags = AMDGPU_PTE_MTYPE_NV10(MTYPE_UC) | in gmc_v11_0_gart_init()
835 * Tears down the driver GART/VM setup (CIK).
865 * gmc_v11_0_gart_enable - gart enable
874 if (adev->gart.bo == NULL) { in gmc_v11_0_gart_enable()
875 dev_err(adev->dev, "No VRAM object for PCIE GART.\n"); in gmc_v11_0_gart_enable()
894 DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n", in gmc_v11_0_gart_enable()
896 (unsigned long long)amdgpu_bo_gpu_offset(adev->gart.bo)); in gmc_v11_0_gart_enable()
922 * gmc_v11_0_gart_disable - gart disable