Lines Matching refs:evicted
89 * as entry for the &drm_gpuvm's lists of external and evicted objects. Those
91 * validation of evicted objects bound in a &drm_gpuvm. For instance, all
94 * order to validate all evicted &drm_gem_objects. It is also possible to lock
514 * The &drm_gpuvm's lists for keeping track of external and evicted objects are
1257 if (vm_bo->evicted)
1504 if (!vm_bo->evicted)
1512 * drm_gpuvm_validate() - validate all BOs marked as evicted
1513 * @gpuvm: the &drm_gpuvm to validate evicted BOs
1516 * Calls the &drm_gpuvm_ops::vm_bo_validate callback for all evicted buffer
1610 * list, the extobj list, or the evicted list.
1951 * evicted list
1953 * @evict: indicates whether the object is evicted
1955 * Adds a &drm_gpuvm_bo to or removes it from the &drm_gpuvm's evicted list.
1965 vm_bo->evicted = evict;
1967 /* Can't add external objects to the evicted list directly if not using
1968 * internal spinlocks, since in this case the evicted list is protected