Home
last modified time | relevance | path

Searched refs:drm_need_swiotlb (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_cache.h43 bool drm_need_swiotlb(int dma_bits);
/openbsd/sys/dev/pci/drm/
H A Ddrm_cache.c183 bool drm_need_swiotlb(int dma_bits) in drm_need_swiotlb() function
215 EXPORT_SYMBOL(drm_need_swiotlb);
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dgmc_v6_0.c839 adev->need_swiotlb = drm_need_swiotlb(40); in gmc_v6_0_sw_init()
H A Dgmc_v11_0.c831 adev->need_swiotlb = drm_need_swiotlb(44); in gmc_v11_0_sw_init()
H A Dgmc_v10_0.c974 adev->need_swiotlb = drm_need_swiotlb(44); in gmc_v10_0_sw_init()
H A Dgmc_v7_0.c1018 adev->need_swiotlb = drm_need_swiotlb(40); in gmc_v7_0_sw_init()
H A Dgmc_v8_0.c1131 adev->need_swiotlb = drm_need_swiotlb(40); in gmc_v8_0_sw_init()
H A Dgmc_v9_0.c2172 adev->need_swiotlb = drm_need_swiotlb(dma_addr_bits); in gmc_v9_0_sw_init()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_device.c1395 rdev->need_swiotlb = drm_need_swiotlb(dma_bits); in radeon_device_init()