HomeSort by: relevance | last modified time | path
    Searched refs:need_swiotlb (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 838 if (rdev->need_swiotlb && swiotlb_nr_tbl()) {
885 if (rdev->need_swiotlb && swiotlb_nr_tbl()) {
1310 if (!(rdev->need_swiotlb && swiotlb_nr_tbl()))
radeon_device.c 1499 rdev->need_swiotlb = drm_need_swiotlb(dma_bits);
radeon.h 2453 bool need_swiotlb; member in struct:radeon_device
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ttm.c 1369 if (adev->need_swiotlb && swiotlb_nr_tbl()) {
1419 if (adev->need_swiotlb && swiotlb_nr_tbl()) {
2732 if (!(adev->need_swiotlb && swiotlb_nr_tbl()))
amdgpu_gmc_v6_0.c 877 adev->need_swiotlb = drm_need_swiotlb(44);
amdgpu.h 744 bool need_swiotlb; member in struct:amdgpu_device
amdgpu_gmc_v7_0.c 1043 adev->need_swiotlb = drm_need_swiotlb(40);
amdgpu_gmc_v9_0.c 1201 adev->need_swiotlb = drm_need_swiotlb(44);
amdgpu_gmc_v8_0.c 1163 adev->need_swiotlb = drm_need_swiotlb(40);

Completed in 48 milliseconds