Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / gpu / drm / i915 / display / intel_sdvo.h
blob72065e4360d519e56a742d9e2bd10f1a2d0d53a9
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Copyright © 2019 Intel Corporation
4 */
6 #ifndef __INTEL_SDVO_H__
7 #define __INTEL_SDVO_H__
9 #include <linux/types.h>
11 #include "i915_reg.h"
13 struct drm_i915_private;
14 enum pipe;
15 enum port;
17 bool intel_sdvo_port_enabled(struct drm_i915_private *dev_priv,
18 i915_reg_t sdvo_reg, enum pipe *pipe);
19 bool intel_sdvo_init(struct drm_i915_private *dev_priv,
20 i915_reg_t reg, enum port port);
22 #endif /* __INTEL_SDVO_H__ */