// SPDX-License-Identifier: MIT /* * Copyright © 2022 Intel Corporation */ #include "xe_guc_log.h" #include <drm/drm_managed.h> #include "xe_bo.h" #include "xe_gt.h" #include "xe_map.h" #include "xe_module.h" static struct xe_gt * log_to_gt(struct xe_guc_log *log) { … } static struct xe_device * log_to_xe(struct xe_guc_log *log) { … } static size_t guc_log_size(void) { … } void xe_guc_log_print(struct xe_guc_log *log, struct drm_printer *p) { … } int xe_guc_log_init(struct xe_guc_log *log) { … }