Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2021 Intel Corporation
0004  */
0005 
0006 #ifndef __ICL_DSI_H__
0007 #define __ICL_DSI_H__
0008 
0009 struct drm_i915_private;
0010 struct intel_crtc_state;
0011 
0012 void icl_dsi_init(struct drm_i915_private *i915);
0013 void icl_dsi_frame_update(struct intel_crtc_state *crtc_state);
0014 
0015 #endif /* __ICL_DSI_H__ */