Lines Matching refs:error_capture
533 if (drm_mm_node_allocated(&ggtt->error_capture)) in cleanup_init_ggtt()
534 drm_mm_remove_node(&ggtt->error_capture); in cleanup_init_ggtt()
589 ggtt->error_capture.size = I915_GTT_PAGE_SIZE; in init_ggtt()
590 ggtt->error_capture.color = I915_COLOR_UNEVICTABLE; in init_ggtt()
591 if (drm_mm_reserve_node(&ggtt->vm.mm, &ggtt->error_capture)) in init_ggtt()
593 &ggtt->error_capture, in init_ggtt()
594 ggtt->error_capture.size, 0, in init_ggtt()
595 ggtt->error_capture.color, in init_ggtt()
599 if (drm_mm_node_allocated(&ggtt->error_capture)) in init_ggtt()
602 ggtt->error_capture.start, in init_ggtt()
603 ggtt->error_capture.start + ggtt->error_capture.size); in init_ggtt()
772 if (drm_mm_node_allocated(&ggtt->error_capture)) in ggtt_cleanup_hw()
773 drm_mm_remove_node(&ggtt->error_capture); in ggtt_cleanup_hw()