Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/drm2/
H A Ddrm_mm.c122 unsigned long adj_start = hole_start; in drm_mm_insert_helper() local
128 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper()
131 unsigned tmp = adj_start % alignment; in drm_mm_insert_helper()
133 adj_start += alignment - tmp; in drm_mm_insert_helper()
136 if (adj_start == hole_start) { in drm_mm_insert_helper()
141 node->start = adj_start; in drm_mm_insert_helper()
214 unsigned long adj_start = hole_start; in drm_mm_insert_helper_range() local
219 if (adj_start < start) in drm_mm_insert_helper_range()
220 adj_start = start; in drm_mm_insert_helper_range()
225 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper_range()
[all …]