drm_need_swiotlb  871 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c 	adev->need_swiotlb = drm_need_swiotlb(44);
drm_need_swiotlb  999 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 	adev->need_swiotlb = drm_need_swiotlb(40);
drm_need_swiotlb 1125 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c 	adev->need_swiotlb = drm_need_swiotlb(40);
drm_need_swiotlb 1273 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c 	adev->need_swiotlb = drm_need_swiotlb(44);
drm_need_swiotlb  189 drivers/gpu/drm/drm_memory.c EXPORT_SYMBOL(drm_need_swiotlb);
drm_need_swiotlb 1388 drivers/gpu/drm/radeon/radeon_device.c 	rdev->need_swiotlb = drm_need_swiotlb(dma_bits);
drm_need_swiotlb   41 include/drm/drm_cache.h bool drm_need_swiotlb(int dma_bits);