Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
0004  * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
0005  */
0006 
0007 #ifndef __TIDSS_ENCODER_H__
0008 #define __TIDSS_ENCODER_H__
0009 
0010 #include <drm/drm_encoder.h>
0011 
0012 struct tidss_device;
0013 
0014 struct drm_encoder *tidss_encoder_create(struct tidss_device *tidss,
0015                      u32 encoder_type, u32 possible_crtcs);
0016 
0017 #endif