blob: 8d4ff8c3d31832aa21e0a514e51ee2e8a5c0079d [file] [log] [blame]
Mythri P Kc3198a52011-03-12 12:04:27 +05301/*
2 * hdmi.c
3 *
4 * HDMI interface DSS driver setting for TI's OMAP4 family of processor.
5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/
6 * Authors: Yong Zhi
7 * Mythri pk <mythripk@ti.com>
8 *
9 * This program is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License version 2 as published by
11 * the Free Software Foundation.
12 *
13 * This program is distributed in the hope that it will be useful, but WITHOUT
14 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 * more details.
17 *
18 * You should have received a copy of the GNU General Public License along with
19 * this program. If not, see <http://www.gnu.org/licenses/>.
20 */
21
22#define DSS_SUBSYS_NAME "HDMI"
23
24#include <linux/kernel.h>
25#include <linux/module.h>
26#include <linux/err.h>
27#include <linux/io.h>
28#include <linux/interrupt.h>
29#include <linux/mutex.h>
30#include <linux/delay.h>
31#include <linux/string.h>
Tomi Valkeinen24e62892011-05-23 11:51:18 +030032#include <linux/platform_device.h>
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +030033#include <linux/pm_runtime.h>
34#include <linux/clk.h>
Tomi Valkeinena0b38cc2011-05-11 14:05:07 +030035#include <video/omapdss.h>
Ricardo Neriad44cc32011-05-18 22:31:56 -050036#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
37 defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
38#include <sound/soc.h>
39#include <sound/pcm_params.h>
Mythri P K73341672011-09-08 19:06:24 +053040#include "ti_hdmi_4xxx_ip.h"
Ricardo Neriad44cc32011-05-18 22:31:56 -050041#endif
Mythri P Kc3198a52011-03-12 12:04:27 +053042
Mythri P K94c52982011-09-08 19:06:21 +053043#include "ti_hdmi.h"
Mythri P Kc3198a52011-03-12 12:04:27 +053044#include "dss.h"
Ricardo Neriad44cc32011-05-18 22:31:56 -050045#include "dss_features.h"
Mythri P Kc3198a52011-03-12 12:04:27 +053046
Mythri P K95a8aeb2011-09-08 19:06:18 +053047#define HDMI_WP 0x0
48#define HDMI_CORE_SYS 0x400
49#define HDMI_CORE_AV 0x900
50#define HDMI_PLLCTRL 0x200
51#define HDMI_PHY 0x300
52
Mythri P K7c1f1ec2011-09-08 19:06:22 +053053/* HDMI EDID Length move this */
54#define HDMI_EDID_MAX_LENGTH 256
55#define EDID_TIMING_DESCRIPTOR_SIZE 0x12
56#define EDID_DESCRIPTOR_BLOCK0_ADDRESS 0x36
57#define EDID_DESCRIPTOR_BLOCK1_ADDRESS 0x80
58#define EDID_SIZE_BLOCK0_TIMING_DESCRIPTOR 4
59#define EDID_SIZE_BLOCK1_TIMING_DESCRIPTOR 4
60
Tomi Valkeinenb44e4582011-08-22 13:16:24 +030061#define HDMI_DEFAULT_REGN 16
Tomi Valkeinen8d88767a2011-08-22 13:02:52 +030062#define HDMI_DEFAULT_REGM2 1
63
Mythri P Kc3198a52011-03-12 12:04:27 +053064static struct {
65 struct mutex lock;
66 struct omap_display_platform_data *pdata;
67 struct platform_device *pdev;
Mythri P K95a8aeb2011-09-08 19:06:18 +053068 struct hdmi_ip_data ip_data;
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +030069
70 struct clk *sys_clk;
Mythri P Kc3198a52011-03-12 12:04:27 +053071} hdmi;
72
73/*
74 * Logic for the below structure :
75 * user enters the CEA or VESA timings by specifying the HDMI/DVI code.
76 * There is a correspondence between CEA/VESA timing and code, please
77 * refer to section 6.3 in HDMI 1.3 specification for timing code.
78 *
79 * In the below structure, cea_vesa_timings corresponds to all OMAP4
80 * supported CEA and VESA timing values.code_cea corresponds to the CEA
81 * code, It is used to get the timing from cea_vesa_timing array.Similarly
82 * with code_vesa. Code_index is used for back mapping, that is once EDID
83 * is read from the TV, EDID is parsed to find the timing values and then
84 * map it to corresponding CEA or VESA index.
85 */
86
Mythri P K46095b22012-01-06 17:52:09 +053087static const struct hdmi_config cea_timings[] = {
Mythri P Ka05ce782012-01-06 17:52:08 +053088{ {640, 480, 25200, 96, 16, 48, 2, 10, 33, 0, 0, 0}, {1, HDMI_HDMI} },
89{ {720, 480, 27027, 62, 16, 60, 6, 9, 30, 0, 0, 0}, {2, HDMI_HDMI} },
90{ {1280, 720, 74250, 40, 110, 220, 5, 5, 20, 1, 1, 0}, {4, HDMI_HDMI} },
91{ {1920, 540, 74250, 44, 88, 148, 5, 2, 15, 1, 1, 1}, {5, HDMI_HDMI} },
92{ {1440, 240, 27027, 124, 38, 114, 3, 4, 15, 0, 0, 1}, {6, HDMI_HDMI} },
93{ {1920, 1080, 148500, 44, 88, 148, 5, 4, 36, 1, 1, 0}, {16, HDMI_HDMI} },
94{ {720, 576, 27000, 64, 12, 68, 5, 5, 39, 0, 0, 0}, {17, HDMI_HDMI} },
95{ {1280, 720, 74250, 40, 440, 220, 5, 5, 20, 1, 1, 0}, {19, HDMI_HDMI} },
96{ {1920, 540, 74250, 44, 528, 148, 5, 2, 15, 1, 1, 1}, {20, HDMI_HDMI} },
97{ {1440, 288, 27000, 126, 24, 138, 3, 2, 19, 0, 0, 1}, {21, HDMI_HDMI} },
98{ {1440, 576, 54000, 128, 24, 136, 5, 5, 39, 0, 0, 0}, {29, HDMI_HDMI} },
99{ {1920, 1080, 148500, 44, 528, 148, 5, 4, 36, 1, 1, 0}, {31, HDMI_HDMI} },
100{ {1920, 1080, 74250, 44, 638, 148, 5, 4, 36, 1, 1, 0}, {32, HDMI_HDMI} },
101{ {2880, 480, 108108, 248, 64, 240, 6, 9, 30, 0, 0, 0}, {35, HDMI_HDMI} },
102{ {2880, 576, 108000, 256, 48, 272, 5, 5, 39, 0, 0, 0}, {37, HDMI_HDMI} },
Mythri P K46095b22012-01-06 17:52:09 +0530103};
104static const struct hdmi_config vesa_timings[] = {
Mythri P Ka05ce782012-01-06 17:52:08 +0530105/* VESA From Here */
106{ {640, 480, 25175, 96, 16, 48, 2 , 11, 31, 0, 0, 0}, {4, HDMI_DVI} },
107{ {800, 600, 40000, 128, 40, 88, 4 , 1, 23, 1, 1, 0}, {9, HDMI_DVI} },
108{ {848, 480, 33750, 112, 16, 112, 8 , 6, 23, 1, 1, 0}, {0xE, HDMI_DVI} },
109{ {1280, 768, 79500, 128, 64, 192, 7 , 3, 20, 1, 0, 0}, {0x17, HDMI_DVI} },
110{ {1280, 800, 83500, 128, 72, 200, 6 , 3, 22, 1, 0, 0}, {0x1C, HDMI_DVI} },
111{ {1360, 768, 85500, 112, 64, 256, 6 , 3, 18, 1, 1, 0}, {0x27, HDMI_DVI} },
112{ {1280, 960, 108000, 112, 96, 312, 3 , 1, 36, 1, 1, 0}, {0x20, HDMI_DVI} },
113{ {1280, 1024, 108000, 112, 48, 248, 3 , 1, 38, 1, 1, 0}, {0x23, HDMI_DVI} },
114{ {1024, 768, 65000, 136, 24, 160, 6, 3, 29, 0, 0, 0}, {0x10, HDMI_DVI} },
115{ {1400, 1050, 121750, 144, 88, 232, 4, 3, 32, 1, 0, 0}, {0x2A, HDMI_DVI} },
116{ {1440, 900, 106500, 152, 80, 232, 6, 3, 25, 1, 0, 0}, {0x2F, HDMI_DVI} },
117{ {1680, 1050, 146250, 176 , 104, 280, 6, 3, 30, 1, 0, 0}, {0x3A, HDMI_DVI} },
118{ {1366, 768, 85500, 143, 70, 213, 3, 3, 24, 1, 1, 0}, {0x51, HDMI_DVI} },
119{ {1920, 1080, 148500, 44, 148, 80, 5, 4, 36, 1, 1, 0}, {0x52, HDMI_DVI} },
120{ {1280, 768, 68250, 32, 48, 80, 7, 3, 12, 0, 1, 0}, {0x16, HDMI_DVI} },
121{ {1400, 1050, 101000, 32, 48, 80, 4, 3, 23, 0, 1, 0}, {0x29, HDMI_DVI} },
122{ {1680, 1050, 119000, 32, 48, 80, 6, 3, 21, 0, 1, 0}, {0x39, HDMI_DVI} },
123{ {1280, 800, 79500, 32, 48, 80, 6, 3, 14, 0, 1, 0}, {0x1B, HDMI_DVI} },
124{ {1280, 720, 74250, 40, 110, 220, 5, 5, 20, 1, 1, 0}, {0x55, HDMI_DVI} }
Mythri P Kc3198a52011-03-12 12:04:27 +0530125};
126
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300127static int hdmi_runtime_get(void)
128{
129 int r;
130
131 DSSDBG("hdmi_runtime_get\n");
132
Archit Tanejaa247ce782012-02-10 11:45:52 +0530133 /*
134 * HACK: Add dss_runtime_get() to ensure DSS clock domain is enabled.
135 * This should be removed later.
136 */
137 r = dss_runtime_get();
138 if (r < 0)
139 goto err_get_dss;
140
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300141 r = pm_runtime_get_sync(&hdmi.pdev->dev);
142 WARN_ON(r < 0);
Archit Tanejaa247ce782012-02-10 11:45:52 +0530143 if (r < 0)
144 goto err_get_hdmi;
145
146 return 0;
147
148err_get_hdmi:
149 dss_runtime_put();
150err_get_dss:
151 return r;
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300152}
153
154static void hdmi_runtime_put(void)
155{
156 int r;
157
158 DSSDBG("hdmi_runtime_put\n");
159
Tomi Valkeinen0eaf9f52012-01-23 13:23:08 +0200160 r = pm_runtime_put_sync(&hdmi.pdev->dev);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300161 WARN_ON(r < 0);
Archit Tanejaa247ce782012-02-10 11:45:52 +0530162
163 /*
164 * HACK: This is added to complement the dss_runtime_get() call in
165 * hdmi_runtime_get(). This should be removed later.
166 */
167 dss_runtime_put();
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300168}
169
Mythri P Kc3198a52011-03-12 12:04:27 +0530170int hdmi_init_display(struct omap_dss_device *dssdev)
171{
172 DSSDBG("init_display\n");
173
Mythri P K60634a22011-09-08 19:06:26 +0530174 dss_init_hdmi_ip_ops(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530175 return 0;
176}
177
Mythri P K46095b22012-01-06 17:52:09 +0530178static const struct hdmi_config *hdmi_find_timing(
179 const struct hdmi_config *timings_arr,
180 int len)
Mythri P Kc3198a52011-03-12 12:04:27 +0530181{
Mythri P K46095b22012-01-06 17:52:09 +0530182 int i;
Mythri P Kc3198a52011-03-12 12:04:27 +0530183
Mythri P K46095b22012-01-06 17:52:09 +0530184 for (i = 0; i < len; i++) {
Mythri P K9e4ed602012-01-06 17:52:10 +0530185 if (timings_arr[i].cm.code == hdmi.ip_data.cfg.cm.code)
Mythri P K46095b22012-01-06 17:52:09 +0530186 return &timings_arr[i];
Mythri P Kc3198a52011-03-12 12:04:27 +0530187 }
Mythri P K46095b22012-01-06 17:52:09 +0530188 return NULL;
189}
190
191static const struct hdmi_config *hdmi_get_timings(void)
192{
193 const struct hdmi_config *arr;
194 int len;
195
Mythri P K9e4ed602012-01-06 17:52:10 +0530196 if (hdmi.ip_data.cfg.cm.mode == HDMI_DVI) {
Mythri P K46095b22012-01-06 17:52:09 +0530197 arr = vesa_timings;
198 len = ARRAY_SIZE(vesa_timings);
199 } else {
200 arr = cea_timings;
201 len = ARRAY_SIZE(cea_timings);
202 }
203
204 return hdmi_find_timing(arr, len);
205}
206
207static bool hdmi_timings_compare(struct omap_video_timings *timing1,
208 const struct hdmi_video_timings *timing2)
209{
210 int timing1_vsync, timing1_hsync, timing2_vsync, timing2_hsync;
211
212 if ((timing2->pixel_clock == timing1->pixel_clock) &&
213 (timing2->x_res == timing1->x_res) &&
214 (timing2->y_res == timing1->y_res)) {
215
216 timing2_hsync = timing2->hfp + timing2->hsw + timing2->hbp;
217 timing1_hsync = timing1->hfp + timing1->hsw + timing1->hbp;
218 timing2_vsync = timing2->vfp + timing2->vsw + timing2->vbp;
219 timing1_vsync = timing2->vfp + timing2->vsw + timing2->vbp;
220
221 DSSDBG("timing1_hsync = %d timing1_vsync = %d"\
222 "timing2_hsync = %d timing2_vsync = %d\n",
223 timing1_hsync, timing1_vsync,
224 timing2_hsync, timing2_vsync);
225
226 if ((timing1_hsync == timing2_hsync) &&
227 (timing1_vsync == timing2_vsync)) {
228 return true;
229 }
230 }
231 return false;
Mythri P Kc3198a52011-03-12 12:04:27 +0530232}
233
234static struct hdmi_cm hdmi_get_code(struct omap_video_timings *timing)
235{
Mythri P K46095b22012-01-06 17:52:09 +0530236 int i;
Mythri P Kc3198a52011-03-12 12:04:27 +0530237 struct hdmi_cm cm = {-1};
238 DSSDBG("hdmi_get_code\n");
239
Mythri P K46095b22012-01-06 17:52:09 +0530240 for (i = 0; i < ARRAY_SIZE(cea_timings); i++) {
241 if (hdmi_timings_compare(timing, &cea_timings[i].timings)) {
242 cm = cea_timings[i].cm;
243 goto end;
244 }
245 }
246 for (i = 0; i < ARRAY_SIZE(vesa_timings); i++) {
247 if (hdmi_timings_compare(timing, &vesa_timings[i].timings)) {
248 cm = vesa_timings[i].cm;
249 goto end;
Mythri P Kc3198a52011-03-12 12:04:27 +0530250 }
251 }
252
Mythri P K46095b22012-01-06 17:52:09 +0530253end: return cm;
Mythri P Kc3198a52011-03-12 12:04:27 +0530254
Mythri P Kc3198a52011-03-12 12:04:27 +0530255}
256
Archit Tanejac3dc6a72011-09-13 18:28:41 +0530257unsigned long hdmi_get_pixel_clock(void)
258{
259 /* HDMI Pixel Clock in Mhz */
Mythri P Ka05ce782012-01-06 17:52:08 +0530260 return hdmi.ip_data.cfg.timings.pixel_clock * 1000;
Archit Tanejac3dc6a72011-09-13 18:28:41 +0530261}
262
Archit Taneja6cb07b22011-04-12 13:52:25 +0530263static void hdmi_compute_pll(struct omap_dss_device *dssdev, int phy,
264 struct hdmi_pll_info *pi)
Mythri P Kc3198a52011-03-12 12:04:27 +0530265{
Archit Taneja6cb07b22011-04-12 13:52:25 +0530266 unsigned long clkin, refclk;
Mythri P Kc3198a52011-03-12 12:04:27 +0530267 u32 mf;
268
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300269 clkin = clk_get_rate(hdmi.sys_clk) / 10000;
Mythri P Kc3198a52011-03-12 12:04:27 +0530270 /*
271 * Input clock is predivided by N + 1
272 * out put of which is reference clk
273 */
Tomi Valkeinen8d88767a2011-08-22 13:02:52 +0300274 if (dssdev->clocks.hdmi.regn == 0)
275 pi->regn = HDMI_DEFAULT_REGN;
276 else
277 pi->regn = dssdev->clocks.hdmi.regn;
278
Tomi Valkeinenb44e4582011-08-22 13:16:24 +0300279 refclk = clkin / pi->regn;
Mythri P Kc3198a52011-03-12 12:04:27 +0530280
Tomi Valkeinen8d88767a2011-08-22 13:02:52 +0300281 if (dssdev->clocks.hdmi.regm2 == 0)
282 pi->regm2 = HDMI_DEFAULT_REGM2;
283 else
284 pi->regm2 = dssdev->clocks.hdmi.regm2;
Mythri P Kc3198a52011-03-12 12:04:27 +0530285
286 /*
Mythri P Kdd2116a2012-02-21 12:10:58 +0530287 * multiplier is pixel_clk/ref_clk
288 * Multiplying by 100 to avoid fractional part removal
289 */
290 pi->regm = phy * pi->regm2 / refclk;
291
292 /*
Mythri P Kc3198a52011-03-12 12:04:27 +0530293 * fractional multiplier is remainder of the difference between
294 * multiplier and actual phy(required pixel clock thus should be
295 * multiplied by 2^18(262144) divided by the reference clock
296 */
Mythri P Kdd2116a2012-02-21 12:10:58 +0530297 mf = (phy - pi->regm / pi->regm2 * refclk) * 262144;
298 pi->regmf = pi->regm2 * mf / refclk;
Mythri P Kc3198a52011-03-12 12:04:27 +0530299
300 /*
301 * Dcofreq should be set to 1 if required pixel clock
302 * is greater than 1000MHz
303 */
304 pi->dcofreq = phy > 1000 * 100;
Tomi Valkeinenb44e4582011-08-22 13:16:24 +0300305 pi->regsd = ((pi->regm * clkin / 10) / (pi->regn * 250) + 5) / 10;
Mythri P Kc3198a52011-03-12 12:04:27 +0530306
Mythri P K7b27da52011-09-08 19:06:19 +0530307 /* Set the reference clock to sysclk reference */
308 pi->refsel = HDMI_REFSEL_SYSCLK;
309
Mythri P Kc3198a52011-03-12 12:04:27 +0530310 DSSDBG("M = %d Mf = %d\n", pi->regm, pi->regmf);
311 DSSDBG("range = %d sd = %d\n", pi->dcofreq, pi->regsd);
312}
313
Mythri P Kc3198a52011-03-12 12:04:27 +0530314static int hdmi_power_on(struct omap_dss_device *dssdev)
315{
Mythri P K46095b22012-01-06 17:52:09 +0530316 int r;
317 const struct hdmi_config *timing;
Mythri P Kc3198a52011-03-12 12:04:27 +0530318 struct omap_video_timings *p;
Archit Taneja6cb07b22011-04-12 13:52:25 +0530319 unsigned long phy;
Mythri P Kc3198a52011-03-12 12:04:27 +0530320
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300321 r = hdmi_runtime_get();
322 if (r)
323 return r;
Mythri P Kc3198a52011-03-12 12:04:27 +0530324
Tomi Valkeinen7797c6d2011-11-04 10:22:46 +0200325 dss_mgr_disable(dssdev->manager);
Mythri P Kc3198a52011-03-12 12:04:27 +0530326
327 p = &dssdev->panel.timings;
328
329 DSSDBG("hdmi_power_on x_res= %d y_res = %d\n",
330 dssdev->panel.timings.x_res,
331 dssdev->panel.timings.y_res);
332
Mythri P K46095b22012-01-06 17:52:09 +0530333 timing = hdmi_get_timings();
334 if (timing == NULL) {
335 /* HDMI code 4 corresponds to 640 * 480 VGA */
Mythri P K9e4ed602012-01-06 17:52:10 +0530336 hdmi.ip_data.cfg.cm.code = 4;
Mythri P K46095b22012-01-06 17:52:09 +0530337 /* DVI mode 1 corresponds to HDMI 0 to DVI */
Mythri P K9e4ed602012-01-06 17:52:10 +0530338 hdmi.ip_data.cfg.cm.mode = HDMI_DVI;
Mythri P K46095b22012-01-06 17:52:09 +0530339 hdmi.ip_data.cfg = vesa_timings[0];
340 } else {
341 hdmi.ip_data.cfg = *timing;
342 }
Mythri P Kc3198a52011-03-12 12:04:27 +0530343 phy = p->pixel_clock;
344
Mythri P K7b27da52011-09-08 19:06:19 +0530345 hdmi_compute_pll(dssdev, phy, &hdmi.ip_data.pll_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530346
Mythri P K60634a22011-09-08 19:06:26 +0530347 hdmi.ip_data.ops->video_enable(&hdmi.ip_data, 0);
Mythri P Kc3198a52011-03-12 12:04:27 +0530348
Mythri P K95a8aeb2011-09-08 19:06:18 +0530349 /* config the PLL and PHY hdmi_set_pll_pwrfirst */
Mythri P K60634a22011-09-08 19:06:26 +0530350 r = hdmi.ip_data.ops->pll_enable(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530351 if (r) {
352 DSSDBG("Failed to lock PLL\n");
353 goto err;
354 }
355
Mythri P K60634a22011-09-08 19:06:26 +0530356 r = hdmi.ip_data.ops->phy_enable(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530357 if (r) {
358 DSSDBG("Failed to start PHY\n");
359 goto err;
360 }
361
Mythri P K60634a22011-09-08 19:06:26 +0530362 hdmi.ip_data.ops->video_configure(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530363
364 /* Make selection of HDMI in DSS */
365 dss_select_hdmi_venc_clk_source(DSS_HDMI_M_PCLK);
366
367 /* Select the dispc clock source as PRCM clock, to ensure that it is not
368 * DSI PLL source as the clock selected by DSI PLL might not be
369 * sufficient for the resolution selected / that can be changed
370 * dynamically by user. This can be moved to single location , say
371 * Boardfile.
372 */
Archit Taneja6cb07b22011-04-12 13:52:25 +0530373 dss_select_dispc_clk_source(dssdev->clocks.dispc.dispc_fclk_src);
Mythri P Kc3198a52011-03-12 12:04:27 +0530374
375 /* bypass TV gamma table */
376 dispc_enable_gamma_table(0);
377
378 /* tv size */
Archit Taneja41721162012-04-26 20:10:46 +0530379 dss_mgr_set_timings(dssdev->manager, &dssdev->panel.timings);
Mythri P Kc3198a52011-03-12 12:04:27 +0530380
Mythri P K60634a22011-09-08 19:06:26 +0530381 hdmi.ip_data.ops->video_enable(&hdmi.ip_data, 1);
Mythri P Kc3198a52011-03-12 12:04:27 +0530382
Tomi Valkeinen33ca2372011-11-21 13:42:58 +0200383 r = dss_mgr_enable(dssdev->manager);
384 if (r)
385 goto err_mgr_enable;
Tomi Valkeinen3870c902011-08-31 14:47:11 +0300386
Mythri P Kc3198a52011-03-12 12:04:27 +0530387 return 0;
Tomi Valkeinen33ca2372011-11-21 13:42:58 +0200388
389err_mgr_enable:
390 hdmi.ip_data.ops->video_enable(&hdmi.ip_data, 0);
391 hdmi.ip_data.ops->phy_disable(&hdmi.ip_data);
392 hdmi.ip_data.ops->pll_disable(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530393err:
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300394 hdmi_runtime_put();
Mythri P Kc3198a52011-03-12 12:04:27 +0530395 return -EIO;
396}
397
398static void hdmi_power_off(struct omap_dss_device *dssdev)
399{
Tomi Valkeinen7797c6d2011-11-04 10:22:46 +0200400 dss_mgr_disable(dssdev->manager);
Mythri P Kc3198a52011-03-12 12:04:27 +0530401
Mythri P K60634a22011-09-08 19:06:26 +0530402 hdmi.ip_data.ops->video_enable(&hdmi.ip_data, 0);
403 hdmi.ip_data.ops->phy_disable(&hdmi.ip_data);
404 hdmi.ip_data.ops->pll_disable(&hdmi.ip_data);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300405 hdmi_runtime_put();
Mythri P Kc3198a52011-03-12 12:04:27 +0530406}
407
408int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev,
409 struct omap_video_timings *timings)
410{
411 struct hdmi_cm cm;
412
413 cm = hdmi_get_code(timings);
414 if (cm.code == -1) {
Mythri P Kc3198a52011-03-12 12:04:27 +0530415 return -EINVAL;
416 }
417
418 return 0;
419
420}
421
422void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev)
423{
424 struct hdmi_cm cm;
425
Mythri P Kc3198a52011-03-12 12:04:27 +0530426 cm = hdmi_get_code(&dssdev->panel.timings);
Mythri P K9e4ed602012-01-06 17:52:10 +0530427 hdmi.ip_data.cfg.cm.code = cm.code;
428 hdmi.ip_data.cfg.cm.mode = cm.mode;
Tomi Valkeinenfa70dc52011-08-22 14:57:33 +0300429
430 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) {
431 int r;
432
433 hdmi_power_off(dssdev);
434
435 r = hdmi_power_on(dssdev);
436 if (r)
437 DSSERR("failed to power on device\n");
438 }
Mythri P Kc3198a52011-03-12 12:04:27 +0530439}
440
Mythri P K162874d2011-09-22 13:37:45 +0530441void hdmi_dump_regs(struct seq_file *s)
442{
443 mutex_lock(&hdmi.lock);
444
445 if (hdmi_runtime_get())
446 return;
447
448 hdmi.ip_data.ops->dump_wrapper(&hdmi.ip_data, s);
449 hdmi.ip_data.ops->dump_pll(&hdmi.ip_data, s);
450 hdmi.ip_data.ops->dump_phy(&hdmi.ip_data, s);
451 hdmi.ip_data.ops->dump_core(&hdmi.ip_data, s);
452
453 hdmi_runtime_put();
454 mutex_unlock(&hdmi.lock);
455}
456
Tomi Valkeinen47024562011-08-25 17:12:56 +0300457int omapdss_hdmi_read_edid(u8 *buf, int len)
458{
459 int r;
460
461 mutex_lock(&hdmi.lock);
462
463 r = hdmi_runtime_get();
464 BUG_ON(r);
465
466 r = hdmi.ip_data.ops->read_edid(&hdmi.ip_data, buf, len);
467
468 hdmi_runtime_put();
469 mutex_unlock(&hdmi.lock);
470
471 return r;
472}
473
Tomi Valkeinen759593f2011-08-29 18:10:20 +0300474bool omapdss_hdmi_detect(void)
475{
476 int r;
477
478 mutex_lock(&hdmi.lock);
479
480 r = hdmi_runtime_get();
481 BUG_ON(r);
482
483 r = hdmi.ip_data.ops->detect(&hdmi.ip_data);
484
485 hdmi_runtime_put();
486 mutex_unlock(&hdmi.lock);
487
488 return r == 1;
489}
490
Mythri P Kc3198a52011-03-12 12:04:27 +0530491int omapdss_hdmi_display_enable(struct omap_dss_device *dssdev)
492{
Tomi Valkeinenc49d0052012-01-17 11:09:57 +0200493 struct omap_dss_hdmi_data *priv = dssdev->data;
Mythri P Kc3198a52011-03-12 12:04:27 +0530494 int r = 0;
495
496 DSSDBG("ENTER hdmi_display_enable\n");
497
498 mutex_lock(&hdmi.lock);
499
Tomi Valkeinen05e1d602011-06-23 16:38:21 +0300500 if (dssdev->manager == NULL) {
501 DSSERR("failed to enable display: no manager\n");
502 r = -ENODEV;
503 goto err0;
504 }
505
Tomi Valkeinenc49d0052012-01-17 11:09:57 +0200506 hdmi.ip_data.hpd_gpio = priv->hpd_gpio;
507
Mythri P Kc3198a52011-03-12 12:04:27 +0530508 r = omap_dss_start_device(dssdev);
509 if (r) {
510 DSSERR("failed to start device\n");
511 goto err0;
512 }
513
514 if (dssdev->platform_enable) {
515 r = dssdev->platform_enable(dssdev);
516 if (r) {
517 DSSERR("failed to enable GPIO's\n");
518 goto err1;
519 }
520 }
521
522 r = hdmi_power_on(dssdev);
523 if (r) {
524 DSSERR("failed to power on device\n");
525 goto err2;
526 }
527
528 mutex_unlock(&hdmi.lock);
529 return 0;
530
531err2:
532 if (dssdev->platform_disable)
533 dssdev->platform_disable(dssdev);
534err1:
535 omap_dss_stop_device(dssdev);
536err0:
537 mutex_unlock(&hdmi.lock);
538 return r;
539}
540
541void omapdss_hdmi_display_disable(struct omap_dss_device *dssdev)
542{
543 DSSDBG("Enter hdmi_display_disable\n");
544
545 mutex_lock(&hdmi.lock);
546
547 hdmi_power_off(dssdev);
548
549 if (dssdev->platform_disable)
550 dssdev->platform_disable(dssdev);
551
552 omap_dss_stop_device(dssdev);
553
554 mutex_unlock(&hdmi.lock);
555}
556
Ricardo Neri82335c42011-04-05 16:05:18 -0500557#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
558 defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
Ricardo Neriad44cc32011-05-18 22:31:56 -0500559
Ricardo Neriedefcda2011-11-27 16:18:01 -0600560static int hdmi_audio_trigger(struct snd_pcm_substream *substream, int cmd,
561 struct snd_soc_dai *dai)
562{
563 struct snd_soc_pcm_runtime *rtd = substream->private_data;
564 struct snd_soc_codec *codec = rtd->codec;
565 struct platform_device *pdev = to_platform_device(codec->dev);
566 struct hdmi_ip_data *ip_data = snd_soc_codec_get_drvdata(codec);
567 int err = 0;
568
569 if (!(ip_data->ops) && !(ip_data->ops->audio_enable)) {
570 dev_err(&pdev->dev, "Cannot enable/disable audio\n");
571 return -ENODEV;
572 }
573
574 switch (cmd) {
575 case SNDRV_PCM_TRIGGER_START:
576 case SNDRV_PCM_TRIGGER_RESUME:
577 case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
578 ip_data->ops->audio_enable(ip_data, true);
579 break;
580 case SNDRV_PCM_TRIGGER_STOP:
581 case SNDRV_PCM_TRIGGER_SUSPEND:
582 case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
583 ip_data->ops->audio_enable(ip_data, false);
584 break;
585 default:
586 err = -EINVAL;
587 }
588 return err;
589}
590
Ricardo Neri284cb312011-11-22 20:50:50 -0600591static int hdmi_audio_hw_params(struct snd_pcm_substream *substream,
Ricardo Neriad44cc32011-05-18 22:31:56 -0500592 struct snd_pcm_hw_params *params,
593 struct snd_soc_dai *dai)
594{
Ricardo Neri284cb312011-11-22 20:50:50 -0600595 struct snd_soc_pcm_runtime *rtd = substream->private_data;
596 struct snd_soc_codec *codec = rtd->codec;
597 struct hdmi_ip_data *ip_data = snd_soc_codec_get_drvdata(codec);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500598 struct hdmi_audio_format audio_format;
599 struct hdmi_audio_dma audio_dma;
600 struct hdmi_core_audio_config core_cfg;
601 struct hdmi_core_infoframe_audio aud_if_cfg;
602 int err, n, cts;
603 enum hdmi_core_audio_sample_freq sample_freq;
604
605 switch (params_format(params)) {
606 case SNDRV_PCM_FORMAT_S16_LE:
607 core_cfg.i2s_cfg.word_max_length =
608 HDMI_AUDIO_I2S_MAX_WORD_20BITS;
609 core_cfg.i2s_cfg.word_length = HDMI_AUDIO_I2S_CHST_WORD_16_BITS;
610 core_cfg.i2s_cfg.in_length_bits =
611 HDMI_AUDIO_I2S_INPUT_LENGTH_16;
612 core_cfg.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_LEFT;
613 audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
614 audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
615 audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
616 audio_dma.transfer_size = 0x10;
617 break;
618 case SNDRV_PCM_FORMAT_S24_LE:
619 core_cfg.i2s_cfg.word_max_length =
620 HDMI_AUDIO_I2S_MAX_WORD_24BITS;
621 core_cfg.i2s_cfg.word_length = HDMI_AUDIO_I2S_CHST_WORD_24_BITS;
622 core_cfg.i2s_cfg.in_length_bits =
623 HDMI_AUDIO_I2S_INPUT_LENGTH_24;
624 audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_ONESAMPLE;
625 audio_format.sample_size = HDMI_AUDIO_SAMPLE_24BITS;
626 audio_format.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
627 core_cfg.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
628 audio_dma.transfer_size = 0x20;
629 break;
630 default:
631 return -EINVAL;
632 }
633
634 switch (params_rate(params)) {
635 case 32000:
636 sample_freq = HDMI_AUDIO_FS_32000;
637 break;
638 case 44100:
639 sample_freq = HDMI_AUDIO_FS_44100;
640 break;
641 case 48000:
642 sample_freq = HDMI_AUDIO_FS_48000;
643 break;
644 default:
645 return -EINVAL;
646 }
647
Mythri P K95a8aeb2011-09-08 19:06:18 +0530648 err = hdmi_config_audio_acr(ip_data, params_rate(params), &n, &cts);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500649 if (err < 0)
650 return err;
651
652 /* Audio wrapper config */
653 audio_format.stereo_channels = HDMI_AUDIO_STEREO_ONECHANNEL;
654 audio_format.active_chnnls_msk = 0x03;
655 audio_format.type = HDMI_AUDIO_TYPE_LPCM;
656 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
657 /* Disable start/stop signals of IEC 60958 blocks */
658 audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_OFF;
659
660 audio_dma.block_size = 0xC0;
661 audio_dma.mode = HDMI_AUDIO_TRANSF_DMA;
662 audio_dma.fifo_threshold = 0x20; /* in number of samples */
663
Mythri P K95a8aeb2011-09-08 19:06:18 +0530664 hdmi_wp_audio_config_dma(ip_data, &audio_dma);
665 hdmi_wp_audio_config_format(ip_data, &audio_format);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500666
667 /*
668 * I2S config
669 */
670 core_cfg.i2s_cfg.en_high_bitrate_aud = false;
671 /* Only used with high bitrate audio */
672 core_cfg.i2s_cfg.cbit_order = false;
673 /* Serial data and word select should change on sck rising edge */
674 core_cfg.i2s_cfg.sck_edge_mode = HDMI_AUDIO_I2S_SCK_EDGE_RISING;
675 core_cfg.i2s_cfg.vbit = HDMI_AUDIO_I2S_VBIT_FOR_PCM;
676 /* Set I2S word select polarity */
677 core_cfg.i2s_cfg.ws_polarity = HDMI_AUDIO_I2S_WS_POLARITY_LOW_IS_LEFT;
678 core_cfg.i2s_cfg.direction = HDMI_AUDIO_I2S_MSB_SHIFTED_FIRST;
679 /* Set serial data to word select shift. See Phillips spec. */
680 core_cfg.i2s_cfg.shift = HDMI_AUDIO_I2S_FIRST_BIT_SHIFT;
681 /* Enable one of the four available serial data channels */
682 core_cfg.i2s_cfg.active_sds = HDMI_AUDIO_I2S_SD0_EN;
683
684 /* Core audio config */
685 core_cfg.freq_sample = sample_freq;
686 core_cfg.n = n;
687 core_cfg.cts = cts;
688 if (dss_has_feature(FEAT_HDMI_CTS_SWMODE)) {
689 core_cfg.aud_par_busclk = 0;
690 core_cfg.cts_mode = HDMI_AUDIO_CTS_MODE_SW;
Ricardo Nerif15511e2012-01-31 15:56:16 -0600691 core_cfg.use_mclk = dss_has_feature(FEAT_HDMI_AUDIO_USE_MCLK);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500692 } else {
693 core_cfg.aud_par_busclk = (((128 * 31) - 1) << 8);
694 core_cfg.cts_mode = HDMI_AUDIO_CTS_MODE_HW;
695 core_cfg.use_mclk = true;
Ricardo Neriad44cc32011-05-18 22:31:56 -0500696 }
Ricardo Nerif15511e2012-01-31 15:56:16 -0600697
698 if (core_cfg.use_mclk)
699 core_cfg.mclk_mode = HDMI_AUDIO_MCLK_128FS;
Ricardo Neriad44cc32011-05-18 22:31:56 -0500700 core_cfg.layout = HDMI_AUDIO_LAYOUT_2CH;
701 core_cfg.en_spdif = false;
702 /* Use sample frequency from channel status word */
703 core_cfg.fs_override = true;
704 /* Enable ACR packets */
705 core_cfg.en_acr_pkt = true;
706 /* Disable direct streaming digital audio */
707 core_cfg.en_dsd_audio = false;
708 /* Use parallel audio interface */
709 core_cfg.en_parallel_aud_input = true;
710
Mythri P K95a8aeb2011-09-08 19:06:18 +0530711 hdmi_core_audio_config(ip_data, &core_cfg);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500712
713 /*
714 * Configure packet
715 * info frame audio see doc CEA861-D page 74
716 */
717 aud_if_cfg.db1_coding_type = HDMI_INFOFRAME_AUDIO_DB1CT_FROM_STREAM;
718 aud_if_cfg.db1_channel_count = 2;
719 aud_if_cfg.db2_sample_freq = HDMI_INFOFRAME_AUDIO_DB2SF_FROM_STREAM;
720 aud_if_cfg.db2_sample_size = HDMI_INFOFRAME_AUDIO_DB2SS_FROM_STREAM;
721 aud_if_cfg.db4_channel_alloc = 0x00;
722 aud_if_cfg.db5_downmix_inh = false;
723 aud_if_cfg.db5_lsv = 0;
724
Mythri P K95a8aeb2011-09-08 19:06:18 +0530725 hdmi_core_audio_infoframe_config(ip_data, &aud_if_cfg);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500726 return 0;
727}
728
Ricardo Neriad44cc32011-05-18 22:31:56 -0500729static int hdmi_audio_startup(struct snd_pcm_substream *substream,
730 struct snd_soc_dai *dai)
731{
Mythri P K9e4ed602012-01-06 17:52:10 +0530732 if (!hdmi.ip_data.cfg.cm.mode) {
Ricardo Neriad44cc32011-05-18 22:31:56 -0500733 pr_err("Current video settings do not support audio.\n");
734 return -EIO;
735 }
736 return 0;
737}
738
Ricardo Nerib17ce112011-11-22 20:09:41 -0600739static int hdmi_audio_codec_probe(struct snd_soc_codec *codec)
740{
741 struct hdmi_ip_data *priv = &hdmi.ip_data;
742
743 snd_soc_codec_set_drvdata(codec, priv);
744 return 0;
745}
746
Ricardo Neriad44cc32011-05-18 22:31:56 -0500747static struct snd_soc_codec_driver hdmi_audio_codec_drv = {
Ricardo Nerib17ce112011-11-22 20:09:41 -0600748 .probe = hdmi_audio_codec_probe,
Ricardo Neriad44cc32011-05-18 22:31:56 -0500749};
750
751static struct snd_soc_dai_ops hdmi_audio_codec_ops = {
752 .hw_params = hdmi_audio_hw_params,
753 .trigger = hdmi_audio_trigger,
754 .startup = hdmi_audio_startup,
755};
756
757static struct snd_soc_dai_driver hdmi_codec_dai_drv = {
758 .name = "hdmi-audio-codec",
759 .playback = {
760 .channels_min = 2,
761 .channels_max = 2,
762 .rates = SNDRV_PCM_RATE_32000 |
763 SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000,
764 .formats = SNDRV_PCM_FMTBIT_S16_LE |
765 SNDRV_PCM_FMTBIT_S24_LE,
766 },
767 .ops = &hdmi_audio_codec_ops,
768};
Ricardo Neri82335c42011-04-05 16:05:18 -0500769#endif
770
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300771static int hdmi_get_clocks(struct platform_device *pdev)
772{
773 struct clk *clk;
774
775 clk = clk_get(&pdev->dev, "sys_clk");
776 if (IS_ERR(clk)) {
777 DSSERR("can't get sys_clk\n");
778 return PTR_ERR(clk);
779 }
780
781 hdmi.sys_clk = clk;
782
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300783 return 0;
784}
785
786static void hdmi_put_clocks(void)
787{
788 if (hdmi.sys_clk)
789 clk_put(hdmi.sys_clk);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300790}
791
Mythri P Kc3198a52011-03-12 12:04:27 +0530792/* HDMI HW IP initialisation */
793static int omapdss_hdmihw_probe(struct platform_device *pdev)
794{
795 struct resource *hdmi_mem;
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300796 int r;
Mythri P Kc3198a52011-03-12 12:04:27 +0530797
798 hdmi.pdata = pdev->dev.platform_data;
799 hdmi.pdev = pdev;
800
801 mutex_init(&hdmi.lock);
802
803 hdmi_mem = platform_get_resource(hdmi.pdev, IORESOURCE_MEM, 0);
804 if (!hdmi_mem) {
805 DSSERR("can't get IORESOURCE_MEM HDMI\n");
806 return -EINVAL;
807 }
808
809 /* Base address taken from platform */
Mythri P K95a8aeb2011-09-08 19:06:18 +0530810 hdmi.ip_data.base_wp = ioremap(hdmi_mem->start,
811 resource_size(hdmi_mem));
812 if (!hdmi.ip_data.base_wp) {
Mythri P Kc3198a52011-03-12 12:04:27 +0530813 DSSERR("can't ioremap WP\n");
814 return -ENOMEM;
815 }
816
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300817 r = hdmi_get_clocks(pdev);
818 if (r) {
Mythri P K95a8aeb2011-09-08 19:06:18 +0530819 iounmap(hdmi.ip_data.base_wp);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300820 return r;
821 }
822
823 pm_runtime_enable(&pdev->dev);
824
Mythri P K95a8aeb2011-09-08 19:06:18 +0530825 hdmi.ip_data.core_sys_offset = HDMI_CORE_SYS;
826 hdmi.ip_data.core_av_offset = HDMI_CORE_AV;
827 hdmi.ip_data.pll_offset = HDMI_PLLCTRL;
828 hdmi.ip_data.phy_offset = HDMI_PHY;
829
Mythri P Kc3198a52011-03-12 12:04:27 +0530830 hdmi_panel_init();
831
Ricardo Neriad44cc32011-05-18 22:31:56 -0500832#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
833 defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
834
835 /* Register ASoC codec DAI */
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300836 r = snd_soc_register_codec(&pdev->dev, &hdmi_audio_codec_drv,
Ricardo Neriad44cc32011-05-18 22:31:56 -0500837 &hdmi_codec_dai_drv, 1);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300838 if (r) {
Ricardo Neriad44cc32011-05-18 22:31:56 -0500839 DSSERR("can't register ASoC HDMI audio codec\n");
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300840 return r;
Ricardo Neriad44cc32011-05-18 22:31:56 -0500841 }
842#endif
Mythri P Kc3198a52011-03-12 12:04:27 +0530843 return 0;
844}
845
846static int omapdss_hdmihw_remove(struct platform_device *pdev)
847{
848 hdmi_panel_exit();
849
Ricardo Neriad44cc32011-05-18 22:31:56 -0500850#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
851 defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
852 snd_soc_unregister_codec(&pdev->dev);
853#endif
854
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300855 pm_runtime_disable(&pdev->dev);
856
857 hdmi_put_clocks();
858
Mythri P K95a8aeb2011-09-08 19:06:18 +0530859 iounmap(hdmi.ip_data.base_wp);
Mythri P Kc3198a52011-03-12 12:04:27 +0530860
861 return 0;
862}
863
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300864static int hdmi_runtime_suspend(struct device *dev)
865{
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300866 clk_disable(hdmi.sys_clk);
867
868 dispc_runtime_put();
869 dss_runtime_put();
870
871 return 0;
872}
873
874static int hdmi_runtime_resume(struct device *dev)
875{
876 int r;
877
878 r = dss_runtime_get();
879 if (r < 0)
880 goto err_get_dss;
881
882 r = dispc_runtime_get();
883 if (r < 0)
884 goto err_get_dispc;
885
886
887 clk_enable(hdmi.sys_clk);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300888
889 return 0;
890
891err_get_dispc:
892 dss_runtime_put();
893err_get_dss:
894 return r;
895}
896
897static const struct dev_pm_ops hdmi_pm_ops = {
898 .runtime_suspend = hdmi_runtime_suspend,
899 .runtime_resume = hdmi_runtime_resume,
900};
901
Mythri P Kc3198a52011-03-12 12:04:27 +0530902static struct platform_driver omapdss_hdmihw_driver = {
903 .probe = omapdss_hdmihw_probe,
904 .remove = omapdss_hdmihw_remove,
905 .driver = {
906 .name = "omapdss_hdmi",
907 .owner = THIS_MODULE,
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300908 .pm = &hdmi_pm_ops,
Mythri P Kc3198a52011-03-12 12:04:27 +0530909 },
910};
911
912int hdmi_init_platform_driver(void)
913{
914 return platform_driver_register(&omapdss_hdmihw_driver);
915}
916
917void hdmi_uninit_platform_driver(void)
918{
919 return platform_driver_unregister(&omapdss_hdmihw_driver);
920}