Searched refs:error_uc (Results 1 – 1 of 1) sorted by relevance
624 const struct i915_error_uc *error_uc) in err_print_uc() argument628 container_of(error_uc, typeof(*error), uc); in err_print_uc()633 intel_uc_fw_dump(&error_uc->guc_fw, &p); in err_print_uc()634 intel_uc_fw_dump(&error_uc->huc_fw, &p); in err_print_uc()635 print_error_obj(m, NULL, "GuC log buffer", error_uc->guc_log); in err_print_uc()902 struct i915_error_uc *error_uc = &error->uc; in cleanup_uc_state() local904 kfree(error_uc->guc_fw.path); in cleanup_uc_state()905 kfree(error_uc->huc_fw.path); in cleanup_uc_state()906 i915_error_object_free(error_uc->guc_log); in cleanup_uc_state()1604 struct i915_error_uc *error_uc = &error->uc; in capture_uc_state() local[all …]