hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/include/video/omapfb_dss.h
....@@ -1,10 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (C) 2016 Texas Instruments, Inc.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation; either version 2 of the License, or
7
- * (at your option) any later version.
84 */
95
106 #ifndef __OMAPFB_DSS_H
....@@ -118,11 +114,6 @@
118114 OMAP_DSS_COLOR_KEY_VID_SRC = 1,
119115 };
120116
121
-enum omap_rfbi_te_mode {
122
- OMAP_DSS_RFBI_TE_MODE_1 = 1,
123
- OMAP_DSS_RFBI_TE_MODE_2 = 2,
124
-};
125
-
126117 enum omap_dss_signal_level {
127118 OMAPDSS_SIG_ACTIVE_LOW,
128119 OMAPDSS_SIG_ACTIVE_HIGH,
....@@ -191,27 +182,6 @@
191182 OMAP_DSS_OUTPUT_DSI2 = 1 << 4,
192183 OMAP_DSS_OUTPUT_VENC = 1 << 5,
193184 OMAP_DSS_OUTPUT_HDMI = 1 << 6,
194
-};
195
-
196
-/* RFBI */
197
-
198
-struct rfbi_timings {
199
- int cs_on_time;
200
- int cs_off_time;
201
- int we_on_time;
202
- int we_off_time;
203
- int re_on_time;
204
- int re_off_time;
205
- int we_cycle_time;
206
- int re_cycle_time;
207
- int cs_pulse_width;
208
- int access_time;
209
-
210
- int clk_div;
211
-
212
- u32 tim[5]; /* set by rfbi_convert_timings() */
213
-
214
- int converted;
215185 };
216186
217187 /* DSI */
....@@ -645,11 +615,6 @@
645615 } dpi;
646616
647617 struct {
648
- u8 channel;
649
- u8 data_lines;
650
- } rfbi;
651
-
652
- struct {
653618 u8 datapairs;
654619 } sdi;
655620
....@@ -672,7 +637,6 @@
672637
673638 struct {
674639 u8 pixel_size;
675
- struct rfbi_timings rfbi_timings;
676640 } ctrl;
677641
678642 const char *name;