Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_mm.h394 #define drm_mm_for_each_hole(pos, mm, hole_start, hole_end) \ macro
/openbmc/linux/
H A D.clang-format165 - 'drm_mm_for_each_hole'
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c53 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) in assert_no_holes()
82 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in assert_one_hole()
1158 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in show_holes()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c662 drm_mm_for_each_hole(entry, &ggtt->vm.mm, hole_start, hole_end) { in init_ggtt()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c1289 drm_mm_for_each_hole(node, &ggtt->vm.mm, hole_start, hole_end) { in exercise_ggtt()