summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_panel.h
blob: 65d735d773a489fe9c101c15fa7a1421d7370cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2012 Texas Instruments
 * Author: Rob Clark <robdclark@gmail.com>
 */

#ifndef __TILCDC_PANEL_H__
#define __TILCDC_PANEL_H__

/* sub-module for generic lcd panel output */

int tilcdc_panel_init(void);
void tilcdc_panel_fini(void);

#endif /* __TILCDC_PANEL_H__ */