Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.c367 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 …]
Dxe_bo_types.h75 u16 cpu_caching; member
Dxe_bo.h74 u16 cpu_caching, enum ttm_bo_type type,
89 u16 cpu_caching,
Dxe_vm.c2896 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/
Dxe_drm.h802 __u16 cpu_caching; member