Searched refs:bo_flags (Results 1 – 10 of 10) sorted by relevance
153 u32 bo_flags, u32 *c) in try_add_system() argument155 if (bo_flags & XE_BO_FLAG_SYSTEM) { in try_add_system()199 u32 bo_flags, u32 *c) in try_add_vram() argument201 if (bo_flags & XE_BO_FLAG_VRAM0) in try_add_vram()203 if (bo_flags & XE_BO_FLAG_VRAM1) in try_add_vram()208 u32 bo_flags, u32 *c) in try_add_stolen() argument224 u32 bo_flags) in __xe_bo_placement_for_flags() argument244 u32 bo_flags) in xe_bo_placement_for_flags() argument1971 unsigned int bo_flags; in xe_gem_create_ioctl() local2003 bo_flags = 0; in xe_gem_create_ioctl()[all …]
107 u32 bo_flags);
120 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in ccs_test_run_tile() local128 bo_flags); in ccs_test_run_tile()197 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in evict_test_run_tile() local209 bo_flags); in evict_test_run_tile()218 bo_flags); in evict_test_run_tile()
640 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in validate_ccs_test_run_tile() local669 bo_flags | XE_BO_FLAG_NEEDS_CPU_ACCESS); in validate_ccs_test_run_tile()693 bo_flags | XE_BO_FLAG_NEEDS_CPU_ACCESS); in validate_ccs_test_run_tile()
75 size_t size, u32 bo_flags, u32 vm_map_flags, in panthor_kernel_bo_create() argument98 bo->flags = bo_flags; in panthor_kernel_bo_create()
141 size_t size, u32 bo_flags, u32 vm_map_flags,
41 uint64_t bo_flags);
376 bool amdgpu_bo_support_uswc(u64 bo_flags);
559 uint64_t bo_flags) in amdgpu_display_supported_domains() argument572 if ((bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) && in amdgpu_display_supported_domains()573 amdgpu_bo_support_uswc(bo_flags) && in amdgpu_display_supported_domains()
481 bool amdgpu_bo_support_uswc(u64 bo_flags) in amdgpu_bo_support_uswc() argument500 if (bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) in amdgpu_bo_support_uswc()
Completed in 23 milliseconds