Home
last modified time | relevance | path

Searched refs:drm_dmamem_free (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_phys.c133 drm_dmamem_free(i915->dmat, dmah); in i915_gem_object_get_pages_phys()
205 drm_dmamem_free(i915->dmat, dmah); in i915_gem_object_put_pages_phys()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_legacy.h115 void drm_dmamem_free(bus_dma_tag_t, struct drm_dmamem *);
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ih.c147 drm_dmamem_free(adev->dmat, ih->dmah); in amdgpu_ih_ring_fini()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_gart.c158 drm_dmamem_free(rdev->dmat, rdev->gart.dmah); in radeon_gart_table_ram_free()
H A Dradeon_device.c820 drm_dmamem_free(rdev->dmat, rdev->dummy_page.dmah); in radeon_dummy_page_fini()
/openbsd/sys/dev/pci/drm/
H A Ddrm_drv.c1994 drm_dmamem_free(bus_dma_tag_t dmat, struct drm_dmamem *mem) in drm_dmamem_free() function
2030 drm_dmamem_free(dev->dmat, dmah->mem); in drm_pci_free()
H A Ddrm_linux.c3311 drm_dmamem_free(dmat, mem); in dma_free_coherent()