Home
last modified time | relevance | path

Searched refs:ttm_tt_is_populated (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_tt.c159 if (!ttm_tt_is_populated(ttm)) { in ttm_tt_set_caching()
430 if (ttm_tt_is_populated(ttm)) in ttm_tt_populate()
460 if (!ttm_tt_is_populated(ttm)) in ttm_tt_unpopulate()
Dttm_bo_util.c255 (ttm == NULL || (!ttm_tt_is_populated(ttm) && in ttm_bo_move_memcpy()
Dttm_page_alloc.c1056 if (ttm_tt_is_populated(ttm)) in ttm_pool_populate()
Dttm_page_alloc_dma.c897 if (ttm_tt_is_populated(ttm)) in ttm_dma_populate()
/kernel/linux/linux-5.10/include/drm/ttm/
Dttm_tt.h77 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated() function
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_blit.c467 if (!ttm_tt_is_populated(dst->ttm)) { in vmw_bo_cpu_blit()
473 if (!ttm_tt_is_populated(src->ttm)) { in vmw_bo_cpu_blit()
Dvmwgfx_ttm_buffer.c657 if (ttm_tt_is_populated(ttm)) in vmw_ttm_populate()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1310 if (ttm_tt_is_populated(ttm)) in nouveau_ttm_tt_populate()