Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2015 Texas Instruments
0004  * Author: Jyri Sarha <jsarha@ti.com>
0005  */
0006 
0007 #ifndef __TILCDC_EXTERNAL_H__
0008 #define __TILCDC_EXTERNAL_H__
0009 
0010 int tilcdc_add_component_encoder(struct drm_device *dev);
0011 int tilcdc_get_external_components(struct device *dev,
0012                    struct component_match **match);
0013 int tilcdc_attach_external_device(struct drm_device *ddev);
0014 #endif /* __TILCDC_SLAVE_H__ */