Searched refs:error_capture (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | selftest_reset.c | 33 if (!drm_mm_node_allocated(&ggtt->error_capture)) in __igt_reset_stolen() 87 ggtt->error_capture.start, in __igt_reset_stolen() 92 ggtt->error_capture.start, in __igt_reset_stolen() 108 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in __igt_reset_stolen() 128 ggtt->error_capture.start, in __igt_reset_stolen() 133 ggtt->error_capture.start, in __igt_reset_stolen() 155 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in __igt_reset_stolen()
|
D | intel_ggtt.c | 493 if (drm_mm_node_allocated(&ggtt->error_capture)) in cleanup_init_ggtt() 494 drm_mm_remove_node(&ggtt->error_capture); in cleanup_init_ggtt() 531 &ggtt->error_capture, in init_ggtt() 694 if (drm_mm_node_allocated(&ggtt->error_capture)) in ggtt_cleanup_hw() 695 drm_mm_remove_node(&ggtt->error_capture); in ggtt_cleanup_hw()
|
D | intel_gtt.h | 337 struct drm_mm_node error_capture; member
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_params.h | 78 param(bool, error_capture, true, 0600) \
|
D | i915_params.c | 84 i915_param_named(error_capture, bool, 0400,
|
D | i915_gpu_error.c | 991 const u64 slot = ggtt->error_capture.start; in i915_vma_coredump_create() 1024 if (drm_mm_node_allocated(&ggtt->error_capture)) { in i915_vma_coredump_create() 1519 if (drm_mm_node_allocated(&ggtt->error_capture)) in gt_capture_finish() 1521 ggtt->error_capture.start, in gt_capture_finish() 1731 if (!i915->params.error_capture) in i915_gpu_coredump_alloc()
|
/Linux-v5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_gem.c | 44 const u64 slot = ggtt->error_capture.start; in trash_stolen()
|