Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2021 Intel Corporation
0004  */
0005 
0006 #ifndef __INTEL_PLANE_INITIAL_H__
0007 #define __INTEL_PLANE_INITIAL_H__
0008 
0009 struct intel_crtc;
0010 
0011 void intel_crtc_initial_plane_config(struct intel_crtc *crtc);
0012 
0013 #endif