Home
last modified time | relevance | path

Searched refs:cpu_caching (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.c437 switch (bo->cpu_caching) { in xe_ttm_tt_create()
465 xe_assert(xe, bo->cpu_caching == 0); in xe_ttm_tt_create()
1630 u16 cpu_caching, enum ttm_bo_type type, in ___xe_bo_create_locked() argument
1685 bo->cpu_caching = cpu_caching; in ___xe_bo_create_locked()
1827 cpu_caching, type, flags); in __xe_bo_create_locked()
1900 u16 cpu_caching, in xe_bo_create_user() argument
1904 cpu_caching, ttm_bo_type_device, in xe_bo_create_user()
2522 if (XE_IOCTL_DBG(xe, !args->cpu_caching || in xe_gem_create_ioctl()
2523 args->cpu_caching > DRM_XE_GEM_CPU_CACHING_WC)) in xe_gem_create_ioctl()
2527 args->cpu_caching != DRM_XE_GEM_CPU_CACHING_WC)) in xe_gem_create_ioctl()
[all …]
H A Dxe_bo_types.h82 u16 cpu_caching; member
H A Dxe_bo.h89 u16 cpu_caching, enum ttm_bo_type type,
104 u16 cpu_caching,
H A Dxe_vm.c3251 if (bo->cpu_caching) { in xe_vm_bind_ioctl_validate_bo()
3253 bo->cpu_caching == DRM_XE_GEM_CPU_CACHING_WB)) { in xe_vm_bind_ioctl_validate_bo()
/linux-6.15/include/uapi/drm/
H A Dxe_drm.h861 __u16 cpu_caching; member