Home
last modified time | relevance | path

Searched refs:page_base (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/
Dati_pcigart.c102 u32 *pci_gart = NULL, page_base, gart_idx; in drm_ati_pcigart_init() local
163 page_base = (u32) entry->busaddr[i]; in drm_ati_pcigart_init()
170 val = page_base | 0xc; in drm_ati_pcigart_init()
173 val = (page_base >> 8) | 0xc; in drm_ati_pcigart_init()
177 val = page_base; in drm_ati_pcigart_init()
186 page_base += ATI_PCIGART_PAGE_SIZE; in drm_ati_pcigart_init()
/drivers/gpu/drm/radeon/
Dradeon_gart.c233 u64 page_base; in radeon_gart_unbind() local
245 page_base = rdev->gart.pages_addr[p]; in radeon_gart_unbind()
248 radeon_gart_set_page(rdev, t, page_base); in radeon_gart_unbind()
250 page_base += RADEON_GPU_PAGE_SIZE; in radeon_gart_unbind()
276 uint64_t page_base; in radeon_gart_bind() local
290 page_base = rdev->gart.pages_addr[p]; in radeon_gart_bind()
292 radeon_gart_set_page(rdev, t, page_base); in radeon_gart_bind()
293 page_base += RADEON_GPU_PAGE_SIZE; in radeon_gart_bind()
313 u64 page_base; in radeon_gart_restore() local
319 page_base = rdev->gart.pages_addr[i]; in radeon_gart_restore()
[all …]
Dr600_cp.c187 u64 page_base; in r600_page_table_init() local
213 page_base = (u64) entry_addr & ATI_PCIGART_PAGE_MASK; in r600_page_table_init()
214 page_base |= R600_PTE_VALID | R600_PTE_SYSTEM | R600_PTE_SNOOPED; in r600_page_table_init()
215 page_base |= R600_PTE_READABLE | R600_PTE_WRITEABLE; in r600_page_table_init()
217 DRM_WRITE64(map, gart_idx * sizeof(u64), page_base); in r600_page_table_init()
223 i, (unsigned long long)page_base); in r600_page_table_init()
/drivers/gpu/drm/qxl/
Dqxl_image.c96 unsigned page_base, page_offset, out_offset; in qxl_image_create_helper() local
103 page_base = out_offset & PAGE_MASK; in qxl_image_create_helper()
108 ptr = qxl_bo_kmap_atomic_page(qdev, chunk_bo, page_base); in qxl_image_create_helper()
/drivers/block/
Dcpqarray.c716 ulong page_base = ((ulong) base) & PAGE_MASK; in remap_pci_mem() local
717 ulong page_offs = ((ulong) base) - page_base; in remap_pci_mem()
718 void __iomem *page_remapped = ioremap(page_base, page_offs+size); in remap_pci_mem()
Dcciss.c2995 ulong page_base = ((ulong) base) & PAGE_MASK; in remap_pci_mem() local
2996 ulong page_offs = ((ulong) base) - page_base; in remap_pci_mem()
2997 void __iomem *page_remapped = ioremap(page_base, page_offs + size); in remap_pci_mem()
/drivers/gpu/drm/i915/
Di915_gem.c564 loff_t page_base, int page_offset, in fast_user_write() argument
572 vaddr_atomic = io_mapping_map_atomic_wc(mapping, page_base); in fast_user_write()
593 loff_t offset, page_base; in i915_gem_gtt_pwrite_fast() local
621 page_base = offset & PAGE_MASK; in i915_gem_gtt_pwrite_fast()
631 if (fast_user_write(dev_priv->gtt.mappable, page_base, in i915_gem_gtt_pwrite_fast()
/drivers/scsi/
Dhpsa.c3405 ulong page_base = ((ulong) base) & PAGE_MASK; in remap_pci_mem() local
3406 ulong page_offs = ((ulong) base) - page_base; in remap_pci_mem()
3407 void __iomem *page_remapped = ioremap_nocache(page_base, in remap_pci_mem()