1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2019 Intel Corporation
6 #ifndef __INTEL_CRT_H__
7 #define __INTEL_CRT_H__
9 #include "i915_reg_defs.h"
13 struct drm_i915_private;
15 bool intel_crt_port_enabled(struct drm_i915_private *dev_priv,
16 i915_reg_t adpa_reg, enum pipe *pipe);
17 void intel_crt_init(struct drm_i915_private *dev_priv);
18 void intel_crt_reset(struct drm_encoder *encoder);
20 #endif /* __INTEL_CRT_H__ */