]> Git Repo - linux.git/blob - drivers/gpu/drm/tidss/tidss_kms.h
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux.git] / drivers / gpu / drm / tidss / tidss_kms.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
4  * Author: Tomi Valkeinen <[email protected]>
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
This page took 0.033896 seconds and 4 git commands to generate.