]> Git Repo - linux.git/blob - drivers/gpu/drm/tidss/tidss_encoder.h
ASoC: simple-card: Use snd_soc_of_parse_aux_devs()
[linux.git] / drivers / gpu / drm / tidss / tidss_encoder.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
4  * Author: Tomi Valkeinen <[email protected]>
5  */
6
7 #ifndef __TIDSS_ENCODER_H__
8 #define __TIDSS_ENCODER_H__
9
10 #include <drm/drm_encoder.h>
11
12 struct tidss_device;
13
14 struct drm_encoder *tidss_encoder_create(struct tidss_device *tidss,
15                                          u32 encoder_type, u32 possible_crtcs);
16
17 #endif
This page took 0.031056 seconds and 4 git commands to generate.