| H A D | xe_bo.c | 488 switch (bo->cpu_caching) { in xe_ttm_tt_create() 497 WARN_ON((bo->flags & XE_BO_FLAG_USER) && !bo->cpu_caching); in xe_ttm_tt_create() 503 if ((!bo->cpu_caching && bo->flags & XE_BO_FLAG_FORCE_WC) || in xe_ttm_tt_create() 511 * which cpu_caching is never initialized. in xe_ttm_tt_create() 513 xe_assert(xe, bo->cpu_caching == 0); in xe_ttm_tt_create() 2283 * @cpu_caching: The cpu caching used for system memory backing store. 2296 u16 cpu_caching, enum ttm_bo_type type, 2354 bo->cpu_caching = cpu_caching; in xe_bo_init_locked() 2477 u16 cpu_caching, enu in __xe_bo_fixed_placement() 2303 xe_bo_init_locked(struct xe_device * xe,struct xe_bo * bo,struct xe_tile * tile,struct dma_resv * resv,struct ttm_lru_bulk_move * bulk,size_t size,u16 cpu_caching,enum ttm_bo_type type,u32 flags,struct drm_exec * exec) xe_bo_init_locked() argument 2484 __xe_bo_create_locked(struct xe_device * xe,struct xe_tile * tile,struct xe_vm * vm,size_t size,u64 start,u64 end,u16 cpu_caching,enum ttm_bo_type type,u32 flags,u64 alignment,struct drm_exec * exec) __xe_bo_create_locked() argument 2589 xe_bo_create_novm(struct xe_device * xe,struct xe_tile * tile,size_t size,u16 cpu_caching,enum ttm_bo_type type,u32 flags,u64 alignment,bool intr) xe_bo_create_novm() argument 2630 xe_bo_create_user(struct xe_device * xe,struct xe_vm * vm,size_t size,u16 cpu_caching,u32 flags,struct drm_exec * exec) xe_bo_create_user() argument [all...] |