Lines Matching full:gart
202 * gmc_v11_0_flush_gpu_tlb - gart tlb flush callback
217 /* Use register 17 for GART */ in gmc_v11_0_flush_gpu_tlb()
672 * vram and gart within the GPU's physical address space.
703 /* set the gart size */ in gmc_v11_0_mc_init()
718 if (adev->gart.bo) { in gmc_v11_0_gart_init()
719 WARN(1, "PCIE GART already initialized\n"); in gmc_v11_0_gart_init()
723 /* Initialize common gart structure */ in gmc_v11_0_gart_init()
728 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v11_0_gart_init()
729 adev->gart.gart_pte_flags = AMDGPU_PTE_MTYPE_NV10(0ULL, MTYPE_UC) | in gmc_v11_0_gart_init()
848 * Tears down the driver GART/VM setup (CIK).
878 * gmc_v11_0_gart_enable - gart enable
887 if (adev->gart.bo == NULL) { in gmc_v11_0_gart_enable()
888 dev_err(adev->dev, "No VRAM object for PCIE GART.\n"); in gmc_v11_0_gart_enable()
907 DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n", in gmc_v11_0_gart_enable()
909 (unsigned long long)amdgpu_bo_gpu_offset(adev->gart.bo)); in gmc_v11_0_gart_enable()
935 * gmc_v11_0_gart_disable - gart disable