Searched refs:bo_flags (Results 1 – 11 of 11) sorted by relevance
178 u32 bo_flags, u32 *c) in try_add_system() argument215 if (force_contiguous(bo_flags)) in add_vram()231 u32 bo_flags, u32 *c) in try_add_vram() argument233 if (bo_flags & XE_BO_FLAG_VRAM0) in try_add_vram()235 if (bo_flags & XE_BO_FLAG_VRAM1) in try_add_vram()240 u32 bo_flags, u32 *c) in try_add_stolen() argument255 u32 bo_flags) in __xe_bo_placement_for_flags() argument275 u32 bo_flags) in xe_bo_placement_for_flags() argument2468 unsigned int bo_flags; in xe_gem_create_ioctl() local2499 bo_flags = 0; in xe_gem_create_ioctl()[all …]
988 u32 bo_flags; in xe_lrc_init() local998 bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT | in xe_lrc_init()1007 bo_flags); in xe_lrc_init()1013 bo_flags); in xe_lrc_init()
128 u32 bo_flags);
134 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in ccs_test_run_tile() local142 bo_flags); in ccs_test_run_tile()211 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in evict_test_run_tile() local223 bo_flags); in evict_test_run_tile()232 bo_flags); in evict_test_run_tile()
641 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in validate_ccs_test_run_tile() local672 bo_flags | XE_BO_FLAG_NEEDS_CPU_ACCESS | in validate_ccs_test_run_tile()697 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()
136 size_t size, u32 bo_flags, u32 vm_map_flags,
43 uint64_t bo_flags);
352 bool amdgpu_bo_support_uswc(u64 bo_flags);
560 uint64_t bo_flags) in amdgpu_display_supported_domains() argument573 if ((bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) && in amdgpu_display_supported_domains()574 amdgpu_bo_support_uswc(bo_flags) && in amdgpu_display_supported_domains()
583 bool amdgpu_bo_support_uswc(u64 bo_flags) in amdgpu_bo_support_uswc() argument602 if (bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) in amdgpu_bo_support_uswc()