Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c3384 struct drm_mm_node *gtt_space = &vma->node; in i915_gem_valid_gtt_space() local
3397 if (!drm_mm_node_allocated(gtt_space)) in i915_gem_valid_gtt_space()
3400 if (list_empty(&gtt_space->node_list)) in i915_gem_valid_gtt_space()
3403 other = list_entry(gtt_space->node_list.prev, struct drm_mm_node, node_list); in i915_gem_valid_gtt_space()
3407 other = list_entry(gtt_space->node_list.next, struct drm_mm_node, node_list); in i915_gem_valid_gtt_space()
3408 if (other->allocated && !gtt_space->hole_follows && other->color != cache_level) in i915_gem_valid_gtt_space()