1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2019 Intel Corporation
6 #ifndef INTEL_GT_PM_DEBUGFS_H
7 #define INTEL_GT_PM_DEBUGFS_H
13 void intel_gt_pm_debugfs_register(struct intel_gt *gt, struct dentry *root);
14 void intel_gt_pm_frequency_dump(struct intel_gt *gt, struct drm_printer *m);
16 /* functions that need to be accessed by the upper level non-gt interfaces */
17 void intel_gt_pm_debugfs_forcewake_user_open(struct intel_gt *gt);
18 void intel_gt_pm_debugfs_forcewake_user_release(struct intel_gt *gt);
20 #endif /* INTEL_GT_PM_DEBUGFS_H */