Lines Matching refs:error_capture
501 if (drm_mm_node_allocated(&ggtt->error_capture)) in cleanup_init_ggtt()
502 drm_mm_remove_node(&ggtt->error_capture); in cleanup_init_ggtt()
555 ggtt->error_capture.size = I915_GTT_PAGE_SIZE; in init_ggtt()
556 ggtt->error_capture.color = I915_COLOR_UNEVICTABLE; in init_ggtt()
557 if (drm_mm_reserve_node(&ggtt->vm.mm, &ggtt->error_capture)) in init_ggtt()
559 &ggtt->error_capture, in init_ggtt()
560 ggtt->error_capture.size, 0, in init_ggtt()
561 ggtt->error_capture.color, in init_ggtt()
565 if (drm_mm_node_allocated(&ggtt->error_capture)) in init_ggtt()
568 ggtt->error_capture.start, in init_ggtt()
569 ggtt->error_capture.start + ggtt->error_capture.size); in init_ggtt()
738 if (drm_mm_node_allocated(&ggtt->error_capture)) in ggtt_cleanup_hw()
739 drm_mm_remove_node(&ggtt->error_capture); in ggtt_cleanup_hw()