Lines Matching full:gart
199 * gmc_v11_0_flush_gpu_tlb - gart tlb flush callback
214 /* Use register 17 for GART */ in gmc_v11_0_flush_gpu_tlb()
669 * vram and gart within the GPU's physical address space.
700 /* set the gart size */ in gmc_v11_0_mc_init()
715 if (adev->gart.bo) { in gmc_v11_0_gart_init()
716 WARN(1, "PCIE GART already initialized\n"); in gmc_v11_0_gart_init()
720 /* Initialize common gart structure */ in gmc_v11_0_gart_init()
725 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v11_0_gart_init()
726 adev->gart.gart_pte_flags = AMDGPU_PTE_MTYPE_NV10(0ULL, MTYPE_UC) | in gmc_v11_0_gart_init()
845 * Tears down the driver GART/VM setup (CIK).
875 * gmc_v11_0_gart_enable - gart enable
884 if (adev->gart.bo == NULL) { in gmc_v11_0_gart_enable()
885 dev_err(adev->dev, "No VRAM object for PCIE GART.\n"); in gmc_v11_0_gart_enable()
904 DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n", in gmc_v11_0_gart_enable()
906 (unsigned long long)amdgpu_bo_gpu_offset(adev->gart.bo)); in gmc_v11_0_gart_enable()
932 * gmc_v11_0_gart_disable - gart disable