Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c3396 struct drm_mm_node *gtt_space = &vma->node; in i915_gem_valid_gtt_space() local
3409 if (!drm_mm_node_allocated(gtt_space)) in i915_gem_valid_gtt_space()
3412 if (list_empty(&gtt_space->node_list)) in i915_gem_valid_gtt_space()
3415 other = list_entry(gtt_space->node_list.prev, struct drm_mm_node, node_list); in i915_gem_valid_gtt_space()
3419 other = list_entry(gtt_space->node_list.next, struct drm_mm_node, node_list); in i915_gem_valid_gtt_space()
3420 if (other->allocated && !gtt_space->hole_follows && other->color != cache_level) in i915_gem_valid_gtt_space()