Lines Matching refs:error_capture
512 if (drm_mm_node_allocated(&ggtt->error_capture)) in cleanup_init_ggtt()
513 drm_mm_remove_node(&ggtt->error_capture); in cleanup_init_ggtt()
566 ggtt->error_capture.size = I915_GTT_PAGE_SIZE; in init_ggtt()
567 ggtt->error_capture.color = I915_COLOR_UNEVICTABLE; in init_ggtt()
568 if (drm_mm_reserve_node(&ggtt->vm.mm, &ggtt->error_capture)) in init_ggtt()
570 &ggtt->error_capture, in init_ggtt()
571 ggtt->error_capture.size, 0, in init_ggtt()
572 ggtt->error_capture.color, in init_ggtt()
576 if (drm_mm_node_allocated(&ggtt->error_capture)) in init_ggtt()
579 ggtt->error_capture.start, in init_ggtt()
580 ggtt->error_capture.start + ggtt->error_capture.size); in init_ggtt()
737 if (drm_mm_node_allocated(&ggtt->error_capture)) in ggtt_cleanup_hw()
738 drm_mm_remove_node(&ggtt->error_capture); in ggtt_cleanup_hw()