]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/display/g4x_hdmi.h
Merge tag 'opp-updates-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
[linux.git] / drivers / gpu / drm / i915 / display / g4x_hdmi.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2020 Intel Corporation
4  */
5
6 #ifndef _G4X_HDMI_H_
7 #define _G4X_HDMI_H_
8
9 #include <linux/types.h>
10
11 #include "i915_reg_defs.h"
12
13 enum port;
14 struct drm_i915_private;
15
16 void g4x_hdmi_init(struct drm_i915_private *dev_priv,
17                    i915_reg_t hdmi_reg, enum port port);
18
19 #endif
This page took 0.036514 seconds and 4 git commands to generate.