Searched refs:bo_flags (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_bo.c | 153 u32 bo_flags, u32 *c) in try_add_system() argument 155 if (bo_flags & XE_BO_FLAG_SYSTEM) { in try_add_system() 166 struct ttm_place *places, u32 bo_flags, u32 mem_type, u32 *c) in add_vram() argument 182 if (bo_flags & (XE_BO_FLAG_PINNED | in add_vram() 187 if (bo_flags & XE_BO_FLAG_NEEDS_CPU_ACCESS) { in add_vram() 199 u32 bo_flags, u32 *c) in try_add_vram() argument 201 if (bo_flags & XE_BO_FLAG_VRAM0) in try_add_vram() 202 add_vram(xe, bo, bo->placements, bo_flags, XE_PL_VRAM0, c); in try_add_vram() 203 if (bo_flags & XE_BO_FLAG_VRAM1) in try_add_vram() 204 add_vram(xe, bo, bo->placements, bo_flags, XE_PL_VRAM1, c); in try_add_vram() [all …]
|
H A D | xe_bo.h | 113 u32 bo_flags);
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_bo.c | 127 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in ccs_test_run_tile() local 135 bo_flags); in ccs_test_run_tile() 204 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in evict_test_run_tile() local 216 bo_flags); in evict_test_run_tile() 225 bo_flags); in evict_test_run_tile()
|
H A D | xe_migrate.c | 640 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/ |
H A D | panthor_gem.h | 141 size_t size, u32 bo_flags, u32 vm_map_flags,
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.h | 41 uint64_t bo_flags);
|
H A D | amdgpu_object.h | 350 bool amdgpu_bo_support_uswc(u64 bo_flags);
|
H A D | amdgpu_display.c | 559 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()
|
H A D | amdgpu_object.c | 482 bool amdgpu_bo_support_uswc(u64 bo_flags) in amdgpu_bo_support_uswc() argument 501 if (bo_flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC) in amdgpu_bo_support_uswc()
|