blob: 52731b5e10f0cc7d0cac69ae37e68897d6cdc09e [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
61#define OMAP_HDMI_TIMINGS_NB 34
62
Tomi Valkeinen8d887672011-08-22 13:02:52 +030063#define HDMI_DEFAULT_REGN 15
64#define HDMI_DEFAULT_REGM2 1
65
Mythri P Kc3198a52011-03-12 12:04:27 +053066static struct {
67 struct mutex lock;
68 struct omap_display_platform_data *pdata;
69 struct platform_device *pdev;
Mythri P K95a8aeb2011-09-08 19:06:18 +053070 struct hdmi_ip_data ip_data;
Mythri P Kc3198a52011-03-12 12:04:27 +053071 int code;
72 int mode;
73 u8 edid[HDMI_EDID_MAX_LENGTH];
74 u8 edid_set;
75 bool custom_set;
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +030076
77 struct clk *sys_clk;
Mythri P Kc3198a52011-03-12 12:04:27 +053078} hdmi;
79
80/*
81 * Logic for the below structure :
82 * user enters the CEA or VESA timings by specifying the HDMI/DVI code.
83 * There is a correspondence between CEA/VESA timing and code, please
84 * refer to section 6.3 in HDMI 1.3 specification for timing code.
85 *
86 * In the below structure, cea_vesa_timings corresponds to all OMAP4
87 * supported CEA and VESA timing values.code_cea corresponds to the CEA
88 * code, It is used to get the timing from cea_vesa_timing array.Similarly
89 * with code_vesa. Code_index is used for back mapping, that is once EDID
90 * is read from the TV, EDID is parsed to find the timing values and then
91 * map it to corresponding CEA or VESA index.
92 */
93
94static const struct hdmi_timings cea_vesa_timings[OMAP_HDMI_TIMINGS_NB] = {
95 { {640, 480, 25200, 96, 16, 48, 2, 10, 33} , 0 , 0},
96 { {1280, 720, 74250, 40, 440, 220, 5, 5, 20}, 1, 1},
97 { {1280, 720, 74250, 40, 110, 220, 5, 5, 20}, 1, 1},
98 { {720, 480, 27027, 62, 16, 60, 6, 9, 30}, 0, 0},
99 { {2880, 576, 108000, 256, 48, 272, 5, 5, 39}, 0, 0},
100 { {1440, 240, 27027, 124, 38, 114, 3, 4, 15}, 0, 0},
101 { {1440, 288, 27000, 126, 24, 138, 3, 2, 19}, 0, 0},
102 { {1920, 540, 74250, 44, 528, 148, 5, 2, 15}, 1, 1},
103 { {1920, 540, 74250, 44, 88, 148, 5, 2, 15}, 1, 1},
104 { {1920, 1080, 148500, 44, 88, 148, 5, 4, 36}, 1, 1},
105 { {720, 576, 27000, 64, 12, 68, 5, 5, 39}, 0, 0},
106 { {1440, 576, 54000, 128, 24, 136, 5, 5, 39}, 0, 0},
107 { {1920, 1080, 148500, 44, 528, 148, 5, 4, 36}, 1, 1},
108 { {2880, 480, 108108, 248, 64, 240, 6, 9, 30}, 0, 0},
109 { {1920, 1080, 74250, 44, 638, 148, 5, 4, 36}, 1, 1},
110 /* VESA From Here */
111 { {640, 480, 25175, 96, 16, 48, 2 , 11, 31}, 0, 0},
112 { {800, 600, 40000, 128, 40, 88, 4 , 1, 23}, 1, 1},
113 { {848, 480, 33750, 112, 16, 112, 8 , 6, 23}, 1, 1},
114 { {1280, 768, 79500, 128, 64, 192, 7 , 3, 20}, 1, 0},
115 { {1280, 800, 83500, 128, 72, 200, 6 , 3, 22}, 1, 0},
116 { {1360, 768, 85500, 112, 64, 256, 6 , 3, 18}, 1, 1},
117 { {1280, 960, 108000, 112, 96, 312, 3 , 1, 36}, 1, 1},
118 { {1280, 1024, 108000, 112, 48, 248, 3 , 1, 38}, 1, 1},
119 { {1024, 768, 65000, 136, 24, 160, 6, 3, 29}, 0, 0},
120 { {1400, 1050, 121750, 144, 88, 232, 4, 3, 32}, 1, 0},
121 { {1440, 900, 106500, 152, 80, 232, 6, 3, 25}, 1, 0},
122 { {1680, 1050, 146250, 176 , 104, 280, 6, 3, 30}, 1, 0},
123 { {1366, 768, 85500, 143, 70, 213, 3, 3, 24}, 1, 1},
124 { {1920, 1080, 148500, 44, 148, 80, 5, 4, 36}, 1, 1},
125 { {1280, 768, 68250, 32, 48, 80, 7, 3, 12}, 0, 1},
126 { {1400, 1050, 101000, 32, 48, 80, 4, 3, 23}, 0, 1},
127 { {1680, 1050, 119000, 32, 48, 80, 6, 3, 21}, 0, 1},
128 { {1280, 800, 79500, 32, 48, 80, 6, 3, 14}, 0, 1},
129 { {1280, 720, 74250, 40, 110, 220, 5, 5, 20}, 1, 1}
130};
131
132/*
133 * This is a static mapping array which maps the timing values
134 * with corresponding CEA / VESA code
135 */
136static const int code_index[OMAP_HDMI_TIMINGS_NB] = {
137 1, 19, 4, 2, 37, 6, 21, 20, 5, 16, 17, 29, 31, 35, 32,
138 /* <--15 CEA 17--> vesa*/
139 4, 9, 0xE, 0x17, 0x1C, 0x27, 0x20, 0x23, 0x10, 0x2A,
140 0X2F, 0x3A, 0X51, 0X52, 0x16, 0x29, 0x39, 0x1B
141};
142
143/*
144 * This is reverse static mapping which maps the CEA / VESA code
145 * to the corresponding timing values
146 */
147static const int code_cea[39] = {
148 -1, 0, 3, 3, 2, 8, 5, 5, -1, -1,
149 -1, -1, -1, -1, -1, -1, 9, 10, 10, 1,
150 7, 6, 6, -1, -1, -1, -1, -1, -1, 11,
151 11, 12, 14, -1, -1, 13, 13, 4, 4
152};
153
154static const int code_vesa[85] = {
155 -1, -1, -1, -1, 15, -1, -1, -1, -1, 16,
156 -1, -1, -1, -1, 17, -1, 23, -1, -1, -1,
157 -1, -1, 29, 18, -1, -1, -1, 32, 19, -1,
158 -1, -1, 21, -1, -1, 22, -1, -1, -1, 20,
159 -1, 30, 24, -1, -1, -1, -1, 25, -1, -1,
160 -1, -1, -1, -1, -1, -1, -1, 31, 26, -1,
161 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
162 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
163 -1, 27, 28, -1, 33};
164
165static const u8 edid_header[8] = {0x0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0};
166
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300167static int hdmi_runtime_get(void)
168{
169 int r;
170
171 DSSDBG("hdmi_runtime_get\n");
172
173 r = pm_runtime_get_sync(&hdmi.pdev->dev);
174 WARN_ON(r < 0);
175 return r < 0 ? r : 0;
176}
177
178static void hdmi_runtime_put(void)
179{
180 int r;
181
182 DSSDBG("hdmi_runtime_put\n");
183
184 r = pm_runtime_put(&hdmi.pdev->dev);
185 WARN_ON(r < 0);
186}
187
Mythri P Kc3198a52011-03-12 12:04:27 +0530188int hdmi_init_display(struct omap_dss_device *dssdev)
189{
190 DSSDBG("init_display\n");
191
Mythri P K60634a22011-09-08 19:06:26 +0530192 dss_init_hdmi_ip_ops(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530193 return 0;
194}
195
Mythri P K38863b72011-09-08 19:06:20 +0530196static void copy_hdmi_to_dss_timings(
197 const struct hdmi_video_timings *hdmi_timings,
198 struct omap_video_timings *timings)
199{
200 timings->x_res = hdmi_timings->x_res;
201 timings->y_res = hdmi_timings->y_res;
202 timings->pixel_clock = hdmi_timings->pixel_clock;
203 timings->hbp = hdmi_timings->hbp;
204 timings->hfp = hdmi_timings->hfp;
205 timings->hsw = hdmi_timings->hsw;
206 timings->vbp = hdmi_timings->vbp;
207 timings->vfp = hdmi_timings->vfp;
208 timings->vsw = hdmi_timings->vsw;
209}
210
Mythri P Kc3198a52011-03-12 12:04:27 +0530211static int get_timings_index(void)
212{
213 int code;
214
215 if (hdmi.mode == 0)
216 code = code_vesa[hdmi.code];
217 else
218 code = code_cea[hdmi.code];
219
220 if (code == -1) {
221 /* HDMI code 4 corresponds to 640 * 480 VGA */
222 hdmi.code = 4;
223 /* DVI mode 1 corresponds to HDMI 0 to DVI */
224 hdmi.mode = HDMI_DVI;
225
226 code = code_vesa[hdmi.code];
227 }
228 return code;
229}
230
231static struct hdmi_cm hdmi_get_code(struct omap_video_timings *timing)
232{
233 int i = 0, code = -1, temp_vsync = 0, temp_hsync = 0;
234 int timing_vsync = 0, timing_hsync = 0;
Mythri P K38863b72011-09-08 19:06:20 +0530235 struct hdmi_video_timings temp;
Mythri P Kc3198a52011-03-12 12:04:27 +0530236 struct hdmi_cm cm = {-1};
237 DSSDBG("hdmi_get_code\n");
238
239 for (i = 0; i < OMAP_HDMI_TIMINGS_NB; i++) {
240 temp = cea_vesa_timings[i].timings;
241 if ((temp.pixel_clock == timing->pixel_clock) &&
242 (temp.x_res == timing->x_res) &&
243 (temp.y_res == timing->y_res)) {
244
245 temp_hsync = temp.hfp + temp.hsw + temp.hbp;
246 timing_hsync = timing->hfp + timing->hsw + timing->hbp;
247 temp_vsync = temp.vfp + temp.vsw + temp.vbp;
248 timing_vsync = timing->vfp + timing->vsw + timing->vbp;
249
250 DSSDBG("temp_hsync = %d , temp_vsync = %d"
251 "timing_hsync = %d, timing_vsync = %d\n",
252 temp_hsync, temp_hsync,
253 timing_hsync, timing_vsync);
254
255 if ((temp_hsync == timing_hsync) &&
256 (temp_vsync == timing_vsync)) {
257 code = i;
258 cm.code = code_index[i];
259 if (code < 14)
260 cm.mode = HDMI_HDMI;
261 else
262 cm.mode = HDMI_DVI;
263 DSSDBG("Hdmi_code = %d mode = %d\n",
264 cm.code, cm.mode);
265 break;
266 }
267 }
268 }
269
270 return cm;
271}
272
273static void get_horz_vert_timing_info(int current_descriptor_addrs, u8 *edid ,
274 struct omap_video_timings *timings)
275{
276 /* X and Y resolution */
277 timings->x_res = (((edid[current_descriptor_addrs + 4] & 0xF0) << 4) |
278 edid[current_descriptor_addrs + 2]);
279 timings->y_res = (((edid[current_descriptor_addrs + 7] & 0xF0) << 4) |
280 edid[current_descriptor_addrs + 5]);
281
282 timings->pixel_clock = ((edid[current_descriptor_addrs + 1] << 8) |
283 edid[current_descriptor_addrs]);
284
285 timings->pixel_clock = 10 * timings->pixel_clock;
286
287 /* HORIZONTAL FRONT PORCH */
288 timings->hfp = edid[current_descriptor_addrs + 8] |
289 ((edid[current_descriptor_addrs + 11] & 0xc0) << 2);
290 /* HORIZONTAL SYNC WIDTH */
291 timings->hsw = edid[current_descriptor_addrs + 9] |
292 ((edid[current_descriptor_addrs + 11] & 0x30) << 4);
293 /* HORIZONTAL BACK PORCH */
294 timings->hbp = (((edid[current_descriptor_addrs + 4] & 0x0F) << 8) |
295 edid[current_descriptor_addrs + 3]) -
296 (timings->hfp + timings->hsw);
297 /* VERTICAL FRONT PORCH */
298 timings->vfp = ((edid[current_descriptor_addrs + 10] & 0xF0) >> 4) |
299 ((edid[current_descriptor_addrs + 11] & 0x0f) << 2);
300 /* VERTICAL SYNC WIDTH */
301 timings->vsw = (edid[current_descriptor_addrs + 10] & 0x0F) |
302 ((edid[current_descriptor_addrs + 11] & 0x03) << 4);
303 /* VERTICAL BACK PORCH */
304 timings->vbp = (((edid[current_descriptor_addrs + 7] & 0x0F) << 8) |
305 edid[current_descriptor_addrs + 6]) -
306 (timings->vfp + timings->vsw);
307
308}
309
310/* Description : This function gets the resolution information from EDID */
311static void get_edid_timing_data(u8 *edid)
312{
313 u8 count;
314 u16 current_descriptor_addrs;
315 struct hdmi_cm cm;
316 struct omap_video_timings edid_timings;
317
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300318 /* search block 0, there are 4 DTDs arranged in priority order */
Mythri P Kc3198a52011-03-12 12:04:27 +0530319 for (count = 0; count < EDID_SIZE_BLOCK0_TIMING_DESCRIPTOR; count++) {
320 current_descriptor_addrs =
321 EDID_DESCRIPTOR_BLOCK0_ADDRESS +
322 count * EDID_TIMING_DESCRIPTOR_SIZE;
323 get_horz_vert_timing_info(current_descriptor_addrs,
324 edid, &edid_timings);
325 cm = hdmi_get_code(&edid_timings);
326 DSSDBG("Block0[%d] value matches code = %d , mode = %d\n",
327 count, cm.code, cm.mode);
328 if (cm.code == -1) {
329 continue;
330 } else {
331 hdmi.code = cm.code;
332 hdmi.mode = cm.mode;
333 DSSDBG("code = %d , mode = %d\n",
334 hdmi.code, hdmi.mode);
335 return;
336 }
337 }
338 if (edid[0x7e] != 0x00) {
339 for (count = 0; count < EDID_SIZE_BLOCK1_TIMING_DESCRIPTOR;
340 count++) {
341 current_descriptor_addrs =
342 EDID_DESCRIPTOR_BLOCK1_ADDRESS +
343 count * EDID_TIMING_DESCRIPTOR_SIZE;
344 get_horz_vert_timing_info(current_descriptor_addrs,
345 edid, &edid_timings);
346 cm = hdmi_get_code(&edid_timings);
347 DSSDBG("Block1[%d] value matches code = %d, mode = %d",
348 count, cm.code, cm.mode);
349 if (cm.code == -1) {
350 continue;
351 } else {
352 hdmi.code = cm.code;
353 hdmi.mode = cm.mode;
354 DSSDBG("code = %d , mode = %d\n",
355 hdmi.code, hdmi.mode);
356 return;
357 }
358 }
359 }
360
361 DSSINFO("no valid timing found , falling back to VGA\n");
362 hdmi.code = 4; /* setting default value of 640 480 VGA */
363 hdmi.mode = HDMI_DVI;
364}
365
366static void hdmi_read_edid(struct omap_video_timings *dp)
367{
368 int ret = 0, code;
369
370 memset(hdmi.edid, 0, HDMI_EDID_MAX_LENGTH);
371
372 if (!hdmi.edid_set)
Mythri P K60634a22011-09-08 19:06:26 +0530373 ret = hdmi.ip_data.ops->read_edid(&hdmi.ip_data, hdmi.edid,
Mythri P K95a8aeb2011-09-08 19:06:18 +0530374 HDMI_EDID_MAX_LENGTH);
Mythri P Kc3198a52011-03-12 12:04:27 +0530375 if (!ret) {
376 if (!memcmp(hdmi.edid, edid_header, sizeof(edid_header))) {
377 /* search for timings of default resolution */
378 get_edid_timing_data(hdmi.edid);
379 hdmi.edid_set = true;
380 }
381 } else {
382 DSSWARN("failed to read E-EDID\n");
383 }
384
385 if (!hdmi.edid_set) {
386 DSSINFO("fallback to VGA\n");
387 hdmi.code = 4; /* setting default value of 640 480 VGA */
388 hdmi.mode = HDMI_DVI;
389 }
390
391 code = get_timings_index();
392
Mythri P K38863b72011-09-08 19:06:20 +0530393 copy_hdmi_to_dss_timings(&cea_vesa_timings[code].timings, dp);
394
Mythri P Kc3198a52011-03-12 12:04:27 +0530395}
396
Mythri P Kc3198a52011-03-12 12:04:27 +0530397static void update_hdmi_timings(struct hdmi_config *cfg,
398 struct omap_video_timings *timings, int code)
399{
400 cfg->timings.timings.x_res = timings->x_res;
401 cfg->timings.timings.y_res = timings->y_res;
402 cfg->timings.timings.hbp = timings->hbp;
403 cfg->timings.timings.hfp = timings->hfp;
404 cfg->timings.timings.hsw = timings->hsw;
405 cfg->timings.timings.vbp = timings->vbp;
406 cfg->timings.timings.vfp = timings->vfp;
407 cfg->timings.timings.vsw = timings->vsw;
408 cfg->timings.timings.pixel_clock = timings->pixel_clock;
409 cfg->timings.vsync_pol = cea_vesa_timings[code].vsync_pol;
410 cfg->timings.hsync_pol = cea_vesa_timings[code].hsync_pol;
411}
412
Archit Taneja6cb07b22011-04-12 13:52:25 +0530413static void hdmi_compute_pll(struct omap_dss_device *dssdev, int phy,
414 struct hdmi_pll_info *pi)
Mythri P Kc3198a52011-03-12 12:04:27 +0530415{
Archit Taneja6cb07b22011-04-12 13:52:25 +0530416 unsigned long clkin, refclk;
Mythri P Kc3198a52011-03-12 12:04:27 +0530417 u32 mf;
418
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300419 clkin = clk_get_rate(hdmi.sys_clk) / 10000;
Mythri P Kc3198a52011-03-12 12:04:27 +0530420 /*
421 * Input clock is predivided by N + 1
422 * out put of which is reference clk
423 */
Tomi Valkeinen8d887672011-08-22 13:02:52 +0300424 if (dssdev->clocks.hdmi.regn == 0)
425 pi->regn = HDMI_DEFAULT_REGN;
426 else
427 pi->regn = dssdev->clocks.hdmi.regn;
428
Archit Taneja6cb07b22011-04-12 13:52:25 +0530429 refclk = clkin / (pi->regn + 1);
Mythri P Kc3198a52011-03-12 12:04:27 +0530430
431 /*
432 * multiplier is pixel_clk/ref_clk
433 * Multiplying by 100 to avoid fractional part removal
434 */
Archit Taneja6cb07b22011-04-12 13:52:25 +0530435 pi->regm = (phy * 100 / (refclk)) / 100;
Tomi Valkeinen8d887672011-08-22 13:02:52 +0300436
437 if (dssdev->clocks.hdmi.regm2 == 0)
438 pi->regm2 = HDMI_DEFAULT_REGM2;
439 else
440 pi->regm2 = dssdev->clocks.hdmi.regm2;
Mythri P Kc3198a52011-03-12 12:04:27 +0530441
442 /*
443 * fractional multiplier is remainder of the difference between
444 * multiplier and actual phy(required pixel clock thus should be
445 * multiplied by 2^18(262144) divided by the reference clock
446 */
447 mf = (phy - pi->regm * refclk) * 262144;
Archit Taneja6cb07b22011-04-12 13:52:25 +0530448 pi->regmf = mf / (refclk);
Mythri P Kc3198a52011-03-12 12:04:27 +0530449
450 /*
451 * Dcofreq should be set to 1 if required pixel clock
452 * is greater than 1000MHz
453 */
454 pi->dcofreq = phy > 1000 * 100;
Archit Taneja6cb07b22011-04-12 13:52:25 +0530455 pi->regsd = ((pi->regm * clkin / 10) / ((pi->regn + 1) * 250) + 5) / 10;
Mythri P Kc3198a52011-03-12 12:04:27 +0530456
Mythri P K7b27da52011-09-08 19:06:19 +0530457 /* Set the reference clock to sysclk reference */
458 pi->refsel = HDMI_REFSEL_SYSCLK;
459
Mythri P Kc3198a52011-03-12 12:04:27 +0530460 DSSDBG("M = %d Mf = %d\n", pi->regm, pi->regmf);
461 DSSDBG("range = %d sd = %d\n", pi->dcofreq, pi->regsd);
462}
463
Mythri P Kc3198a52011-03-12 12:04:27 +0530464static int hdmi_power_on(struct omap_dss_device *dssdev)
465{
466 int r, code = 0;
Mythri P Kc3198a52011-03-12 12:04:27 +0530467 struct omap_video_timings *p;
Archit Taneja6cb07b22011-04-12 13:52:25 +0530468 unsigned long phy;
Mythri P Kc3198a52011-03-12 12:04:27 +0530469
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300470 r = hdmi_runtime_get();
471 if (r)
472 return r;
Mythri P Kc3198a52011-03-12 12:04:27 +0530473
Tomi Valkeinen26d9dd02011-08-16 13:45:15 +0300474 dispc_mgr_enable(OMAP_DSS_CHANNEL_DIGIT, 0);
Mythri P Kc3198a52011-03-12 12:04:27 +0530475
476 p = &dssdev->panel.timings;
477
478 DSSDBG("hdmi_power_on x_res= %d y_res = %d\n",
479 dssdev->panel.timings.x_res,
480 dssdev->panel.timings.y_res);
481
482 if (!hdmi.custom_set) {
483 DSSDBG("Read EDID as no EDID is not set on poweron\n");
484 hdmi_read_edid(p);
485 }
486 code = get_timings_index();
Mythri P K38863b72011-09-08 19:06:20 +0530487 copy_hdmi_to_dss_timings(&cea_vesa_timings[code].timings,
488 &dssdev->panel.timings);
Mythri P K7b27da52011-09-08 19:06:19 +0530489 update_hdmi_timings(&hdmi.ip_data.cfg, p, code);
Mythri P Kc3198a52011-03-12 12:04:27 +0530490
Mythri P Kc3198a52011-03-12 12:04:27 +0530491 phy = p->pixel_clock;
492
Mythri P K7b27da52011-09-08 19:06:19 +0530493 hdmi_compute_pll(dssdev, phy, &hdmi.ip_data.pll_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530494
Mythri P K60634a22011-09-08 19:06:26 +0530495 hdmi.ip_data.ops->video_enable(&hdmi.ip_data, 0);
Mythri P Kc3198a52011-03-12 12:04:27 +0530496
Mythri P K95a8aeb2011-09-08 19:06:18 +0530497 /* config the PLL and PHY hdmi_set_pll_pwrfirst */
Mythri P K60634a22011-09-08 19:06:26 +0530498 r = hdmi.ip_data.ops->pll_enable(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530499 if (r) {
500 DSSDBG("Failed to lock PLL\n");
501 goto err;
502 }
503
Mythri P K60634a22011-09-08 19:06:26 +0530504 r = hdmi.ip_data.ops->phy_enable(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530505 if (r) {
506 DSSDBG("Failed to start PHY\n");
507 goto err;
508 }
509
Mythri P K7b27da52011-09-08 19:06:19 +0530510 hdmi.ip_data.cfg.cm.mode = hdmi.mode;
511 hdmi.ip_data.cfg.cm.code = hdmi.code;
Mythri P K60634a22011-09-08 19:06:26 +0530512 hdmi.ip_data.ops->video_configure(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530513
514 /* Make selection of HDMI in DSS */
515 dss_select_hdmi_venc_clk_source(DSS_HDMI_M_PCLK);
516
517 /* Select the dispc clock source as PRCM clock, to ensure that it is not
518 * DSI PLL source as the clock selected by DSI PLL might not be
519 * sufficient for the resolution selected / that can be changed
520 * dynamically by user. This can be moved to single location , say
521 * Boardfile.
522 */
Archit Taneja6cb07b22011-04-12 13:52:25 +0530523 dss_select_dispc_clk_source(dssdev->clocks.dispc.dispc_fclk_src);
Mythri P Kc3198a52011-03-12 12:04:27 +0530524
525 /* bypass TV gamma table */
526 dispc_enable_gamma_table(0);
527
528 /* tv size */
529 dispc_set_digit_size(dssdev->panel.timings.x_res,
530 dssdev->panel.timings.y_res);
531
Tomi Valkeinen26d9dd02011-08-16 13:45:15 +0300532 dispc_mgr_enable(OMAP_DSS_CHANNEL_DIGIT, 1);
Mythri P Kc3198a52011-03-12 12:04:27 +0530533
Mythri P K60634a22011-09-08 19:06:26 +0530534 hdmi.ip_data.ops->video_enable(&hdmi.ip_data, 1);
Mythri P Kc3198a52011-03-12 12:04:27 +0530535
536 return 0;
537err:
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300538 hdmi_runtime_put();
Mythri P Kc3198a52011-03-12 12:04:27 +0530539 return -EIO;
540}
541
542static void hdmi_power_off(struct omap_dss_device *dssdev)
543{
Tomi Valkeinen26d9dd02011-08-16 13:45:15 +0300544 dispc_mgr_enable(OMAP_DSS_CHANNEL_DIGIT, 0);
Mythri P Kc3198a52011-03-12 12:04:27 +0530545
Mythri P K60634a22011-09-08 19:06:26 +0530546 hdmi.ip_data.ops->video_enable(&hdmi.ip_data, 0);
547 hdmi.ip_data.ops->phy_disable(&hdmi.ip_data);
548 hdmi.ip_data.ops->pll_disable(&hdmi.ip_data);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300549 hdmi_runtime_put();
Mythri P Kc3198a52011-03-12 12:04:27 +0530550
551 hdmi.edid_set = 0;
552}
553
554int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev,
555 struct omap_video_timings *timings)
556{
557 struct hdmi_cm cm;
558
559 cm = hdmi_get_code(timings);
560 if (cm.code == -1) {
561 DSSERR("Invalid timing entered\n");
562 return -EINVAL;
563 }
564
565 return 0;
566
567}
568
569void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev)
570{
571 struct hdmi_cm cm;
572
573 hdmi.custom_set = 1;
574 cm = hdmi_get_code(&dssdev->panel.timings);
575 hdmi.code = cm.code;
576 hdmi.mode = cm.mode;
577 omapdss_hdmi_display_enable(dssdev);
578 hdmi.custom_set = 0;
579}
580
581int omapdss_hdmi_display_enable(struct omap_dss_device *dssdev)
582{
583 int r = 0;
584
585 DSSDBG("ENTER hdmi_display_enable\n");
586
587 mutex_lock(&hdmi.lock);
588
Tomi Valkeinen05e1d602011-06-23 16:38:21 +0300589 if (dssdev->manager == NULL) {
590 DSSERR("failed to enable display: no manager\n");
591 r = -ENODEV;
592 goto err0;
593 }
594
Mythri P Kc3198a52011-03-12 12:04:27 +0530595 r = omap_dss_start_device(dssdev);
596 if (r) {
597 DSSERR("failed to start device\n");
598 goto err0;
599 }
600
601 if (dssdev->platform_enable) {
602 r = dssdev->platform_enable(dssdev);
603 if (r) {
604 DSSERR("failed to enable GPIO's\n");
605 goto err1;
606 }
607 }
608
609 r = hdmi_power_on(dssdev);
610 if (r) {
611 DSSERR("failed to power on device\n");
612 goto err2;
613 }
614
615 mutex_unlock(&hdmi.lock);
616 return 0;
617
618err2:
619 if (dssdev->platform_disable)
620 dssdev->platform_disable(dssdev);
621err1:
622 omap_dss_stop_device(dssdev);
623err0:
624 mutex_unlock(&hdmi.lock);
625 return r;
626}
627
628void omapdss_hdmi_display_disable(struct omap_dss_device *dssdev)
629{
630 DSSDBG("Enter hdmi_display_disable\n");
631
632 mutex_lock(&hdmi.lock);
633
634 hdmi_power_off(dssdev);
635
636 if (dssdev->platform_disable)
637 dssdev->platform_disable(dssdev);
638
639 omap_dss_stop_device(dssdev);
640
641 mutex_unlock(&hdmi.lock);
642}
643
Ricardo Neri82335c42011-04-05 16:05:18 -0500644#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
645 defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
Ricardo Neriad44cc32011-05-18 22:31:56 -0500646
Mythri P K95a8aeb2011-09-08 19:06:18 +0530647static int hdmi_audio_hw_params(struct hdmi_ip_data *ip_data,
648 struct snd_pcm_substream *substream,
Ricardo Neriad44cc32011-05-18 22:31:56 -0500649 struct snd_pcm_hw_params *params,
650 struct snd_soc_dai *dai)
651{
652 struct hdmi_audio_format audio_format;
653 struct hdmi_audio_dma audio_dma;
654 struct hdmi_core_audio_config core_cfg;
655 struct hdmi_core_infoframe_audio aud_if_cfg;
656 int err, n, cts;
657 enum hdmi_core_audio_sample_freq sample_freq;
658
659 switch (params_format(params)) {
660 case SNDRV_PCM_FORMAT_S16_LE:
661 core_cfg.i2s_cfg.word_max_length =
662 HDMI_AUDIO_I2S_MAX_WORD_20BITS;
663 core_cfg.i2s_cfg.word_length = HDMI_AUDIO_I2S_CHST_WORD_16_BITS;
664 core_cfg.i2s_cfg.in_length_bits =
665 HDMI_AUDIO_I2S_INPUT_LENGTH_16;
666 core_cfg.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_LEFT;
667 audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_TWOSAMPLES;
668 audio_format.sample_size = HDMI_AUDIO_SAMPLE_16BITS;
669 audio_format.justification = HDMI_AUDIO_JUSTIFY_LEFT;
670 audio_dma.transfer_size = 0x10;
671 break;
672 case SNDRV_PCM_FORMAT_S24_LE:
673 core_cfg.i2s_cfg.word_max_length =
674 HDMI_AUDIO_I2S_MAX_WORD_24BITS;
675 core_cfg.i2s_cfg.word_length = HDMI_AUDIO_I2S_CHST_WORD_24_BITS;
676 core_cfg.i2s_cfg.in_length_bits =
677 HDMI_AUDIO_I2S_INPUT_LENGTH_24;
678 audio_format.samples_per_word = HDMI_AUDIO_ONEWORD_ONESAMPLE;
679 audio_format.sample_size = HDMI_AUDIO_SAMPLE_24BITS;
680 audio_format.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
681 core_cfg.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
682 audio_dma.transfer_size = 0x20;
683 break;
684 default:
685 return -EINVAL;
686 }
687
688 switch (params_rate(params)) {
689 case 32000:
690 sample_freq = HDMI_AUDIO_FS_32000;
691 break;
692 case 44100:
693 sample_freq = HDMI_AUDIO_FS_44100;
694 break;
695 case 48000:
696 sample_freq = HDMI_AUDIO_FS_48000;
697 break;
698 default:
699 return -EINVAL;
700 }
701
Mythri P K95a8aeb2011-09-08 19:06:18 +0530702 err = hdmi_config_audio_acr(ip_data, params_rate(params), &n, &cts);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500703 if (err < 0)
704 return err;
705
706 /* Audio wrapper config */
707 audio_format.stereo_channels = HDMI_AUDIO_STEREO_ONECHANNEL;
708 audio_format.active_chnnls_msk = 0x03;
709 audio_format.type = HDMI_AUDIO_TYPE_LPCM;
710 audio_format.sample_order = HDMI_AUDIO_SAMPLE_LEFT_FIRST;
711 /* Disable start/stop signals of IEC 60958 blocks */
712 audio_format.en_sig_blk_strt_end = HDMI_AUDIO_BLOCK_SIG_STARTEND_OFF;
713
714 audio_dma.block_size = 0xC0;
715 audio_dma.mode = HDMI_AUDIO_TRANSF_DMA;
716 audio_dma.fifo_threshold = 0x20; /* in number of samples */
717
Mythri P K95a8aeb2011-09-08 19:06:18 +0530718 hdmi_wp_audio_config_dma(ip_data, &audio_dma);
719 hdmi_wp_audio_config_format(ip_data, &audio_format);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500720
721 /*
722 * I2S config
723 */
724 core_cfg.i2s_cfg.en_high_bitrate_aud = false;
725 /* Only used with high bitrate audio */
726 core_cfg.i2s_cfg.cbit_order = false;
727 /* Serial data and word select should change on sck rising edge */
728 core_cfg.i2s_cfg.sck_edge_mode = HDMI_AUDIO_I2S_SCK_EDGE_RISING;
729 core_cfg.i2s_cfg.vbit = HDMI_AUDIO_I2S_VBIT_FOR_PCM;
730 /* Set I2S word select polarity */
731 core_cfg.i2s_cfg.ws_polarity = HDMI_AUDIO_I2S_WS_POLARITY_LOW_IS_LEFT;
732 core_cfg.i2s_cfg.direction = HDMI_AUDIO_I2S_MSB_SHIFTED_FIRST;
733 /* Set serial data to word select shift. See Phillips spec. */
734 core_cfg.i2s_cfg.shift = HDMI_AUDIO_I2S_FIRST_BIT_SHIFT;
735 /* Enable one of the four available serial data channels */
736 core_cfg.i2s_cfg.active_sds = HDMI_AUDIO_I2S_SD0_EN;
737
738 /* Core audio config */
739 core_cfg.freq_sample = sample_freq;
740 core_cfg.n = n;
741 core_cfg.cts = cts;
742 if (dss_has_feature(FEAT_HDMI_CTS_SWMODE)) {
743 core_cfg.aud_par_busclk = 0;
744 core_cfg.cts_mode = HDMI_AUDIO_CTS_MODE_SW;
745 core_cfg.use_mclk = false;
746 } else {
747 core_cfg.aud_par_busclk = (((128 * 31) - 1) << 8);
748 core_cfg.cts_mode = HDMI_AUDIO_CTS_MODE_HW;
749 core_cfg.use_mclk = true;
750 core_cfg.mclk_mode = HDMI_AUDIO_MCLK_128FS;
751 }
752 core_cfg.layout = HDMI_AUDIO_LAYOUT_2CH;
753 core_cfg.en_spdif = false;
754 /* Use sample frequency from channel status word */
755 core_cfg.fs_override = true;
756 /* Enable ACR packets */
757 core_cfg.en_acr_pkt = true;
758 /* Disable direct streaming digital audio */
759 core_cfg.en_dsd_audio = false;
760 /* Use parallel audio interface */
761 core_cfg.en_parallel_aud_input = true;
762
Mythri P K95a8aeb2011-09-08 19:06:18 +0530763 hdmi_core_audio_config(ip_data, &core_cfg);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500764
765 /*
766 * Configure packet
767 * info frame audio see doc CEA861-D page 74
768 */
769 aud_if_cfg.db1_coding_type = HDMI_INFOFRAME_AUDIO_DB1CT_FROM_STREAM;
770 aud_if_cfg.db1_channel_count = 2;
771 aud_if_cfg.db2_sample_freq = HDMI_INFOFRAME_AUDIO_DB2SF_FROM_STREAM;
772 aud_if_cfg.db2_sample_size = HDMI_INFOFRAME_AUDIO_DB2SS_FROM_STREAM;
773 aud_if_cfg.db4_channel_alloc = 0x00;
774 aud_if_cfg.db5_downmix_inh = false;
775 aud_if_cfg.db5_lsv = 0;
776
Mythri P K95a8aeb2011-09-08 19:06:18 +0530777 hdmi_core_audio_infoframe_config(ip_data, &aud_if_cfg);
Ricardo Neriad44cc32011-05-18 22:31:56 -0500778 return 0;
779}
780
Ricardo Neriad44cc32011-05-18 22:31:56 -0500781static int hdmi_audio_startup(struct snd_pcm_substream *substream,
782 struct snd_soc_dai *dai)
783{
784 if (!hdmi.mode) {
785 pr_err("Current video settings do not support audio.\n");
786 return -EIO;
787 }
788 return 0;
789}
790
791static struct snd_soc_codec_driver hdmi_audio_codec_drv = {
792};
793
794static struct snd_soc_dai_ops hdmi_audio_codec_ops = {
795 .hw_params = hdmi_audio_hw_params,
796 .trigger = hdmi_audio_trigger,
797 .startup = hdmi_audio_startup,
798};
799
800static struct snd_soc_dai_driver hdmi_codec_dai_drv = {
801 .name = "hdmi-audio-codec",
802 .playback = {
803 .channels_min = 2,
804 .channels_max = 2,
805 .rates = SNDRV_PCM_RATE_32000 |
806 SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000,
807 .formats = SNDRV_PCM_FMTBIT_S16_LE |
808 SNDRV_PCM_FMTBIT_S24_LE,
809 },
810 .ops = &hdmi_audio_codec_ops,
811};
Ricardo Neri82335c42011-04-05 16:05:18 -0500812#endif
813
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300814static int hdmi_get_clocks(struct platform_device *pdev)
815{
816 struct clk *clk;
817
818 clk = clk_get(&pdev->dev, "sys_clk");
819 if (IS_ERR(clk)) {
820 DSSERR("can't get sys_clk\n");
821 return PTR_ERR(clk);
822 }
823
824 hdmi.sys_clk = clk;
825
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300826 return 0;
827}
828
829static void hdmi_put_clocks(void)
830{
831 if (hdmi.sys_clk)
832 clk_put(hdmi.sys_clk);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300833}
834
Mythri P Kc3198a52011-03-12 12:04:27 +0530835/* HDMI HW IP initialisation */
836static int omapdss_hdmihw_probe(struct platform_device *pdev)
837{
838 struct resource *hdmi_mem;
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300839 int r;
Mythri P Kc3198a52011-03-12 12:04:27 +0530840
841 hdmi.pdata = pdev->dev.platform_data;
842 hdmi.pdev = pdev;
843
844 mutex_init(&hdmi.lock);
845
846 hdmi_mem = platform_get_resource(hdmi.pdev, IORESOURCE_MEM, 0);
847 if (!hdmi_mem) {
848 DSSERR("can't get IORESOURCE_MEM HDMI\n");
849 return -EINVAL;
850 }
851
852 /* Base address taken from platform */
Mythri P K95a8aeb2011-09-08 19:06:18 +0530853 hdmi.ip_data.base_wp = ioremap(hdmi_mem->start,
854 resource_size(hdmi_mem));
855 if (!hdmi.ip_data.base_wp) {
Mythri P Kc3198a52011-03-12 12:04:27 +0530856 DSSERR("can't ioremap WP\n");
857 return -ENOMEM;
858 }
859
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300860 r = hdmi_get_clocks(pdev);
861 if (r) {
Mythri P K95a8aeb2011-09-08 19:06:18 +0530862 iounmap(hdmi.ip_data.base_wp);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300863 return r;
864 }
865
866 pm_runtime_enable(&pdev->dev);
867
Mythri P K95a8aeb2011-09-08 19:06:18 +0530868 hdmi.ip_data.core_sys_offset = HDMI_CORE_SYS;
869 hdmi.ip_data.core_av_offset = HDMI_CORE_AV;
870 hdmi.ip_data.pll_offset = HDMI_PLLCTRL;
871 hdmi.ip_data.phy_offset = HDMI_PHY;
872
Mythri P Kc3198a52011-03-12 12:04:27 +0530873 hdmi_panel_init();
874
Ricardo Neriad44cc32011-05-18 22:31:56 -0500875#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
876 defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
877
878 /* Register ASoC codec DAI */
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300879 r = snd_soc_register_codec(&pdev->dev, &hdmi_audio_codec_drv,
Ricardo Neriad44cc32011-05-18 22:31:56 -0500880 &hdmi_codec_dai_drv, 1);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300881 if (r) {
Ricardo Neriad44cc32011-05-18 22:31:56 -0500882 DSSERR("can't register ASoC HDMI audio codec\n");
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300883 return r;
Ricardo Neriad44cc32011-05-18 22:31:56 -0500884 }
885#endif
Mythri P Kc3198a52011-03-12 12:04:27 +0530886 return 0;
887}
888
889static int omapdss_hdmihw_remove(struct platform_device *pdev)
890{
891 hdmi_panel_exit();
892
Ricardo Neriad44cc32011-05-18 22:31:56 -0500893#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \
894 defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE)
895 snd_soc_unregister_codec(&pdev->dev);
896#endif
897
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300898 pm_runtime_disable(&pdev->dev);
899
900 hdmi_put_clocks();
901
Mythri P K95a8aeb2011-09-08 19:06:18 +0530902 iounmap(hdmi.ip_data.base_wp);
Mythri P Kc3198a52011-03-12 12:04:27 +0530903
904 return 0;
905}
906
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300907static int hdmi_runtime_suspend(struct device *dev)
908{
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300909 clk_disable(hdmi.sys_clk);
910
911 dispc_runtime_put();
912 dss_runtime_put();
913
914 return 0;
915}
916
917static int hdmi_runtime_resume(struct device *dev)
918{
919 int r;
920
921 r = dss_runtime_get();
922 if (r < 0)
923 goto err_get_dss;
924
925 r = dispc_runtime_get();
926 if (r < 0)
927 goto err_get_dispc;
928
929
930 clk_enable(hdmi.sys_clk);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300931
932 return 0;
933
934err_get_dispc:
935 dss_runtime_put();
936err_get_dss:
937 return r;
938}
939
940static const struct dev_pm_ops hdmi_pm_ops = {
941 .runtime_suspend = hdmi_runtime_suspend,
942 .runtime_resume = hdmi_runtime_resume,
943};
944
Mythri P Kc3198a52011-03-12 12:04:27 +0530945static struct platform_driver omapdss_hdmihw_driver = {
946 .probe = omapdss_hdmihw_probe,
947 .remove = omapdss_hdmihw_remove,
948 .driver = {
949 .name = "omapdss_hdmi",
950 .owner = THIS_MODULE,
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300951 .pm = &hdmi_pm_ops,
Mythri P Kc3198a52011-03-12 12:04:27 +0530952 },
953};
954
955int hdmi_init_platform_driver(void)
956{
957 return platform_driver_register(&omapdss_hdmihw_driver);
958}
959
960void hdmi_uninit_platform_driver(void)
961{
962 return platform_driver_unregister(&omapdss_hdmihw_driver);
963}