Home
last modified time | relevance | path

Searched refs:i915_ttm_gtt_binds_lmem (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_ttm_move.c56 !i915_ttm_gtt_binds_lmem(res) && in i915_ttm_cache_level()
202 i915_ttm_gtt_binds_lmem(dst_mem), in i915_ttm_accel_move()
216 i915_ttm_gtt_binds_lmem(bo->resource), in i915_ttm_accel_move()
218 i915_ttm_gtt_binds_lmem(dst_mem), in i915_ttm_accel_move()
471 if (!IS_ERR(fence) && !i915_ttm_gtt_binds_lmem(dst_mem) && in __i915_ttm_move()
629 if (i915_ttm_gtt_binds_lmem(dst_mem) || i915_ttm_cpu_maps_iomem(dst_mem)) { in i915_ttm_move()
Di915_gem_ttm.h87 static inline bool i915_ttm_gtt_binds_lmem(struct ttm_resource *mem) in i915_ttm_gtt_binds_lmem() function
Di915_gem_ttm.c568 if (!i915_ttm_gtt_binds_lmem(res)) in i915_ttm_resource_get_st()