Lines Matching refs:hole_start
336 u64 hole_start;
342 hole_start = __drm_mm_hole_node_start(node);
344 if (addr < hole_start)
346 else if (addr > hole_start + node->hole_size)
453 u64 hole_start, hole_end;
466 adj_start = hole_start = __drm_mm_hole_node_start(hole);
467 adj_end = hole_end = hole_start + hole->hole_size;
483 if (node->start > hole_start)
543 u64 hole_start = __drm_mm_hole_node_start(hole);
544 u64 hole_end = hole_start + hole->hole_size;
548 if (mode == DRM_MM_INSERT_LOW && hole_start >= range_end)
554 col_start = hole_start;
601 if (adj_start > hole_start)
750 u64 hole_start, hole_end;
769 hole_start = __drm_mm_hole_node_start(hole);
772 col_start = hole_start;
810 DRM_MM_BUG_ON(scan->hit_start < hole_start);
881 u64 hole_start, hole_end;
894 hole_start = __drm_mm_hole_node_start(hole);
895 hole_end = hole_start + hole->hole_size;
897 if (hole_start <= scan->hit_start &&
907 DRM_MM_BUG_ON(hole_start > scan->hit_start);
910 mm->color_adjust(hole, scan->color, &hole_start, &hole_end);
911 if (hole_start > scan->hit_start)