Searched refs:RADEON_GEM_DOMAIN_CPU (Results 1 – 6 of 6) sorted by relevance
58 return RADEON_GEM_DOMAIN_CPU; in radeon_mem_type_to_domain()
121 if (domain == RADEON_GEM_DOMAIN_CPU) { in radeon_gem_set_domain()370 args->domain = RADEON_GEM_DOMAIN_CPU; in radeon_gem_busy_ioctl()
72 RADEON_GEM_DOMAIN_CPU, NULL, &sa_manager->bo); in radeon_sa_bo_manager_init()
194 radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); in radeon_evict_flags()200 radeon_ttm_placement_from_domain(rbo, RADEON_GEM_DOMAIN_CPU); in radeon_evict_flags()
790 #define RADEON_GEM_DOMAIN_CPU 0x1 macro
104 if (domain & RADEON_GEM_DOMAIN_CPU) { in radeon_ttm_placement_from_domain()