// SPDX-License-Identifier: MIT /* * Copyright © 2019 Intel Corporation */ #include <drm/drm_print.h> #include "intel_engine.h" #include "intel_gt.h" #include "intel_gt_debugfs.h" #include "intel_gt_engines_debugfs.h" static int engines_show(struct seq_file *m, void *data) { … } DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(…); void intel_gt_engines_debugfs_register(struct intel_gt *gt, struct dentry *root) { … }