xref: /kernel/linux/linux-6.6/drivers/gpu/drm/i915/intel_clock_gating.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 __INTEL_CLOCK_GATING_H__
762306a36Sopenharmony_ci#define __INTEL_CLOCK_GATING_H__
862306a36Sopenharmony_ci
962306a36Sopenharmony_cistruct drm_i915_private;
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_civoid intel_clock_gating_init(struct drm_i915_private *i915);
1262306a36Sopenharmony_civoid intel_clock_gating_hooks_init(struct drm_i915_private *i915);
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif /* __INTEL_CLOCK_GATING_H__ */
15

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