summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_gt_engines_debugfs.h
blob: dda113452da9dd75ceceb967fa737a9297a325ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2019 Intel Corporation
 */

#ifndef INTEL_GT_ENGINES_DEBUGFS_H
#define INTEL_GT_ENGINES_DEBUGFS_H

struct intel_gt;
struct dentry;

void intel_gt_engines_debugfs_register(struct intel_gt *gt, struct dentry *root);

#endif /* INTEL_GT_ENGINES_DEBUGFS_H */