Home
last modified time | relevance | path

Searched refs:bo_flags (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/xe/
A Dxe_bo.c153 u32 bo_flags, u32 *c) in try_add_system() argument
155 if (bo_flags & XE_BO_FLAG_SYSTEM) { in try_add_system()
199 u32 bo_flags, u32 *c) in try_add_vram() argument
201 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() argument
224 u32 bo_flags) in __xe_bo_placement_for_flags() argument
244 u32 bo_flags) in xe_bo_placement_for_flags() argument
1971 unsigned int bo_flags; in xe_gem_create_ioctl() local
2003 bo_flags = 0; in xe_gem_create_ioctl()
[all …]
A Dxe_bo.h107 u32 bo_flags);
/linux/drivers/gpu/drm/xe/tests/
A Dxe_bo.c120 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in ccs_test_run_tile() local
128 bo_flags); in ccs_test_run_tile()
197 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in evict_test_run_tile() local
209 bo_flags); in evict_test_run_tile()
218 bo_flags); in evict_test_run_tile()
A Dxe_migrate.c640 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in validate_ccs_test_run_tile() local
669 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()
/linux/drivers/gpu/drm/panthor/
A Dpanthor_gem.c75 size_t size, u32 bo_flags, u32 vm_map_flags, in panthor_kernel_bo_create() argument
98 bo->flags = bo_flags; in panthor_kernel_bo_create()
A Dpanthor_gem.h141 size_t size, u32 bo_flags, u32 vm_map_flags,
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_display.h41 uint64_t bo_flags);
A Damdgpu_object.h376 bool amdgpu_bo_support_uswc(u64 bo_flags);
A Damdgpu_display.c559 uint64_t bo_flags) in amdgpu_display_supported_domains() argument
572 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()
A Damdgpu_object.c481 bool amdgpu_bo_support_uswc(u64 bo_flags) in amdgpu_bo_support_uswc() argument
500 if (bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) in amdgpu_bo_support_uswc()

Completed in 23 milliseconds