Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c94 static bool gpu_binds_iomem(struct ttm_resource *mem) in gpu_binds_iomem() function
109 return ((HAS_LLC(i915) || HAS_SNOOP(i915)) && !gpu_binds_iomem(res) && in i915_ttm_cache_level()
418 if (!gpu_binds_iomem(res)) in i915_ttm_resource_get_st()
458 gpu_binds_iomem(dst_mem), in i915_ttm_accel_move()
474 gpu_binds_iomem(bo->resource), in i915_ttm_accel_move()
476 gpu_binds_iomem(dst_mem), in i915_ttm_accel_move()
557 if (gpu_binds_iomem(dst_mem) || cpu_maps_iomem(dst_mem)) { in i915_ttm_move()