WIP FPC-III support
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / display / intel_combo_phy.h
blob660886f86c5965bc967347c199d7a0ffbe5ee7ad
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2019 Intel Corporation
4 */
6 #ifndef __INTEL_COMBO_PHY_H__
7 #define __INTEL_COMBO_PHY_H__
9 #include <linux/types.h>
11 struct drm_i915_private;
12 enum phy;
14 void intel_combo_phy_init(struct drm_i915_private *dev_priv);
15 void intel_combo_phy_uninit(struct drm_i915_private *dev_priv);
16 void intel_combo_phy_power_up_lanes(struct drm_i915_private *dev_priv,
17 enum phy phy, bool is_dsi,
18 int lane_count, bool lane_reversal);
20 #endif /* __INTEL_COMBO_PHY_H__ */