Home
last modified time | relevance | path

Searched refs:TTM_PL_FLAG_CONTIGUOUS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_placement.h66 #define TTM_PL_FLAG_CONTIGUOUS (1 << 19) macro
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c156 if (place->flags & TTM_PL_FLAG_CONTIGUOUS || in amdgpu_vram_mgr_new()
H A Damdgpu_object.c165 places[c].flags |= TTM_PL_FLAG_CONTIGUOUS; in amdgpu_bo_placement_from_domain()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1058 (!(*new_flags & TTM_PL_FLAG_CONTIGUOUS) || in ttm_bo_places_compat()
1059 (mem->placement & TTM_PL_FLAG_CONTIGUOUS))) in ttm_bo_places_compat()