Searched refs:hole_follows (Results 1 – 3 of 3) sorted by relevance
143 hole_node->hole_follows = 0; in drm_mm_insert_helper()158 node->hole_follows = 0; in drm_mm_insert_helper()161 node->hole_follows = 1; in drm_mm_insert_helper()200 hole->hole_follows = 0; in drm_mm_reserve_node()204 node->hole_follows = 0; in drm_mm_reserve_node()207 node->hole_follows = 1; in drm_mm_reserve_node()263 BUG_ON(!hole_node->hole_follows || node->allocated); in drm_mm_insert_helper_range()290 hole_node->hole_follows = 0; in drm_mm_insert_helper_range()308 node->hole_follows = 0; in drm_mm_insert_helper_range()311 node->hole_follows = 1; in drm_mm_insert_helper_range()[all …]
64 unsigned hole_follows : 1; member145 BUG_ON(!hole_node->hole_follows); in drm_mm_hole_node_start()
3416 if (other->allocated && !other->hole_follows && other->color != cache_level) in i915_gem_valid_gtt_space()3420 if (other->allocated && !gtt_space->hole_follows && other->color != cache_level) in i915_gem_valid_gtt_space()