Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_mn.c74 radeon_ttm_placement_from_domain(bo, RADEON_GEM_DOMAIN_CPU); in radeon_mn_invalidate()
Dradeon_gem.c162 if (domain == RADEON_GEM_DOMAIN_CPU) { in radeon_gem_set_domain()
399 RADEON_GEM_DOMAIN_CPU, 0, in radeon_gem_userptr_ioctl()
649 if (domain == RADEON_GEM_DOMAIN_CPU) in radeon_gem_va_update_vm()
809 RADEON_GEM_DOMAIN_CPU); in radeon_gem_op_ioctl()
871 case RADEON_GEM_DOMAIN_CPU: in radeon_debugfs_gem_info_show()
Dradeon_object.h48 return RADEON_GEM_DOMAIN_CPU; in radeon_mem_type_to_domain()
Dradeon_object.c126 if (domain & RADEON_GEM_DOMAIN_CPU) { in radeon_ttm_placement_from_domain()
183 RADEON_GEM_DOMAIN_CPU); in radeon_bo_create()
Dradeon_ttm.c105 radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); in radeon_evict_flags()
134 radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); in radeon_evict_flags()
Dradeon_cs.c150 if (domain & RADEON_GEM_DOMAIN_CPU) { in radeon_cs_parser_relocs()
/Linux-v5.15/include/uapi/drm/
Dradeon_drm.h795 #define RADEON_GEM_DOMAIN_CPU 0x1 macro