Home
last modified time | relevance | path

Searched refs:TTM_OPT_FLAG_ALLOW_RES_EVICT (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/drm/ttm/
Dttm_bo_api.h216 #define TTM_OPT_FLAG_ALLOW_RES_EVICT 0x1 macro
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c531 TTM_OPT_FLAG_ALLOW_RES_EVICT : 0 in amdgpu_bo_do_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo.c675 if (ctx->flags & TTM_OPT_FLAG_ALLOW_RES_EVICT) in ttm_bo_evict_swapout_allowable()