Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_gem.c163 if (domain == RADEON_GEM_DOMAIN_CPU) { in radeon_gem_set_domain()
386 RADEON_GEM_DOMAIN_CPU, 0, in radeon_gem_userptr_ioctl()
635 if (domain == RADEON_GEM_DOMAIN_CPU) in radeon_gem_va_update_vm()
795 RADEON_GEM_DOMAIN_CPU); in radeon_gem_op_ioctl()
881 case RADEON_GEM_DOMAIN_CPU: in radeon_debugfs_gem_info_show()
H A Dradeon_mn.c74 radeon_ttm_placement_from_domain(bo, RADEON_GEM_DOMAIN_CPU); in radeon_mn_invalidate()
H A Dradeon_object.h48 return RADEON_GEM_DOMAIN_CPU; in radeon_mem_type_to_domain()
H A Dradeon_object.c105 if (domain & RADEON_GEM_DOMAIN_CPU) { in radeon_ttm_placement_from_domain()
162 RADEON_GEM_DOMAIN_CPU); in radeon_bo_create()
H A Dradeon_ttm.c104 radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); in radeon_evict_flags()
133 radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); in radeon_evict_flags()
H A Dradeon_cs.c150 if (domain & RADEON_GEM_DOMAIN_CPU) { in radeon_cs_parser_relocs()
/openbmc/linux/include/uapi/drm/
H A Dradeon_drm.h795 #define RADEON_GEM_DOMAIN_CPU 0x1 macro