Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[linux-2.6-microblaze.git] / drivers / gpu / drm / tidss / tidss_kms.h
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