Home
last modified time | relevance | path

Searched refs:TTM_TT_FLAG_ZERO_ALLOC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/drm/ttm/
H A Dttm_tt.h93 #define TTM_TT_FLAG_ZERO_ALLOC BIT(1) macro
225 ttm->page_flags |= TTM_TT_FLAG_ZERO_ALLOC; in ttm_tt_mark_for_clear()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c77 page_flags |= TTM_TT_FLAG_ZERO_ALLOC; in ttm_tt_create()
H A Dttm_bo_util.c186 if (!(clear && ttm && !(ttm->page_flags & TTM_TT_FLAG_ZERO_ALLOC))) in ttm_bo_move_memcpy()
H A Dttm_pool.c442 if (tt->page_flags & TTM_TT_FLAG_ZERO_ALLOC) in ttm_pool_alloc()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c638 if (!(clear && ttm && !((ttm->page_flags & TTM_TT_FLAG_ZERO_ALLOC) && !prealloc_bo))) { in i915_ttm_move()
H A Di915_gem_ttm.c292 page_flags |= TTM_TT_FLAG_ZERO_ALLOC; in i915_ttm_tt_create()