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