Lines Matching full:gart
255 * Set the location of vram, gart, and AGP in the GPU's
321 * vram and gart within the GPU's physical address space (CIK).
396 /* set the gart size */ in gmc_v7_0_mc_init()
454 * GART
461 * gmc_v7_0_flush_gpu_tlb - gart tlb flush callback
600 * gmc_v7_0_gart_enable - gart enable
616 if (adev->gart.bo == NULL) { in gmc_v7_0_gart_enable()
617 dev_err(adev->dev, "No VRAM object for PCIE GART.\n"); in gmc_v7_0_gart_enable()
621 table_addr = amdgpu_bo_gpu_offset(adev->gart.bo); in gmc_v7_0_gart_enable()
706 DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n", in gmc_v7_0_gart_enable()
716 if (adev->gart.bo) { in gmc_v7_0_gart_init()
717 WARN(1, "R600 PCIE GART already initialized\n"); in gmc_v7_0_gart_init()
720 /* Initialize common gart structure */ in gmc_v7_0_gart_init()
724 adev->gart.table_size = adev->gart.num_gpu_pages * 8; in gmc_v7_0_gart_init()
725 adev->gart.gart_pte_flags = 0; in gmc_v7_0_gart_init()
730 * gmc_v7_0_gart_disable - gart disable