Searched refs:bo_flags (Results 1 – 12 of 12) sorted by relevance
182 u32 bo_flags, u32 *c) in try_add_system() argument226 if (force_contiguous(bo_flags)) in add_vram()242 u32 bo_flags, u32 *c) in try_add_vram() argument244 if (bo_flags & XE_BO_FLAG_VRAM0) in try_add_vram()246 if (bo_flags & XE_BO_FLAG_VRAM1) in try_add_vram()251 u32 bo_flags, u32 *c) in try_add_stolen() argument266 u32 bo_flags) in __xe_bo_placement_for_flags() argument286 u32 bo_flags) in xe_bo_placement_for_flags() argument2652 unsigned int bo_flags; in xe_gem_create_ioctl() local2683 bo_flags = 0; in xe_gem_create_ioctl()[all …]
1183 u32 bo_flags; in xe_lrc_init() local1201 bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT | in xe_lrc_init()1204 bo_flags |= XE_BO_FLAG_PINNED_LATE_RESTORE; in xe_lrc_init()1208 bo_flags); in xe_lrc_init()
128 u32 bo_flags);
106 u32 bo_flags; in xe_pt_create() local119 bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | in xe_pt_create()123 bo_flags |= XE_BO_FLAG_PINNED_LATE_RESTORE; in xe_pt_create()128 bo_flags); in xe_pt_create()
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()
638 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()694 bo_flags | XE_BO_FLAG_NEEDS_CPU_ACCESS | in validate_ccs_test_run_tile()
204 size_t size, u32 bo_flags, u32 vm_map_flags,
131 size_t size, u32 bo_flags, u32 vm_map_flags, in panthor_kernel_bo_create() argument155 bo->flags = bo_flags; in panthor_kernel_bo_create()
43 uint64_t bo_flags);
353 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()
580 bool amdgpu_bo_support_uswc(u64 bo_flags) in amdgpu_bo_support_uswc() argument599 if (bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) in amdgpu_bo_support_uswc()
Completed in 37 milliseconds