Home
last modified time | relevance | path

Searched refs:ttm_bo_mem_compat (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_api.h340 bool ttm_bo_mem_compat(struct ttm_placement *placement, struct ttm_mem_reg *mem,
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1065 bool ttm_bo_mem_compat(struct ttm_placement *placement, in ttm_bo_mem_compat() function
1082 EXPORT_SYMBOL(ttm_bo_mem_compat);
1095 if (!ttm_bo_mem_compat(placement, &bo->mem, &new_flags)) { in ttm_bo_validate()