Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dselftest_reset.c34 if (!drm_mm_node_allocated(&ggtt->error_capture)) in __igt_reset_stolen()
88 ggtt->error_capture.start, in __igt_reset_stolen()
93 ggtt->error_capture.start, in __igt_reset_stolen()
109 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in __igt_reset_stolen()
129 ggtt->error_capture.start, in __igt_reset_stolen()
134 ggtt->error_capture.start, in __igt_reset_stolen()
156 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in __igt_reset_stolen()
Dintel_ggtt.c533 if (drm_mm_node_allocated(&ggtt->error_capture)) in cleanup_init_ggtt()
534 drm_mm_remove_node(&ggtt->error_capture); in cleanup_init_ggtt()
589 ggtt->error_capture.size = I915_GTT_PAGE_SIZE; in init_ggtt()
590 ggtt->error_capture.color = I915_COLOR_UNEVICTABLE; in init_ggtt()
591 if (drm_mm_reserve_node(&ggtt->vm.mm, &ggtt->error_capture)) in init_ggtt()
593 &ggtt->error_capture, in init_ggtt()
594 ggtt->error_capture.size, 0, in init_ggtt()
595 ggtt->error_capture.color, in init_ggtt()
599 if (drm_mm_node_allocated(&ggtt->error_capture)) in init_ggtt()
602 ggtt->error_capture.start, in init_ggtt()
[all …]
Dintel_gtt.h390 struct drm_mm_node error_capture; member
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_params.h82 param(bool, error_capture, true, IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) ? 0600 : 0) \
Di915_params.c98 i915_param_named(error_capture, bool, 0400,
Di915_gpu_error.c1081 const u64 slot = ggtt->error_capture.start; in i915_vma_coredump_create()
1110 if (drm_mm_node_allocated(&ggtt->error_capture)) { in i915_vma_coredump_create()
1971 if (!i915->params.error_capture) in i915_gpu_coredump_alloc()
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_stolen.c511 if (!drm_mm_node_allocated(&ggtt->error_capture)) in dbg_poison()
524 ggtt->error_capture.start, in dbg_poison()
529 ggtt->error_capture.start, in dbg_poison()
538 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in dbg_poison()
/linux-6.1.9/drivers/gpu/drm/i915/selftests/
Di915_gem.c46 const u64 slot = ggtt->error_capture.start; in trash_stolen()