Searched refs:error_capture (Results 1 – 5 of 5) sorted by relevance
| /linux/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()
|
| /linux/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 | 1148 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()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_vm_types.h | 303 } error_capture; member
|