Searched refs:hole_start (Results 1 – 2 of 2) sorted by relevance
111 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper() local113 unsigned long adj_start = hole_start; in drm_mm_insert_helper()127 if (adj_start == hole_start) { in drm_mm_insert_helper()157 unsigned long hole_start; in drm_mm_create_block() local160 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in drm_mm_create_block()161 if (hole_start > start || hole_end < end) in drm_mm_create_block()176 if (start == hole_start) { in drm_mm_create_block()248 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper_range() local250 unsigned long adj_start = hole_start; in drm_mm_insert_helper_range()269 if (adj_start == hole_start) { in drm_mm_insert_helper_range()[all …]
579 unsigned long hole_start, hole_end; in i915_gem_setup_global_gtt() local606 hole_start, hole_end) { in i915_gem_setup_global_gtt()608 hole_start, hole_end); in i915_gem_setup_global_gtt()609 dev_priv->gtt.gtt_clear_range(dev, hole_start / PAGE_SIZE, in i915_gem_setup_global_gtt()610 (hole_end-hole_start) / PAGE_SIZE); in i915_gem_setup_global_gtt()