Searched refs:I915_PL_SYSTEM (Results 1 – 3 of 3) sorted by relevance
65 #define I915_PL_SYSTEM TTM_PL_SYSTEM macro90 return mem->mem_type != I915_PL_SYSTEM; in i915_ttm_gtt_binds_lmem()102 return mem && 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()
61 .mem_type = I915_PL_SYSTEM,