Searched refs:color_adjust (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_mm.c | 127 if (mm->color_adjust) in drm_mm_insert_helper() 128 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper() 224 if (mm->color_adjust) in drm_mm_insert_helper_range() 225 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper_range() 399 if (mm->color_adjust) { in drm_mm_search_free_generic() 400 mm->color_adjust(entry, color, &adj_start, &adj_end); in drm_mm_search_free_generic() 447 if (mm->color_adjust) { in drm_mm_search_free_in_range_generic() 448 mm->color_adjust(entry, color, &adj_start, &adj_end); in drm_mm_search_free_in_range_generic() 579 if (mm->color_adjust) in drm_mm_scan_add_block() 580 mm->color_adjust(prev_node, mm->scan_color, in drm_mm_scan_add_block() [all …]
|
H A D | drm_mm.h | 77 void (*color_adjust)(struct drm_mm_node *node, unsigned long color, member
|