Archit Taneja | e1ef4d2 | 2010-09-15 18:47:29 +0530 | [diff] [blame] | 1 | /* |
| 2 | * linux/drivers/video/omap2/dss/dss_features.h |
| 3 | * |
| 4 | * Copyright (C) 2010 Texas Instruments |
| 5 | * Author: Archit Taneja <archit@ti.com> |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify it |
| 8 | * under the terms of the GNU General Public License version 2 as published by |
| 9 | * the Free Software Foundation. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, but WITHOUT |
| 12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 14 | * more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License along with |
| 17 | * this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | */ |
| 19 | |
| 20 | #ifndef __OMAP2_DSS_FEATURES_H |
| 21 | #define __OMAP2_DSS_FEATURES_H |
| 22 | |
Chandrabhanu Mahapatra | e86d456 | 2012-06-29 10:43:13 +0530 | [diff] [blame] | 23 | #define MAX_DSS_MANAGERS 4 |
Archit Taneja | b8c095b | 2011-09-13 18:20:33 +0530 | [diff] [blame] | 24 | #define MAX_DSS_OVERLAYS 4 |
Chandrabhanu Mahapatra | e86d456 | 2012-06-29 10:43:13 +0530 | [diff] [blame] | 25 | #define MAX_DSS_LCD_MANAGERS 3 |
Archit Taneja | a72b64b | 2011-05-12 17:26:26 +0530 | [diff] [blame] | 26 | #define MAX_NUM_DSI 2 |
Archit Taneja | e1ef4d2 | 2010-09-15 18:47:29 +0530 | [diff] [blame] | 27 | |
Tomi Valkeinen | 649514c | 2012-09-28 12:46:49 +0300 | [diff] [blame] | 28 | void dss_features_init(enum omapdss_version version); |
Tomi Valkeinen | 98c2835 | 2015-11-04 17:10:56 +0200 | [diff] [blame] | 29 | |
Tomi Valkeinen | 98c2835 | 2015-11-04 17:10:56 +0200 | [diff] [blame] | 30 | enum omap_dss_output_id dss_feat_get_supported_outputs(enum omap_channel channel); |
| 31 | |
Archit Taneja | e1ef4d2 | 2010-09-15 18:47:29 +0530 | [diff] [blame] | 32 | #endif |