Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.c178 u32 bo_flags, u32 *c) in try_add_system() argument
215 if (force_contiguous(bo_flags)) in add_vram()
231 u32 bo_flags, u32 *c) in try_add_vram() argument
233 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() argument
255 u32 bo_flags) in __xe_bo_placement_for_flags() argument
275 u32 bo_flags) in xe_bo_placement_for_flags() argument
2468 unsigned int bo_flags; in xe_gem_create_ioctl() local
2499 bo_flags = 0; in xe_gem_create_ioctl()
[all …]
H A Dxe_lrc.c988 u32 bo_flags; in xe_lrc_init() local
998 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()
H A Dxe_bo.h128 u32 bo_flags);
/linux-6.15/drivers/gpu/drm/xe/tests/
H 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()
H A Dxe_migrate.c641 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in validate_ccs_test_run_tile() local
672 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()
/linux-6.15/drivers/gpu/drm/panthor/
H 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()
H A Dpanthor_gem.h136 size_t size, u32 bo_flags, u32 vm_map_flags,
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.h43 uint64_t bo_flags);
H A Damdgpu_object.h352 bool amdgpu_bo_support_uswc(u64 bo_flags);
H 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()
H A Damdgpu_object.c583 bool amdgpu_bo_support_uswc(u64 bo_flags) in amdgpu_bo_support_uswc() argument
602 if (bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) in amdgpu_bo_support_uswc()