Searched refs:cpu_caching (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_bo.c | 367 switch (bo->cpu_caching) { in xe_ttm_tt_create() 376 WARN_ON((bo->flags & XE_BO_FLAG_USER) && !bo->cpu_caching); in xe_ttm_tt_create() 384 if ((!bo->cpu_caching && bo->flags & XE_BO_FLAG_SCANOUT) || 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() 1434 u16 cpu_caching, enum ttm_bo_type type, u32 flags) in __xe_bo_create_locked() argument 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() [all …]
|
D | xe_bo_types.h | 75 u16 cpu_caching; member
|
D | xe_bo.h | 74 u16 cpu_caching, enum ttm_bo_type type, 89 u16 cpu_caching,
|
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-6.12.1/include/uapi/drm/ |
D | xe_drm.h | 802 __u16 cpu_caching; member
|