Searched refs:error_capture (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_reset.c | 34 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 D | intel_ggtt.c | 813 if (drm_mm_node_allocated(&ggtt->error_capture)) in cleanup_init_ggtt() 814 drm_mm_remove_node(&ggtt->error_capture); in cleanup_init_ggtt() 875 &ggtt->error_capture, in init_ggtt() 876 ggtt->error_capture.size, 0, in init_ggtt() 877 ggtt->error_capture.color, in init_ggtt() 882 u64 start = ggtt->error_capture.start; in init_ggtt() 883 u64 size = ggtt->error_capture.size; in init_ggtt() 1058 if (drm_mm_node_allocated(&ggtt->error_capture)) in ggtt_cleanup_hw() 1059 drm_mm_remove_node(&ggtt->error_capture); in ggtt_cleanup_hw() 1612 if (drm_mm_node_allocated(&ggtt->error_capture)) in i915_ggtt_resume() [all …]
|
| H A D | intel_gtt.h | 402 struct drm_mm_node error_capture; member
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_params.h | 65 param(bool, error_capture, true, IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) ? 0600 : 0) \
|
| H A D | i915_params.c | 73 i915_param_named(error_capture, bool, 0400,
|
| H A D | i915_gpu_error.c | 1086 const u64 slot = ggtt->error_capture.start; in i915_vma_coredump_create() 1115 if (drm_mm_node_allocated(&ggtt->error_capture)) { in i915_vma_coredump_create() 2012 if (!i915->params.error_capture) in i915_gpu_coredump_alloc()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_stolen.c | 577 if (!drm_mm_node_allocated(&ggtt->error_capture)) in dbg_poison() 590 ggtt->error_capture.start, in dbg_poison() 597 ggtt->error_capture.start, in dbg_poison() 606 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in dbg_poison()
|
| /linux-6.15/drivers/staging/media/sunxi/sun6i-isp/ |
| H A D | sun6i_isp.c | 471 goto error_capture; in sun6i_isp_probe() 476 error_capture: in sun6i_isp_probe()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_vm_types.h | 306 } error_capture; member
|
| /linux-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_gem.c | 46 const u64 slot = ggtt->error_capture.start; in trash_stolen()
|