Searched refs:cur_placement (Results 1 – 3 of 3) sorted by relevance
436 uint32_t cur_placement = 0; in radeon_gem_busy_ioctl() local450 cur_placement = ACCESS_ONCE(robj->tbo.mem.mem_type); in radeon_gem_busy_ioctl()451 args->domain = radeon_mem_type_to_domain(cur_placement); in radeon_gem_busy_ioctl()464 uint32_t cur_placement = 0; in radeon_gem_wait_idle_ioctl() local480 cur_placement = ACCESS_ONCE(robj->tbo.mem.mem_type); in radeon_gem_wait_idle_ioctl()482 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()