Searched refs:cpu_caching (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 501 switch (bo->cpu_caching) { in xe_ttm_tt_create() 510 WARN_ON((bo->flags & XE_BO_FLAG_USER) && !bo->cpu_caching); in xe_ttm_tt_create() 518 if ((!bo->cpu_caching && bo->flags & XE_BO_FLAG_SCANOUT) || in xe_ttm_tt_create() 529 xe_assert(xe, bo->cpu_caching == 0); in xe_ttm_tt_create() 2135 u16 cpu_caching, enum ttm_bo_type type, in xe_bo_init_locked() argument 2189 bo->cpu_caching = cpu_caching; in xe_bo_init_locked() 2309 u16 cpu_caching, enum ttm_bo_type type, u32 flags, in __xe_bo_create_locked() argument 2335 cpu_caching, type, flags, exec); in __xe_bo_create_locked() 2414 size_t size, u16 cpu_caching, in xe_bo_create_novm() argument 2426 cpu_caching, type, flags, alignment, &exec); in xe_bo_create_novm() [all …]
|
| H A D | xe_vm.c | 3518 if (bo->cpu_caching) { in xe_vm_bind_ioctl_validate_bo() 3520 bo->cpu_caching == DRM_XE_GEM_CPU_CACHING_WB)) { in xe_vm_bind_ioctl_validate_bo()
|
| /linux/include/uapi/drm/ |
| H A D | xe_drm.h | 875 __u16 cpu_caching; member
|