Searched refs:error_capture (Results 1 – 6 of 6) sorted by relevance
78 param(bool, error_capture, true) \
80 i915_param_named(error_capture, bool, 0600,
982 const u64 slot = ggtt->error_capture.start; in i915_vma_coredump_create()1015 if (drm_mm_node_allocated(&ggtt->error_capture)) { in i915_vma_coredump_create()1544 if (drm_mm_node_allocated(&ggtt->error_capture)) in gt_capture_finish()1546 ggtt->error_capture.start, in gt_capture_finish()1751 if (!i915_modparams.error_capture) in i915_gpu_coredump_alloc()
49 const u64 slot = ggtt->error_capture.start; in trash_stolen()
618 if (drm_mm_node_allocated(&ggtt->error_capture)) in cleanup_init_ggtt() 619 drm_mm_remove_node(&ggtt->error_capture); in cleanup_init_ggtt() 656 &ggtt->error_capture, in init_ggtt() 830 if (drm_mm_node_allocated(&ggtt->error_capture)) in ggtt_cleanup_hw() 831 drm_mm_remove_node(&ggtt->error_capture); in ggtt_cleanup_hw()
404 struct drm_mm_node error_capture; member