]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/intel_pm.h
drm/amd/amdgpu/amdgpu_device: Provide missing kerneldoc entry for 'reset_context'
[linux.git] / drivers / gpu / drm / i915 / intel_pm.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2019 Intel Corporation
4  */
5
6 #ifndef __INTEL_PM_H__
7 #define __INTEL_PM_H__
8
9 #include <linux/types.h>
10
11 struct drm_i915_private;
12 struct intel_crtc_state;
13 struct intel_plane_state;
14
15 void intel_init_clock_gating(struct drm_i915_private *dev_priv);
16 void intel_init_clock_gating_hooks(struct drm_i915_private *dev_priv);
17
18 #endif /* __INTEL_PM_H__ */
This page took 0.033955 seconds and 4 git commands to generate.