Home
last modified time | relevance | path

Searched refs:error_capture (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/i915/gt/
Dselftest_reset.c33 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()
Dintel_ggtt.c493 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 …]
Dintel_gtt.h337 struct drm_mm_node error_capture; member
/drivers/gpu/drm/i915/
Di915_params.h78 param(bool, error_capture, true, 0600) \
Di915_params.c84 i915_param_named(error_capture, bool, 0400,
Di915_gpu_error.c1000 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/
Di915_gem.c44 const u64 slot = ggtt->error_capture.start; in trash_stolen()