Lines Matching refs:TTM_PL_VRAM
132 places[c].mem_type = TTM_PL_VRAM; in amdgpu_bo_placement_from_domain()
565 man = ttm_manager_type(&adev->mman.bdev, TTM_PL_VRAM); in amdgpu_bo_validate_size()
720 bo->tbo.resource->mem_type == TTM_PL_VRAM) { in amdgpu_bo_create()
956 if ((mem_type == TTM_PL_VRAM) && in amdgpu_bo_pin()
979 bo->placements[i].mem_type == TTM_PL_VRAM) in amdgpu_bo_pin()
991 if (bo->tbo.resource->mem_type == TTM_PL_VRAM) { in amdgpu_bo_pin()
1024 if (bo->tbo.resource->mem_type == TTM_PL_VRAM) { in amdgpu_bo_unpin()
1309 if (!bo->resource || bo->resource->mem_type != TTM_PL_VRAM || in amdgpu_bo_release_notify()
1373 if (bo->resource->mem_type == TTM_PL_VRAM && in amdgpu_bo_fault_reserve_notify()
1468 WARN_ON_ONCE(bo->tbo.resource->mem_type == TTM_PL_VRAM && in amdgpu_bo_gpu_offset()
1521 return TTM_PL_VRAM; in amdgpu_bo_mem_stats_placement()
1589 case TTM_PL_VRAM: in amdgpu_bo_print_info()