Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_reset.c34 if (!drm_mm_node_allocated(&ggtt->error_capture)) in __igt_reset_stolen()
88 ggtt->error_capture.start, in __igt_reset_stolen()
95 ggtt->error_capture.start, in __igt_reset_stolen()
111 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in __igt_reset_stolen()
131 ggtt->error_capture.start, in __igt_reset_stolen()
138 ggtt->error_capture.start, in __igt_reset_stolen()
160 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in __igt_reset_stolen()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_stolen.c602 if (!drm_mm_node_allocated(&ggtt->error_capture)) in dbg_poison()
615 ggtt->error_capture.start, in dbg_poison()
622 ggtt->error_capture.start, in dbg_poison()
631 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in dbg_poison()
/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h312 /** @error_capture: allow to track errors */
316 } error_capture; member
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c1148 const u64 slot = ggtt->error_capture.start; in i915_vma_coredump_create()
1177 if (drm_mm_node_allocated(&ggtt->error_capture)) { in i915_vma_coredump_create()
2088 if (!i915->params.error_capture) in i915_gpu_coredump_alloc()