Searched refs:drm_mm_for_each_node_safe (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/drm/ |
| H A D | drm_mm.h | 375 #define drm_mm_for_each_node_safe(entry, next, mm) \ macro
|
| /linux-6.15/drivers/gpu/drm/tests/ |
| H A D | drm_mm_test.c | 271 drm_mm_for_each_node_safe(node, next, &mm) { in drm_test_mm_align_pot()
|
| /linux-6.15/ |
| H A D | .clang-format | 197 - 'drm_mm_for_each_node_safe'
|
| /linux-6.15/drivers/gpu/drm/vc4/ |
| H A D | vc4_hvs.c | 1762 drm_mm_for_each_node_safe(node, next, &vc4->hvs->dlist_mm) in vc4_hvs_unbind() 1767 drm_mm_for_each_node_safe(node, next, &vc4->hvs->lbm_mm) in vc4_hvs_unbind()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_mman.c | 764 drm_mm_for_each_node_safe(hole, next, mm) { in igt_mmap_offset_exhaustion()
|