1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2023 Loongson Technology Corporation Limited
4  */
5 
6 #ifndef __LSDC_OUTPUT_H__
7 #define __LSDC_OUTPUT_H__
8 
9 #include "lsdc_drv.h"
10 
11 int ls7a1000_output_init(struct drm_device *ddev,
12 			 struct lsdc_display_pipe *dispipe,
13 			 struct i2c_adapter *ddc,
14 			 unsigned int index);
15 
16 int ls7a2000_output_init(struct drm_device *ldev,
17 			 struct lsdc_display_pipe *dispipe,
18 			 struct i2c_adapter *ddc,
19 			 unsigned int index);
20 
21 #endif
22