Searched refs:error_capture (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
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() 93 ggtt->error_capture.start, in __igt_reset_stolen() 109 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in __igt_reset_stolen() 129 ggtt->error_capture.start, in __igt_reset_stolen() 134 ggtt->error_capture.start, in __igt_reset_stolen() 156 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in __igt_reset_stolen()
|
A D | intel_ggtt.c | 512 if (drm_mm_node_allocated(&ggtt->error_capture)) in cleanup_init_ggtt() 513 drm_mm_remove_node(&ggtt->error_capture); in cleanup_init_ggtt() 566 ggtt->error_capture.size = I915_GTT_PAGE_SIZE; in init_ggtt() 570 &ggtt->error_capture, in init_ggtt() 571 ggtt->error_capture.size, 0, in init_ggtt() 572 ggtt->error_capture.color, in init_ggtt() 576 if (drm_mm_node_allocated(&ggtt->error_capture)) in init_ggtt() 579 ggtt->error_capture.start, in init_ggtt() 580 ggtt->error_capture.start + ggtt->error_capture.size); in init_ggtt() 737 if (drm_mm_node_allocated(&ggtt->error_capture)) in ggtt_cleanup_hw() [all …]
|
A D | intel_gtt.h | 351 struct drm_mm_node error_capture; member
|
/linux/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_stolen.c | 514 if (!drm_mm_node_allocated(&ggtt->error_capture)) in dbg_poison() 527 ggtt->error_capture.start, in dbg_poison() 532 ggtt->error_capture.start, in dbg_poison() 541 ggtt->vm.clear_range(&ggtt->vm, ggtt->error_capture.start, PAGE_SIZE); in dbg_poison()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_params.h | 80 param(bool, error_capture, true, IS_ENABLED(CONFIG_DRM_I915_CAPTURE_ERROR) ? 0600 : 0) \
|
A D | i915_params.c | 84 i915_param_named(error_capture, bool, 0400,
|
A D | i915_gpu_error.c | 1017 const u64 slot = ggtt->error_capture.start; in i915_vma_coredump_create() 1050 if (drm_mm_node_allocated(&ggtt->error_capture)) { in i915_vma_coredump_create() 1775 if (!i915->params.error_capture) in i915_gpu_coredump_alloc()
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | i915_gem.c | 45 const u64 slot = ggtt->error_capture.start; in trash_stolen()
|
Completed in 20 milliseconds