Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_ttm.c698 if (rdev->need_swiotlb && swiotlb_nr_tbl()) { in radeon_ttm_tt_populate()
730 if (rdev->need_swiotlb && swiotlb_nr_tbl()) { in radeon_ttm_tt_unpopulate()
1079 if (!(rdev->need_swiotlb && swiotlb_nr_tbl())) in radeon_ttm_debugfs_init()
Dradeon_device.c1388 rdev->need_swiotlb = drm_need_swiotlb(dma_bits); in radeon_device_init()
Dradeon.h2389 bool need_swiotlb; member
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1272 if (adev->need_swiotlb && swiotlb_nr_tbl()) { in amdgpu_ttm_tt_populate()
1307 if (adev->need_swiotlb && swiotlb_nr_tbl()) { in amdgpu_ttm_tt_unpopulate()
2491 if (!(adev->need_swiotlb && swiotlb_nr_tbl())) in amdgpu_ttm_debugfs_init()
Dgmc_v6_0.c871 adev->need_swiotlb = drm_need_swiotlb(44); in gmc_v6_0_sw_init()
Dgmc_v9_0.c1200 adev->need_swiotlb = drm_need_swiotlb(44); in gmc_v9_0_sw_init()
Damdgpu.h792 bool need_swiotlb; member
Dgmc_v7_0.c999 adev->need_swiotlb = drm_need_swiotlb(40); in gmc_v7_0_sw_init()
Dgmc_v8_0.c1125 adev->need_swiotlb = drm_need_swiotlb(40); in gmc_v8_0_sw_init()