Searched refs:drm_mm_node_allocated (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_gem_gtt.c | 408 if (!drm_mm_node_allocated(&vma->node) || in fill_hole() 411 __func__, p->name, vma->node.start, vma->node.size, drm_mm_node_allocated(&vma->node), in fill_hole() 438 if (!drm_mm_node_allocated(&vma->node) || in fill_hole() 481 if (!drm_mm_node_allocated(&vma->node) || in fill_hole() 484 __func__, p->name, vma->node.start, vma->node.size, drm_mm_node_allocated(&vma->node), in fill_hole() 511 if (!drm_mm_node_allocated(&vma->node) || in fill_hole() 514 __func__, p->name, vma->node.start, vma->node.size, drm_mm_node_allocated(&vma->node), in fill_hole() 599 if (!drm_mm_node_allocated(&vma->node) || in walk_hole() 614 GEM_BUG_ON(drm_mm_node_allocated(&vma->node)); in walk_hole() 683 if (!drm_mm_node_allocated(&vma->node) || in pot_hole() [all …]
|
D | i915_gem_evict.c | 465 if (drm_mm_node_allocated(&hole)) in igt_evict_contexts()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_vma.c | 82 GEM_BUG_ON(!drm_mm_node_allocated(&vma->node)); in __i915_vma_retire() 305 GEM_BUG_ON(!drm_mm_node_allocated(&vma->node)); in i915_vma_bind() 429 if (!drm_mm_node_allocated(&vma->node)) in i915_vma_misplaced() 499 GEM_BUG_ON(!drm_mm_node_allocated(node)); in i915_gem_valid_gtt_space() 549 GEM_BUG_ON(drm_mm_node_allocated(&vma->node)); in i915_vma_insert() 656 GEM_BUG_ON(!drm_mm_node_allocated(&vma->node)); in i915_vma_insert() 687 GEM_BUG_ON(!drm_mm_node_allocated(&vma->node)); in i915_vma_remove() 737 GEM_BUG_ON(!drm_mm_node_allocated(&vma->node)); in __i915_vma_do_pin() 989 GEM_BUG_ON(!drm_mm_node_allocated(&vma->node)); in i915_vma_move_to_active() 1085 if (!drm_mm_node_allocated(&vma->node)) in i915_vma_unbind()
|
D | i915_vma.h | 291 GEM_BUG_ON(!drm_mm_node_allocated(&vma->node)); in i915_vma_pin() 323 GEM_BUG_ON(!drm_mm_node_allocated(&vma->node)); in i915_vma_unpin()
|
D | intel_fbc.c | 490 WARN_ON(drm_mm_node_allocated(&fbc->compressed_fb)); in intel_fbc_alloc_cfb() 552 if (drm_mm_node_allocated(&fbc->compressed_fb)) in __intel_fbc_cleanup_cfb()
|
D | i915_gem_stolen.c | 701 GEM_BUG_ON(!drm_mm_node_allocated(&vma->node)); in i915_gem_object_create_stolen_for_preallocated()
|
D | i915_gem_execbuffer.c | 565 if (drm_mm_node_allocated(&vma->node)) in eb_add_vma() 811 GEM_BUG_ON(drm_mm_node_allocated(&vma->node) && in eb_lookup_vmas()
|
D | i915_gem_gtt.c | 2995 if (drm_mm_node_allocated(&ggtt->error_capture)) in i915_ggtt_cleanup_hw() 3931 GEM_BUG_ON(drm_mm_node_allocated(node)); in i915_gem_gtt_reserve() 4028 GEM_BUG_ON(drm_mm_node_allocated(node)); in i915_gem_gtt_insert()
|
D | i915_gem.c | 1696 if (!drm_mm_node_allocated(&vma->node)) in i915_gem_object_bump_inactive_ggtt() 4023 if (!drm_mm_node_allocated(&vma->node)) in i915_gem_object_set_cache_level() 4101 if (!drm_mm_node_allocated(&vma->node)) in i915_gem_object_set_cache_level()
|
D | i915_debugfs.c | 97 if (drm_mm_node_allocated(&vma->node)) in i915_gem_obj_total_ggtt_size() 168 if (!drm_mm_node_allocated(&vma->node)) in describe_obj() 323 if (!drm_mm_node_allocated(&vma->node)) in per_file_stats()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_vma_manager.c | 211 if (!drm_mm_node_allocated(&node->vm_node)) in drm_vma_offset_add() 237 if (drm_mm_node_allocated(&node->vm_node)) { in drm_vma_offset_remove()
|
/Linux-v4.19/include/drm/ |
D | drm_vma_manager.h | 210 if (drm_mm_node_allocated(&node->vm_node)) in drm_vma_node_unmap()
|
D | drm_mm.h | 254 static inline bool drm_mm_node_allocated(const struct drm_mm_node *node) in drm_mm_node_allocated() function
|
/Linux-v4.19/drivers/gpu/drm/sis/ |
D | sis_mm.c | 178 if (drm_mm_node_allocated(&obj->mm_node)) in sis_drm_free() 336 if (drm_mm_node_allocated(&entry->mm_node)) in sis_reclaim_buffers_locked()
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_gem_vma.c | 69 if (WARN_ON(drm_mm_node_allocated(&vma->node))) { in msm_gem_map_vma()
|
/Linux-v4.19/drivers/gpu/drm/selftests/ |
D | test-drm_mm.c | 172 if (!drm_mm_node_allocated(node) || node->mm != mm) { in assert_node() 414 if (!drm_mm_node_allocated(&nodes[n])) { in __igt_reserve() 607 if (drm_mm_node_allocated(&tmp)) { in __igt_insert() 1255 if (!drm_mm_node_allocated(&e->node)) { in evict_nothing()
|