Searched refs:cpu_caching (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_bo.c | 367 switch (bo->cpu_caching) { in xe_ttm_tt_create() 395 xe_assert(xe, bo->cpu_caching == 0); in xe_ttm_tt_create() 1268 u16 cpu_caching, enum ttm_bo_type type, in ___xe_bo_create_locked() argument 1318 bo->cpu_caching = cpu_caching; in ___xe_bo_create_locked() 1459 cpu_caching, type, flags); in __xe_bo_create_locked() 1517 u16 cpu_caching, in xe_bo_create_user() argument 1521 cpu_caching, ttm_bo_type_device, in xe_bo_create_user() 2026 if (XE_IOCTL_DBG(xe, !args->cpu_caching || in xe_gem_create_ioctl() 2027 args->cpu_caching > DRM_XE_GEM_CPU_CACHING_WC)) in xe_gem_create_ioctl() 2031 args->cpu_caching != DRM_XE_GEM_CPU_CACHING_WC)) in xe_gem_create_ioctl() [all …]
|
| A D | xe_bo_types.h | 75 u16 cpu_caching; member
|
| A D | xe_bo.h | 74 u16 cpu_caching, enum ttm_bo_type type, 89 u16 cpu_caching,
|
| A D | xe_vm.c | 2896 if (bo->cpu_caching) { in xe_vm_bind_ioctl_validate_bo() 2898 bo->cpu_caching == DRM_XE_GEM_CPU_CACHING_WB)) { in xe_vm_bind_ioctl_validate_bo()
|
| /linux/include/uapi/drm/ |
| A D | xe_drm.h | 802 __u16 cpu_caching; member
|
Completed in 43 milliseconds