Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_mm.c143 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 …]
/linux-4.1.27/include/drm/
Ddrm_mm.h64 unsigned hole_follows : 1; member
145 BUG_ON(!hole_node->hole_follows); in drm_mm_hole_node_start()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c3416 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()