Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_gem.c3471 struct drm_mm_node *gtt_space = &vma->node; in i915_gem_valid_gtt_space() local
3484 if (!drm_mm_node_allocated(gtt_space)) in i915_gem_valid_gtt_space()
3487 if (list_empty(&gtt_space->node_list)) in i915_gem_valid_gtt_space()
3490 other = list_entry(gtt_space->node_list.prev, struct drm_mm_node, node_list); in i915_gem_valid_gtt_space()
3494 other = list_entry(gtt_space->node_list.next, struct drm_mm_node, node_list); in i915_gem_valid_gtt_space()
3495 if (other->allocated && !gtt_space->hole_follows && other->color != cache_level) in i915_gem_valid_gtt_space()