xref: /linux/drivers/gpu/drm/tidss/tidss_kms.h (revision f4bd0b4a9b21c609ede28cee2dcd16824c0489a8)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
4  * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
5  */
6 
7 #ifndef __TIDSS_KMS_H__
8 #define __TIDSS_KMS_H__
9 
10 struct tidss_device;
11 
12 int tidss_modeset_init(struct tidss_device *tidss);
13 
14 #endif
15