Lines Matching defs:capture
852 err_printf(m, " Missing GuC capture node for %s\n",
897 error->capture, jiffies_to_msecs(jiffies - error->capture));
1537 capture_user(struct intel_engine_capture_vma *capture,
1544 capture = capture_vma_snapshot(capture, c->vma_res, gfp,
1547 return capture;
1658 struct intel_engine_capture_vma *capture,
1663 while (capture) {
1664 struct intel_engine_capture_vma *this = capture;
1674 capture = this->next;
1690 struct intel_engine_capture_vma *capture = NULL;
1717 capture = intel_engine_coredump_add_request(ee, rq, ATOMIC_MAYFAIL);
1720 capture = engine_coredump_add_context(ee, ce, ATOMIC_MAYFAIL);
1723 if (capture) {
1724 intel_engine_coredump_add_vma(ee, capture, compress);
1846 /* Capture all other registers that GuC doesn't capture. */
2084 error->capture = jiffies;
2158 /* Check if GPU capture has been disabled */
2249 * i915_capture_error_state - capture an error record for later analysis
2255 * interrupt) to capture error state from the time of the error. Fills
2326 drm_err(>->i915->drm, "[Capture/%d.%d] Inside GT reset, skipping error capture :(\n",
2333 drm_err(&i915->drm, "[Capture/%d.%d] Clearing existing error capture first...\n",
2342 drm_err(&i915->drm, "[Capture/%d.%d] Failed to capture error capture: %ld!\n",
2349 drm_err(&i915->drm, "[Capture/%d.%d] Failed to allocate buffer for error capture!\n",
2355 drm_info(&i915->drm, "[Capture/%d.%d] Dumping i915 error capture for %ps...\n",