Searched refs:cpu_caching (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 437 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 D | xe_bo_types.h | 82 u16 cpu_caching; member
|
| H A D | xe_bo.h | 89 u16 cpu_caching, enum ttm_bo_type type, 104 u16 cpu_caching,
|
| H A D | xe_vm.c | 3251 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 D | xe_drm.h | 861 __u16 cpu_caching; member
|