Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_mm.c111 unsigned long hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper() local
113 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() local
160 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() local
250 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 …]
/drivers/gpu/drm/i915/
Di915_gem_gtt.c579 unsigned long hole_start, hole_end; in i915_gem_setup_global_gtt() local
606 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()