]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/display/intel_hti.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / drivers / gpu / drm / i915 / display / intel_hti.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2022 Intel Corporation
4  */
5
6 #ifndef __INTEL_HTI_H__
7 #define __INTEL_HTI_H__
8
9 #include <linux/types.h>
10
11 struct drm_i915_private;
12 enum phy;
13
14 void intel_hti_init(struct drm_i915_private *i915);
15 bool intel_hti_uses_phy(struct drm_i915_private *i915, enum phy phy);
16 u32 intel_hti_dpll_mask(struct drm_i915_private *i915);
17
18 #endif /* __INTEL_HTI_H__ */
This page took 0.035213 seconds and 4 git commands to generate.