Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_mn.c74 radeon_ttm_placement_from_domain(bo, RADEON_GEM_DOMAIN_CPU); in radeon_mn_invalidate()
Dradeon_gem.c161 if (domain == RADEON_GEM_DOMAIN_CPU) { in radeon_gem_set_domain()
384 RADEON_GEM_DOMAIN_CPU, 0, in radeon_gem_userptr_ioctl()
633 if (domain == RADEON_GEM_DOMAIN_CPU) in radeon_gem_va_update_vm()
793 RADEON_GEM_DOMAIN_CPU); in radeon_gem_op_ioctl()
879 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.c104 if (domain & RADEON_GEM_DOMAIN_CPU) { in radeon_ttm_placement_from_domain()
161 RADEON_GEM_DOMAIN_CPU); in radeon_bo_create()
Dradeon_ttm.c103 radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); in radeon_evict_flags()
128 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-6.12.1/include/uapi/drm/
Dradeon_drm.h795 #define RADEON_GEM_DOMAIN_CPU 0x1 macro