Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_bo.c182 u32 bo_flags, u32 *c) in try_add_system() argument
226 if (force_contiguous(bo_flags)) in add_vram()
242 u32 bo_flags, u32 *c) in try_add_vram() argument
244 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() argument
266 u32 bo_flags) in __xe_bo_placement_for_flags() argument
286 u32 bo_flags) in xe_bo_placement_for_flags() argument
2652 unsigned int bo_flags; in xe_gem_create_ioctl() local
2683 bo_flags = 0; in xe_gem_create_ioctl()
[all …]
A Dxe_lrc.c1183 u32 bo_flags; in xe_lrc_init() local
1201 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()
A Dxe_bo.h128 u32 bo_flags);
A Dxe_pt.c106 u32 bo_flags; in xe_pt_create() local
119 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()
/drivers/gpu/drm/xe/tests/
A Dxe_bo.c134 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in ccs_test_run_tile() local
142 bo_flags); in ccs_test_run_tile()
211 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in evict_test_run_tile() local
223 bo_flags); in evict_test_run_tile()
232 bo_flags); in evict_test_run_tile()
A Dxe_migrate.c638 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()
694 bo_flags | XE_BO_FLAG_NEEDS_CPU_ACCESS | in validate_ccs_test_run_tile()
/drivers/gpu/drm/panthor/
A Dpanthor_gem.h204 size_t size, u32 bo_flags, u32 vm_map_flags,
A Dpanthor_gem.c131 size_t size, u32 bo_flags, u32 vm_map_flags, in panthor_kernel_bo_create() argument
155 bo->flags = bo_flags; in panthor_kernel_bo_create()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_display.h43 uint64_t bo_flags);
A Damdgpu_object.h353 bool amdgpu_bo_support_uswc(u64 bo_flags);
A Damdgpu_display.c560 uint64_t bo_flags) in amdgpu_display_supported_domains() argument
573 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()
A Damdgpu_object.c580 bool amdgpu_bo_support_uswc(u64 bo_flags) in amdgpu_bo_support_uswc() argument
599 if (bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) in amdgpu_bo_support_uswc()

Completed in 37 milliseconds