Searched refs:cur_placement (Results 1 – 3 of 3) sorted by relevance
437 uint32_t cur_placement = 0; in radeon_gem_busy_ioctl() local444 r = radeon_bo_wait(robj, &cur_placement, true); in radeon_gem_busy_ioctl()445 args->domain = radeon_mem_type_to_domain(cur_placement); in radeon_gem_busy_ioctl()459 uint32_t cur_placement = 0; in radeon_gem_wait_idle_ioctl() local475 cur_placement = ACCESS_ONCE(robj->tbo.mem.mem_type); in radeon_gem_wait_idle_ioctl()477 radeon_mem_type_to_domain(cur_placement) == RADEON_GEM_DOMAIN_VRAM) in radeon_gem_wait_idle_ioctl()
253 uint32_t cur_placement; member
366 bo->cur_placement = bo->mem.placement; in ttm_bo_handle_move_mem()811 uint32_t cur_placement, in ttm_bo_select_caching() argument821 if ((cur_placement & caching) != 0) in ttm_bo_select_caching()822 result |= (cur_placement & caching); in ttm_bo_select_caching()