Lines Matching refs:error_capture
855 if (drm_mm_node_allocated(&ggtt->error_capture))
856 drm_mm_remove_node(&ggtt->error_capture);
904 * to reserve an error_capture node as we have fallback
913 ggtt->error_capture.size = 2 * I915_GTT_PAGE_SIZE;
914 ggtt->error_capture.color = I915_COLOR_UNEVICTABLE;
915 if (drm_mm_reserve_node(&ggtt->vm.mm, &ggtt->error_capture))
917 &ggtt->error_capture,
918 ggtt->error_capture.size, 0,
919 ggtt->error_capture.color,
923 if (drm_mm_node_allocated(&ggtt->error_capture)) {
924 u64 start = ggtt->error_capture.start;
925 u64 size = ggtt->error_capture.size;
1100 if (drm_mm_node_allocated(&ggtt->error_capture))
1101 drm_mm_remove_node(&ggtt->error_capture);
1668 if (drm_mm_node_allocated(&ggtt->error_capture))
1669 ggtt->vm.scratch_range(&ggtt->vm, ggtt->error_capture.start,
1670 ggtt->error_capture.size);