Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_gem.c447 uint32_t cur_placement = 0; in radeon_gem_busy_ioctl() local
461 cur_placement = READ_ONCE(robj->tbo.mem.mem_type); in radeon_gem_busy_ioctl()
462 args->domain = radeon_mem_type_to_domain(cur_placement); in radeon_gem_busy_ioctl()
475 uint32_t cur_placement = 0; in radeon_gem_wait_idle_ioctl() local
491 cur_placement = READ_ONCE(robj->tbo.mem.mem_type); in radeon_gem_wait_idle_ioctl()
493 radeon_mem_type_to_domain(cur_placement) == RADEON_GEM_DOMAIN_VRAM) in radeon_gem_wait_idle_ioctl()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo.c866 uint32_t cur_placement, in ttm_bo_select_caching() argument
876 if ((cur_placement & caching) != 0) in ttm_bo_select_caching()
877 result |= (cur_placement & caching); in ttm_bo_select_caching()