summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_hti.h
blob: 2893d66686571876e2c87c3628f847023c679f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2022 Intel Corporation
 */

#ifndef __INTEL_HTI_H__
#define __INTEL_HTI_H__

#include <linux/types.h>

struct drm_i915_private;
enum phy;

void intel_hti_init(struct drm_i915_private *i915);
bool intel_hti_uses_phy(struct drm_i915_private *i915, enum phy phy);
u32 intel_hti_dpll_mask(struct drm_i915_private *i915);

#endif /* __INTEL_HTI_H__ */