Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/radeon/
Dradeon_gem.c353 uint32_t cur_placement = 0; in radeon_gem_busy_ioctl() local
360 r = radeon_bo_wait(robj, &cur_placement, true); in radeon_gem_busy_ioctl()
361 switch (cur_placement) { in radeon_gem_busy_ioctl()
/freebsd-9-stable/sys/dev/drm2/ttm/
Dttm_bo_api.h266 uint32_t cur_placement; member
Dttm_bo.c499 bo->cur_placement = bo->mem.placement; in ttm_bo_handle_move_mem()
948 uint32_t cur_placement, in ttm_bo_select_caching() argument
958 if ((cur_placement & caching) != 0) in ttm_bo_select_caching()
959 result |= (cur_placement & caching); in ttm_bo_select_caching()