Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / gt / debugfs_gt_pm.h
blob4cf5f5c9da7d2dc4e98a38ae98e9306cf0e00b22
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2019 Intel Corporation
4 */
6 #ifndef DEBUGFS_GT_PM_H
7 #define DEBUGFS_GT_PM_H
9 struct intel_gt;
10 struct dentry;
12 void debugfs_gt_pm_register(struct intel_gt *gt, struct dentry *root);
14 #endif /* DEBUGFS_GT_PM_H */