Searched refs:preferred_domains (Results 1 – 13 of 13) sorted by relevance
120 if (entry->robj->preferred_domains == AMDGPU_GEM_DOMAIN_GDS) in amdgpu_bo_list_create()122 if (entry->robj->preferred_domains == AMDGPU_GEM_DOMAIN_GWS) in amdgpu_bo_list_create()124 if (entry->robj->preferred_domains == AMDGPU_GEM_DOMAIN_OA) in amdgpu_bo_list_create()
325 bo->preferred_domains = AMDGPU_GEM_DOMAIN_GTT; in amdgpu_gem_userptr_ioctl()711 info.domains = robj->preferred_domains; in amdgpu_gem_op_ioctl()729 robj->preferred_domains = args->value & (AMDGPU_GEM_DOMAIN_VRAM | in amdgpu_gem_op_ioctl()732 robj->allowed_domains = robj->preferred_domains; in amdgpu_gem_op_ioctl()
455 bo->preferred_domains = bp->preferred_domain ? bp->preferred_domain : in amdgpu_bo_do_create()457 bo->allowed_domains = bo->preferred_domains; in amdgpu_bo_do_create()684 domain = bo->preferred_domains; in amdgpu_bo_validate()
79 u32 preferred_domains; member
179 bo->preferred_domains = AMDGPU_GEM_DOMAIN_GTT; in amdgpu_gem_prime_import_sg_table()
131 __entry->prefer = bo->preferred_domains;
418 domain = bo->preferred_domains; in amdgpu_cs_bo_validate()422 domain = bo->preferred_domains; in amdgpu_cs_bo_validate()
165 if (bo->preferred_domains & in amdgpu_vm_bo_base_init()1710 if (!(bo->preferred_domains & amdgpu_mem_type_to_domain(mem_type))) in amdgpu_vm_bo_update()
176 } else if (bo->preferred_domains == AMDGPU_GEM_DOMAIN_GTT) { in amdgpu_amdkfd_unreserve_system_memory_limit()
133 p->relocs[i].preferred_domains = in radeon_cs_parser_relocs()151 p->relocs[i].preferred_domains = domain; in radeon_cs_parser_relocs()158 uint32_t domain = p->relocs[i].preferred_domains; in radeon_cs_parser_relocs()166 p->relocs[i].preferred_domains = domain; in radeon_cs_parser_relocs()
142 list[0].preferred_domains = RADEON_GEM_DOMAIN_VRAM; in radeon_vm_get_bos()154 list[idx].preferred_domains = RADEON_GEM_DOMAIN_VRAM; in radeon_vm_get_bos()
550 u32 domain = lobj->preferred_domains; in radeon_bo_list_validate()
467 unsigned preferred_domains; member