Searched refs:color_adjust (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_mm.c | 120 if (mm->color_adjust) in drm_mm_insert_helper() 121 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper() 270 if (mm->color_adjust) in drm_mm_insert_helper_range() 271 mm->color_adjust(hole_node, color, &adj_start, &adj_end); in drm_mm_insert_helper_range() 434 if (mm->color_adjust) { in drm_mm_search_free_generic() 435 mm->color_adjust(entry, color, &adj_start, &adj_end); in drm_mm_search_free_generic() 483 if (mm->color_adjust) { in drm_mm_search_free_in_range_generic() 484 mm->color_adjust(entry, color, &adj_start, &adj_end); in drm_mm_search_free_in_range_generic() 666 if (mm->color_adjust) in drm_mm_scan_add_block() 667 mm->color_adjust(prev_node, mm->scan_color, in drm_mm_scan_add_block() [all …]
|
/linux-4.4.14/include/drm/ |
D | drm_mm.h | 93 void (*color_adjust)(struct drm_mm_node *node, unsigned long color, member
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_gtt.c | 2663 ggtt_vm->mm.color_adjust = i915_gtt_color_adjust; in i915_gem_setup_global_gtt()
|
D | i915_gem.c | 3394 if (vma->vm->mm.color_adjust == NULL) in i915_gem_valid_gtt_space()
|