Lines Matching full:gart
257 * Set the location of vram, gart, and AGP in the GPU's
319 * vram and gart within the GPU's physical address space (CIK).
396 /* set the gart size */ in gmc_v7_0_mc_init()
458 * GART
465 * gmc_v7_0_flush_gpu_tlb - gart tlb flush callback
603 * gmc_v7_0_gart_enable - gart enable
619 if (adev->gart.bo == NULL) { in gmc_v7_0_gart_enable()
620 dev_err(adev->dev, "No VRAM object for PCIE GART.\n"); in gmc_v7_0_gart_enable()
627 table_addr = amdgpu_bo_gpu_offset(adev->gart.bo); in gmc_v7_0_gart_enable()
712 DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n", in gmc_v7_0_gart_enable()
715 adev->gart.ready = true; in gmc_v7_0_gart_enable()
723 if (adev->gart.bo) { in gmc_v7_0_gart_init()
724 WARN(1, "R600 PCIE GART already initialized\n"); in gmc_v7_0_gart_init()
727 /* Initialize common gart structure */ in gmc_v7_0_gart_init()
731 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v7_0_gart_init()
732 adev->gart.gart_pte_flags = 0; in gmc_v7_0_gart_init()
737 * gmc_v7_0_gart_disable - gart disable