Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2020 Intel Corporation
0004  */
0005 
0006 #ifndef _G4X_HDMI_H_
0007 #define _G4X_HDMI_H_
0008 
0009 #include <linux/types.h>
0010 
0011 #include "i915_reg_defs.h"
0012 
0013 enum port;
0014 struct drm_i915_private;
0015 
0016 void g4x_hdmi_init(struct drm_i915_private *dev_priv,
0017            i915_reg_t hdmi_reg, enum port port);
0018 
0019 #endif