Searched refs:CORE_DUMP_FLAG_NONE (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_gpu_error.h | 269 #define CORE_DUMP_FLAG_NONE 0x0 macro
|
H A D | i915_debugfs.c | 345 gpu = i915_gpu_coredump(to_gt(i915), ALL_ENGINES, CORE_DUMP_FLAG_NONE); in i915_gpu_info_open()
|
H A D | i915_gpu_error.c | 2339 error = i915_gpu_coredump(gt, engine_mask, CORE_DUMP_FLAG_NONE); in intel_klog_error_capture()
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | intel_reset.c | 1442 i915_capture_error_state(gt, engine_mask, CORE_DUMP_FLAG_NONE); in intel_gt_handle_error()
|
H A D | intel_execlists_submission.c | 2271 cap->error->gt = intel_gt_coredump_alloc(engine->gt, gfp, CORE_DUMP_FLAG_NONE); in capture_regs() 2275 cap->error->gt->engine = intel_engine_coredump_alloc(engine, gfp, CORE_DUMP_FLAG_NONE); in capture_regs()
|