xref: /kernel/linux/linux-6.6/drivers/gpu/drm/i915/i915_debugfs_params.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/gpu/drm/i915/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: MIT */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright © 2019 Intel Corporation
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef __I915_DEBUGFS_PARAMS__
762306a36Sopenharmony_ci#define __I915_DEBUGFS_PARAMS__
862306a36Sopenharmony_ci
962306a36Sopenharmony_cistruct dentry;
1062306a36Sopenharmony_cistruct drm_i915_private;
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_cistruct dentry *i915_debugfs_params(struct drm_i915_private *i915);
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif /* __I915_DEBUGFS_PARAMS__ */
15

Indexes created Thu Nov 07 10:32:03 CST 2024