Lines Matching full:pages
44 * in the GPU's address space. System pages can be mapped into
45 * the aperture and look like contiguous pages from the GPU's
46 * perspective. A page table maps the pages in the aperture
47 * to the actual backing pages in system memory.
72 * when pages are taken out of the GART
138 * then set_memory_wc() could be used as a workaround to mark the pages
285 * amdgpu_gart_unbind - unbind pages from the gart page table
289 * @pages: number of pages to unbind
291 * Unbinds the requested pages from the gart page table and
296 int pages)
314 for (i = 0; i < pages; i++, p++) {
338 * @pages: number of pages to bind
339 * @dma_addr: DMA addresses of pages
347 int pages, dma_addr_t *dma_addr, uint64_t flags,
359 for (i = 0; i < pages; i++) {
370 * amdgpu_gart_bind - bind pages into the gart page table
374 * @pages: number of pages to bind
375 * @dma_addr: DMA addresses of pages
378 * Binds the requested pages to the gart page table
383 int pages, dma_addr_t *dma_addr,
389 amdgpu_gart_map(adev, offset, pages, dma_addr, flags, adev->gart.ptr);
442 DRM_INFO("GART: num cpu pages %u, num gpu pages %u\n",