]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/gt/debugfs_engines.h
Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux.git] / drivers / gpu / drm / i915 / gt / debugfs_engines.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2019 Intel Corporation
4  */
5
6 #ifndef DEBUGFS_ENGINES_H
7 #define DEBUGFS_ENGINES_H
8
9 struct intel_gt;
10 struct dentry;
11
12 void debugfs_engines_register(struct intel_gt *gt, struct dentry *root);
13
14 #endif /* DEBUGFS_ENGINES_H */
This page took 0.032968 seconds and 4 git commands to generate.