Home
last modified time | relevance | path

Searched refs:error_capture (Results 1 – 10 of 10) 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()
H A Dintel_ggtt.c855 if (drm_mm_node_allocated(&ggtt->error_capture)) in cleanup_init_ggtt()
856 drm_mm_remove_node(&ggtt->error_capture); in cleanup_init_ggtt()
904 * to reserve an error_capture node as we have fallback in init_ggtt()
913 ggtt->error_capture.size = 2 * I915_GTT_PAGE_SIZE; in init_ggtt()
914 ggtt->error_capture.color = I915_COLOR_UNEVICTABLE; in init_ggtt()
915 if (drm_mm_reserve_node(&ggtt->vm.mm, &ggtt->error_capture)) in init_ggtt()
917 &ggtt->error_capture, in init_ggtt()
918 ggtt->error_capture.size, 0, in init_ggtt()
919 ggtt->error_capture.color, in init_ggtt()
923 if (drm_mm_node_allocated(&ggtt->error_capture)) { in init_ggtt()
[all...]
H A Dintel_gtt.h405 struct drm_mm_node error_capture; member
/linux/drivers/gpu/drm/i915/
H A Di915_params.h65 param(bool, error_capture, true, IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) ? 0600 : 0) \
H A Di915_params.c73 i915_param_named(error_capture, bool, 0400,
H A Di915_gpu_error.c1078 const u64 slot = ggtt->error_capture.start; in i915_vma_coredump_create()
1107 if (drm_mm_node_allocated(&ggtt->error_capture)) { in i915_vma_coredump_create()
1986 if (!i915->params.error_capture) in i915_gpu_coredump_alloc()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_stolen.c576 if (!drm_mm_node_allocated(&ggtt->error_capture)) in dbg_poison()
589 ggtt->error_capture.start, in dbg_poison()
596 ggtt->error_capture.start, in dbg_poison()
605 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in dbg_poison()
/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp.c471 goto error_capture; in sun6i_isp_probe()
476 error_capture: in sun6i_isp_probe()
/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h309 /** @error_capture: allow to track errors */
313 } error_capture; member
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem.c46 const u64 slot = ggtt->error_capture.start; in trash_stolen()