Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/ | |
drm_mm.c | 539 u64 adj_start, adj_end; local in function:drm_mm_reserve_node 551 adj_end = hole_end = hole_start + hole->hole_size; 554 mm->color_adjust(hole, node->color, &adj_start, &adj_end); 556 if (adj_start > node->start || adj_end < end) 631 u64 adj_start, adj_end; local in function:drm_mm_insert_node_in_range 646 adj_end = min(col_end, range_end); 648 if (adj_end <= adj_start || adj_end - adj_start < size) 652 adj_start = adj_end - size; 670 if (adj_end <= adj_start | 881 u64 adj_start, adj_end; local in function:drm_mm_scan_add_block [all...] |