Searched refs:bo_flags (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 190 u32 bo_flags, u32 *c) in try_add_system() argument 192 if (bo_flags & XE_BO_FLAG_SYSTEM) { in try_add_system() 197 .flags = (bo_flags & XE_BO_FLAG_VRAM_MASK) ? in try_add_system() 204 static bool force_contiguous(u32 bo_flags) in force_contiguous() argument 206 if (bo_flags & XE_BO_FLAG_STOLEN) in force_contiguous() 208 else if (bo_flags & XE_BO_FLAG_PINNED && in force_contiguous() 209 !(bo_flags & XE_BO_FLAG_PINNED_LATE_RESTORE)) in force_contiguous() 211 else if (bo_flags & XE_BO_FLAG_CPU_ADDR_MIRROR) in force_contiguous() 218 return bo_flags & XE_BO_FLAG_NEEDS_CPU_ACCESS && in force_contiguous() 219 bo_flags & XE_BO_FLAG_PINNED; in force_contiguous() [all …]
|
| H A D | xe_lrc.c | 1612 u32 bo_flags; in xe_lrc_init() local 1631 bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT | in xe_lrc_init() 1635 bo_flags |= XE_BO_FLAG_PINNED_LATE_RESTORE | XE_BO_FLAG_FORCE_USER_VRAM; in xe_lrc_init() 1639 bo_flags, false); in xe_lrc_init()
|
| H A D | xe_bo.h | 150 u32 bo_flags, enum ttm_bo_type type);
|
| H A D | xe_pt.c | 108 u32 bo_flags; in xe_pt_create() local 121 bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | in xe_pt_create() 125 bo_flags |= XE_BO_FLAG_PINNED_LATE_RESTORE | XE_BO_FLAG_FORCE_USER_VRAM; in xe_pt_create() 132 bo_flags, exec); in xe_pt_create()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_bo.c | 135 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in ccs_test_run_tile() local 144 bo_flags, exec); in ccs_test_run_tile() 210 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in evict_test_run_tile() local 223 bo_flags, exec); in evict_test_run_tile() 232 bo_flags, NULL); in evict_test_run_tile()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_gem.c | 174 size_t size, u32 bo_flags, u32 vm_map_flags, in panthor_kernel_bo_create() argument 198 bo->flags = bo_flags; in panthor_kernel_bo_create()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_object.h | 355 bool amdgpu_bo_support_uswc(u64 bo_flags);
|