Home
last modified time | relevance | path

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

/drivers/gpu/drm/
A Ddrm_mm.c336 u64 hole_start; in find_hole_addr() local
344 if (addr < hole_start) in find_hole_addr()
453 u64 hole_start, hole_end; in drm_mm_reserve_node() local
483 if (node->start > hole_start) in drm_mm_reserve_node()
554 col_start = hole_start; in drm_mm_insert_node_in_range()
601 if (adj_start > hole_start) in drm_mm_insert_node_in_range()
750 u64 hole_start, hole_end; in drm_mm_scan_add_block() local
772 col_start = hole_start; in drm_mm_scan_add_block()
881 u64 hole_start, hole_end; in drm_mm_scan_color_evict() local
897 if (hole_start <= scan->hit_start && in drm_mm_scan_color_evict()
[all …]
/drivers/gpu/drm/i915/selftests/
A Di915_gem_gtt.c245 u64 hole_start, u64 hole_end, in lowlevel_hole() argument
410 u64 hole_start, u64 hole_end, in fill_hole() argument
670 for (addr = hole_start; in walk_hole()
719 u64 hole_start, u64 hole_end, in pot_hole() argument
760 hole_start, hole_end, in pot_hole()
865 hole_start, hole_end, in drunk_hole()
905 u64 hole_start, u64 hole_end, in __shrink_hole() argument
1148 u64 hole_start, u64 hole_end, in misaligned_pin() argument
1293 if (hole_start < last) in exercise_ggtt()
1298 &hole_start, &hole_end); in exercise_ggtt()
[all …]
/drivers/gpu/drm/xe/
A Dxe_ggtt.c845 u64 hole_start, hole_end, hole_size; in xe_ggtt_largest_hole() local
851 hole_start = max(hole_start, hole_min_start); in xe_ggtt_largest_hole()
852 hole_start = ALIGN(hole_start, alignment); in xe_ggtt_largest_hole()
854 if (hole_start >= hole_end) in xe_ggtt_largest_hole()
856 hole_size = hole_end - hole_start; in xe_ggtt_largest_hole()
945 u64 hole_start, hole_end, hole_size; in xe_ggtt_print_holes() local
952 hole_start = max(hole_start, hole_min_start); in xe_ggtt_print_holes()
953 hole_start = ALIGN(hole_start, alignment); in xe_ggtt_print_holes()
955 if (hole_start >= hole_end) in xe_ggtt_print_holes()
957 hole_size = hole_end - hole_start; in xe_ggtt_print_holes()
[all …]
/drivers/gpu/drm/tests/
A Ddrm_mm_test.c41 u64 hole_start, __always_unused hole_end; in assert_no_holes() local
45 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) in assert_no_holes()
66 u64 hole_start, hole_end; in assert_one_hole() local
74 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in assert_one_hole()
75 if (start != hole_start || end != hole_end) { in assert_one_hole()
79 hole_start, hole_end, start, end); in assert_one_hole()
/drivers/gpu/drm/i915/gt/
A Dintel_ggtt.c872 unsigned long hole_start, hole_end; in init_ggtt() local
943 drm_mm_for_each_hole(entry, &ggtt->vm.mm, hole_start, hole_end) { in init_ggtt()
946 hole_start, hole_end); in init_ggtt()
947 ggtt->vm.clear_range(&ggtt->vm, hole_start, in init_ggtt()
948 hole_end - hole_start); in init_ggtt()

Completed in 25 milliseconds