Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c372 switch (bo->cpu_caching) { in xe_ttm_tt_create()
381 WARN_ON((bo->flags & XE_BO_FLAG_USER) && !bo->cpu_caching); in xe_ttm_tt_create()
389 if ((!bo->cpu_caching && bo->flags & XE_BO_FLAG_SCANOUT) || in xe_ttm_tt_create()
400 xe_assert(xe, bo->cpu_caching == 0); in xe_ttm_tt_create()
1407 u16 cpu_caching, enum ttm_bo_type type, in ___xe_bo_create_locked() argument
1462 bo->cpu_caching = cpu_caching; in ___xe_bo_create_locked()
1578 u16 cpu_caching, enum ttm_bo_type type, u32 flags, in __xe_bo_create_locked() argument
1604 cpu_caching, type, flags); in __xe_bo_create_locked()
1676 u16 cpu_caching, in xe_bo_create_user() argument
1680 cpu_caching, ttm_bo_type_device, in xe_bo_create_user()
[all …]
H A Dxe_bo_types.h75 u16 cpu_caching; member
H A Dxe_bo.h86 u16 cpu_caching, enum ttm_bo_type type,
101 u16 cpu_caching,
/linux/include/uapi/drm/
H A Dxe_drm.h804 __u16 cpu_caching; member