Searched refs:adj_start (Results 1 – 1 of 1) sorted by relevance
115 u64 adj_start = hole_start; in drm_mm_insert_helper() local121 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper()124 adj_start = adj_end - size; in drm_mm_insert_helper()127 u64 tmp = adj_start; in drm_mm_insert_helper()133 adj_start -= rem; in drm_mm_insert_helper()135 adj_start += alignment - rem; in drm_mm_insert_helper()139 BUG_ON(adj_start < hole_start); in drm_mm_insert_helper()142 if (adj_start == hole_start) { in drm_mm_insert_helper()147 node->start = adj_start; in drm_mm_insert_helper()260 u64 adj_start = hole_start; in drm_mm_insert_helper_range() local[all …]