Searched refs:drm_pci_alloc (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/drm/ |
D | drm_pci.h | 42 struct drm_dma_handle *drm_pci_alloc(struct drm_device *dev, size_t size,
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_pci.c | 46 drm_dma_handle_t *drm_pci_alloc(struct drm_device * dev, size_t size, size_t align) in drm_pci_alloc() function 83 EXPORT_SYMBOL(drm_pci_alloc);
|
D | ati_pcigart.c | 44 gart_info->table_handle = drm_pci_alloc(dev, gart_info->table_size, in drm_ati_alloc_pcigart_table()
|
D | drm_bufs.c | 314 dmah = drm_pci_alloc(dev, map->size, map->size); in drm_addmap_core() 948 dmah = drm_pci_alloc(dev, PAGE_SIZE << page_order, 0x1000); in drm_legacy_addbufs_pci()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_engine_cs.c | 630 drm_pci_alloc(&dev_priv->drm, PAGE_SIZE, PAGE_SIZE); in init_phys_status_page()
|
D | i915_gem.c | 285 phys = drm_pci_alloc(obj->base.dev, in i915_gem_object_get_pages_phys()
|