Home
last modified time | relevance | path

Searched refs:error_capture (Results 1 – 3 of 3) 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.h364 } error_capture; member