Searched refs:error_capture (Results 1 – 7 of 7) sorted by relevance
/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() 547 ggtt->error_capture.size = I915_GTT_PAGE_SIZE; in init_ggtt() 548 ggtt->error_capture.color = I915_COLOR_UNEVICTABLE; in init_ggtt() 549 if (drm_mm_reserve_node(&ggtt->vm.mm, &ggtt->error_capture)) in init_ggtt() 551 &ggtt->error_capture, in init_ggtt() 552 ggtt->error_capture.size, 0, in init_ggtt() 553 ggtt->error_capture.color, in init_ggtt() 557 if (drm_mm_node_allocated(&ggtt->error_capture)) in init_ggtt() 560 ggtt->error_capture.start, in init_ggtt() [all …]
|
D | intel_gtt.h | 337 struct drm_mm_node error_capture; member
|
/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 | 1000 const u64 slot = ggtt->error_capture.start; in i915_vma_coredump_create() 1033 if (drm_mm_node_allocated(&ggtt->error_capture)) { in i915_vma_coredump_create() 1528 if (drm_mm_node_allocated(&ggtt->error_capture)) in gt_capture_finish() 1530 ggtt->error_capture.start, in gt_capture_finish() 1748 if (!i915->params.error_capture) in i915_gpu_coredump_alloc()
|
/drivers/gpu/drm/i915/selftests/ |
D | i915_gem.c | 44 const u64 slot = ggtt->error_capture.start; in trash_stolen()
|