WIP FPC-III support
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / display / intel_crt.h
blob1b3fba359efc6b4ef19483c2360e4e816fe3852a
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2019 Intel Corporation
4 */
6 #ifndef __INTEL_CRT_H__
7 #define __INTEL_CRT_H__
9 #include "i915_reg.h"
11 enum pipe;
12 struct drm_encoder;
13 struct drm_i915_private;
14 struct drm_i915_private;
16 bool intel_crt_port_enabled(struct drm_i915_private *dev_priv,
17 i915_reg_t adpa_reg, enum pipe *pipe);
18 void intel_crt_init(struct drm_i915_private *dev_priv);
19 void intel_crt_reset(struct drm_encoder *encoder);
21 #endif /* __INTEL_CRT_H__ */