Searched refs:cpu_caching (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_bo.c | 372 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 D | xe_bo_types.h | 75 u16 cpu_caching; member
|
H A D | xe_bo.h | 86 u16 cpu_caching, enum ttm_bo_type type, 101 u16 cpu_caching,
|
/linux/include/uapi/drm/ |
H A D | xe_drm.h | 804 __u16 cpu_caching; member
|