Searched refs:I915_PL_SYSTEM (Results 1 – 4 of 4) sorted by relevance
64 #define I915_PL_SYSTEM TTM_PL_SYSTEM macro89 return mem->mem_type != I915_PL_SYSTEM; in i915_ttm_gtt_binds_lmem()101 return mem->mem_type != I915_PL_SYSTEM; in i915_ttm_cpu_maps_iomem()
67 GEM_BUG_ON(ttm_mem_type != I915_PL_SYSTEM && in i915_ttm_region()69 if (ttm_mem_type == I915_PL_SYSTEM) in i915_ttm_region()118 mem_type = I915_PL_SYSTEM; in i915_ttm_adjust_gem_after_move()
56 if (bo->resource->mem_type == I915_PL_SYSTEM || obj->ttm.backup) in i915_ttm_backup()
61 .mem_type = I915_PL_SYSTEM,
Completed in 9 milliseconds