Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_gem.c503 uint32_t cur_placement = 0; in radeon_gem_busy_ioctl() local
517 cur_placement = READ_ONCE(robj->tbo.resource->mem_type); in radeon_gem_busy_ioctl()
518 args->domain = radeon_mem_type_to_domain(cur_placement); in radeon_gem_busy_ioctl()
531 uint32_t cur_placement = 0; in radeon_gem_wait_idle_ioctl() local
548 cur_placement = READ_ONCE(robj->tbo.resource->mem_type); in radeon_gem_wait_idle_ioctl()
550 radeon_mem_type_to_domain(cur_placement) == RADEON_GEM_DOMAIN_VRAM) in radeon_gem_wait_idle_ioctl()