blob: a65dafaa0d723318855b4cd45c78d6647bbacdd7 [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>
Mythri P Kc3198a52011-03-12 12:04:27 +053036
Mythri P K94c52982011-09-08 19:06:21 +053037#include "ti_hdmi.h"
Mythri P Kc3198a52011-03-12 12:04:27 +053038#include "dss.h"
Ricardo Neriad44cc32011-05-18 22:31:56 -050039#include "dss_features.h"
Mythri P Kc3198a52011-03-12 12:04:27 +053040
Mythri P K95a8aeb2011-09-08 19:06:18 +053041#define HDMI_WP 0x0
42#define HDMI_CORE_SYS 0x400
43#define HDMI_CORE_AV 0x900
44#define HDMI_PLLCTRL 0x200
45#define HDMI_PHY 0x300
46
Mythri P K7c1f1ec2011-09-08 19:06:22 +053047/* HDMI EDID Length move this */
48#define HDMI_EDID_MAX_LENGTH 256
49#define EDID_TIMING_DESCRIPTOR_SIZE 0x12
50#define EDID_DESCRIPTOR_BLOCK0_ADDRESS 0x36
51#define EDID_DESCRIPTOR_BLOCK1_ADDRESS 0x80
52#define EDID_SIZE_BLOCK0_TIMING_DESCRIPTOR 4
53#define EDID_SIZE_BLOCK1_TIMING_DESCRIPTOR 4
54
Tomi Valkeinenb44e4582011-08-22 13:16:24 +030055#define HDMI_DEFAULT_REGN 16
Tomi Valkeinen8d88767a2011-08-22 13:02:52 +030056#define HDMI_DEFAULT_REGM2 1
57
Mythri P Kc3198a52011-03-12 12:04:27 +053058static struct {
59 struct mutex lock;
Mythri P Kc3198a52011-03-12 12:04:27 +053060 struct platform_device *pdev;
Mythri P K95a8aeb2011-09-08 19:06:18 +053061 struct hdmi_ip_data ip_data;
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +030062
63 struct clk *sys_clk;
Mythri P Kc3198a52011-03-12 12:04:27 +053064} hdmi;
65
66/*
67 * Logic for the below structure :
68 * user enters the CEA or VESA timings by specifying the HDMI/DVI code.
69 * There is a correspondence between CEA/VESA timing and code, please
70 * refer to section 6.3 in HDMI 1.3 specification for timing code.
71 *
72 * In the below structure, cea_vesa_timings corresponds to all OMAP4
73 * supported CEA and VESA timing values.code_cea corresponds to the CEA
74 * code, It is used to get the timing from cea_vesa_timing array.Similarly
75 * with code_vesa. Code_index is used for back mapping, that is once EDID
76 * is read from the TV, EDID is parsed to find the timing values and then
77 * map it to corresponding CEA or VESA index.
78 */
79
Mythri P K46095b22012-01-06 17:52:09 +053080static const struct hdmi_config cea_timings[] = {
Archit Tanejacc937e52012-06-24 13:08:10 +053081 {
82 { 640, 480, 25200, 96, 16, 48, 2, 10, 33,
83 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
84 false, },
85 { 1, HDMI_HDMI },
86 },
87 {
88 { 720, 480, 27027, 62, 16, 60, 6, 9, 30,
89 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
90 false, },
91 { 2, HDMI_HDMI },
92 },
93 {
94 { 1280, 720, 74250, 40, 110, 220, 5, 5, 20,
95 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
96 false, },
97 { 4, HDMI_HDMI },
98 },
99 {
100 { 1920, 540, 74250, 44, 88, 148, 5, 2, 15,
101 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
102 true, },
103 { 5, HDMI_HDMI },
104 },
105 {
106 { 1440, 240, 27027, 124, 38, 114, 3, 4, 15,
107 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
108 true, },
109 { 6, HDMI_HDMI },
110 },
111 {
112 { 1920, 1080, 148500, 44, 88, 148, 5, 4, 36,
113 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
114 false, },
115 { 16, HDMI_HDMI },
116 },
117 {
118 { 720, 576, 27000, 64, 12, 68, 5, 5, 39,
119 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
120 false, },
121 { 17, HDMI_HDMI },
122 },
123 {
124 { 1280, 720, 74250, 40, 440, 220, 5, 5, 20,
125 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
126 false, },
127 { 19, HDMI_HDMI },
128 },
129 {
130 { 1920, 540, 74250, 44, 528, 148, 5, 2, 15,
131 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
132 true, },
133 { 20, HDMI_HDMI },
134 },
135 {
136 { 1440, 288, 27000, 126, 24, 138, 3, 2, 19,
137 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
138 true, },
139 { 21, HDMI_HDMI },
140 },
141 {
142 { 1440, 576, 54000, 128, 24, 136, 5, 5, 39,
143 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
144 false, },
145 { 29, HDMI_HDMI },
146 },
147 {
148 { 1920, 1080, 148500, 44, 528, 148, 5, 4, 36,
149 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
150 false, },
151 { 31, HDMI_HDMI },
152 },
153 {
154 { 1920, 1080, 74250, 44, 638, 148, 5, 4, 36,
155 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
156 false, },
157 { 32, HDMI_HDMI },
158 },
159 {
160 { 2880, 480, 108108, 248, 64, 240, 6, 9, 30,
161 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
162 false, },
163 { 35, HDMI_HDMI },
164 },
165 {
166 { 2880, 576, 108000, 256, 48, 272, 5, 5, 39,
167 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
168 false, },
169 { 37, HDMI_HDMI },
170 },
Mythri P K46095b22012-01-06 17:52:09 +0530171};
Archit Tanejacc937e52012-06-24 13:08:10 +0530172
Mythri P K46095b22012-01-06 17:52:09 +0530173static const struct hdmi_config vesa_timings[] = {
Mythri P Ka05ce782012-01-06 17:52:08 +0530174/* VESA From Here */
Archit Tanejacc937e52012-06-24 13:08:10 +0530175 {
176 { 640, 480, 25175, 96, 16, 48, 2, 11, 31,
177 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
178 false, },
179 { 4, HDMI_DVI },
180 },
181 {
182 { 800, 600, 40000, 128, 40, 88, 4, 1, 23,
183 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
184 false, },
185 { 9, HDMI_DVI },
186 },
187 {
188 { 848, 480, 33750, 112, 16, 112, 8, 6, 23,
189 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
190 false, },
191 { 0xE, HDMI_DVI },
192 },
193 {
194 { 1280, 768, 79500, 128, 64, 192, 7, 3, 20,
195 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_LOW,
196 false, },
197 { 0x17, HDMI_DVI },
198 },
199 {
200 { 1280, 800, 83500, 128, 72, 200, 6, 3, 22,
201 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_LOW,
202 false, },
203 { 0x1C, HDMI_DVI },
204 },
205 {
206 { 1360, 768, 85500, 112, 64, 256, 6, 3, 18,
207 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
208 false, },
209 { 0x27, HDMI_DVI },
210 },
211 {
212 { 1280, 960, 108000, 112, 96, 312, 3, 1, 36,
213 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
214 false, },
215 { 0x20, HDMI_DVI },
216 },
217 {
218 { 1280, 1024, 108000, 112, 48, 248, 3, 1, 38,
219 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
220 false, },
221 { 0x23, HDMI_DVI },
222 },
223 {
224 { 1024, 768, 65000, 136, 24, 160, 6, 3, 29,
225 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_LOW,
226 false, },
227 { 0x10, HDMI_DVI },
228 },
229 {
230 { 1400, 1050, 121750, 144, 88, 232, 4, 3, 32,
231 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_LOW,
232 false, },
233 { 0x2A, HDMI_DVI },
234 },
235 {
236 { 1440, 900, 106500, 152, 80, 232, 6, 3, 25,
237 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_LOW,
238 false, },
239 { 0x2F, HDMI_DVI },
240 },
241 {
242 { 1680, 1050, 146250, 176 , 104, 280, 6, 3, 30,
243 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_LOW,
244 false, },
245 { 0x3A, HDMI_DVI },
246 },
247 {
248 { 1366, 768, 85500, 143, 70, 213, 3, 3, 24,
249 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
250 false, },
251 { 0x51, HDMI_DVI },
252 },
253 {
254 { 1920, 1080, 148500, 44, 148, 80, 5, 4, 36,
255 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
256 false, },
257 { 0x52, HDMI_DVI },
258 },
259 {
260 { 1280, 768, 68250, 32, 48, 80, 7, 3, 12,
261 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_HIGH,
262 false, },
263 { 0x16, HDMI_DVI },
264 },
265 {
266 { 1400, 1050, 101000, 32, 48, 80, 4, 3, 23,
267 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_HIGH,
268 false, },
269 { 0x29, HDMI_DVI },
270 },
271 {
272 { 1680, 1050, 119000, 32, 48, 80, 6, 3, 21,
273 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_HIGH,
274 false, },
275 { 0x39, HDMI_DVI },
276 },
277 {
278 { 1280, 800, 79500, 32, 48, 80, 6, 3, 14,
279 OMAPDSS_SIG_ACTIVE_LOW, OMAPDSS_SIG_ACTIVE_HIGH,
280 false, },
281 { 0x1B, HDMI_DVI },
282 },
283 {
284 { 1280, 720, 74250, 40, 110, 220, 5, 5, 20,
285 OMAPDSS_SIG_ACTIVE_HIGH, OMAPDSS_SIG_ACTIVE_HIGH,
286 false, },
287 { 0x55, HDMI_DVI },
288 },
Mythri P Kc3198a52011-03-12 12:04:27 +0530289};
290
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300291static int hdmi_runtime_get(void)
292{
293 int r;
294
295 DSSDBG("hdmi_runtime_get\n");
296
297 r = pm_runtime_get_sync(&hdmi.pdev->dev);
298 WARN_ON(r < 0);
Archit Tanejaa247ce782012-02-10 11:45:52 +0530299 if (r < 0)
Tomi Valkeinen852f0832012-02-17 17:58:04 +0200300 return r;
Archit Tanejaa247ce782012-02-10 11:45:52 +0530301
302 return 0;
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300303}
304
305static void hdmi_runtime_put(void)
306{
307 int r;
308
309 DSSDBG("hdmi_runtime_put\n");
310
Tomi Valkeinen0eaf9f52012-01-23 13:23:08 +0200311 r = pm_runtime_put_sync(&hdmi.pdev->dev);
Tomi Valkeinen5be3aeb2012-06-27 16:37:18 +0300312 WARN_ON(r < 0 && r != -ENOSYS);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300313}
314
Tomi Valkeinen9d8232a2012-03-01 16:58:39 +0200315static int __init hdmi_init_display(struct omap_dss_device *dssdev)
Mythri P Kc3198a52011-03-12 12:04:27 +0530316{
317 DSSDBG("init_display\n");
318
Mythri P K60634a22011-09-08 19:06:26 +0530319 dss_init_hdmi_ip_ops(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530320 return 0;
321}
322
Mythri P K46095b22012-01-06 17:52:09 +0530323static const struct hdmi_config *hdmi_find_timing(
324 const struct hdmi_config *timings_arr,
325 int len)
Mythri P Kc3198a52011-03-12 12:04:27 +0530326{
Mythri P K46095b22012-01-06 17:52:09 +0530327 int i;
Mythri P Kc3198a52011-03-12 12:04:27 +0530328
Mythri P K46095b22012-01-06 17:52:09 +0530329 for (i = 0; i < len; i++) {
Mythri P K9e4ed602012-01-06 17:52:10 +0530330 if (timings_arr[i].cm.code == hdmi.ip_data.cfg.cm.code)
Mythri P K46095b22012-01-06 17:52:09 +0530331 return &timings_arr[i];
Mythri P Kc3198a52011-03-12 12:04:27 +0530332 }
Mythri P K46095b22012-01-06 17:52:09 +0530333 return NULL;
334}
335
336static const struct hdmi_config *hdmi_get_timings(void)
337{
338 const struct hdmi_config *arr;
339 int len;
340
Mythri P K9e4ed602012-01-06 17:52:10 +0530341 if (hdmi.ip_data.cfg.cm.mode == HDMI_DVI) {
Mythri P K46095b22012-01-06 17:52:09 +0530342 arr = vesa_timings;
343 len = ARRAY_SIZE(vesa_timings);
344 } else {
345 arr = cea_timings;
346 len = ARRAY_SIZE(cea_timings);
347 }
348
349 return hdmi_find_timing(arr, len);
350}
351
352static bool hdmi_timings_compare(struct omap_video_timings *timing1,
Archit Tanejacc937e52012-06-24 13:08:10 +0530353 const struct omap_video_timings *timing2)
Mythri P K46095b22012-01-06 17:52:09 +0530354{
355 int timing1_vsync, timing1_hsync, timing2_vsync, timing2_hsync;
356
357 if ((timing2->pixel_clock == timing1->pixel_clock) &&
358 (timing2->x_res == timing1->x_res) &&
359 (timing2->y_res == timing1->y_res)) {
360
361 timing2_hsync = timing2->hfp + timing2->hsw + timing2->hbp;
362 timing1_hsync = timing1->hfp + timing1->hsw + timing1->hbp;
363 timing2_vsync = timing2->vfp + timing2->vsw + timing2->vbp;
364 timing1_vsync = timing2->vfp + timing2->vsw + timing2->vbp;
365
366 DSSDBG("timing1_hsync = %d timing1_vsync = %d"\
367 "timing2_hsync = %d timing2_vsync = %d\n",
368 timing1_hsync, timing1_vsync,
369 timing2_hsync, timing2_vsync);
370
371 if ((timing1_hsync == timing2_hsync) &&
372 (timing1_vsync == timing2_vsync)) {
373 return true;
374 }
375 }
376 return false;
Mythri P Kc3198a52011-03-12 12:04:27 +0530377}
378
379static struct hdmi_cm hdmi_get_code(struct omap_video_timings *timing)
380{
Mythri P K46095b22012-01-06 17:52:09 +0530381 int i;
Mythri P Kc3198a52011-03-12 12:04:27 +0530382 struct hdmi_cm cm = {-1};
383 DSSDBG("hdmi_get_code\n");
384
Mythri P K46095b22012-01-06 17:52:09 +0530385 for (i = 0; i < ARRAY_SIZE(cea_timings); i++) {
386 if (hdmi_timings_compare(timing, &cea_timings[i].timings)) {
387 cm = cea_timings[i].cm;
388 goto end;
389 }
390 }
391 for (i = 0; i < ARRAY_SIZE(vesa_timings); i++) {
392 if (hdmi_timings_compare(timing, &vesa_timings[i].timings)) {
393 cm = vesa_timings[i].cm;
394 goto end;
Mythri P Kc3198a52011-03-12 12:04:27 +0530395 }
396 }
397
Mythri P K46095b22012-01-06 17:52:09 +0530398end: return cm;
Mythri P Kc3198a52011-03-12 12:04:27 +0530399
Mythri P Kc3198a52011-03-12 12:04:27 +0530400}
401
Archit Tanejac3dc6a72011-09-13 18:28:41 +0530402unsigned long hdmi_get_pixel_clock(void)
403{
404 /* HDMI Pixel Clock in Mhz */
Mythri P Ka05ce782012-01-06 17:52:08 +0530405 return hdmi.ip_data.cfg.timings.pixel_clock * 1000;
Archit Tanejac3dc6a72011-09-13 18:28:41 +0530406}
407
Archit Taneja6cb07b22011-04-12 13:52:25 +0530408static void hdmi_compute_pll(struct omap_dss_device *dssdev, int phy,
409 struct hdmi_pll_info *pi)
Mythri P Kc3198a52011-03-12 12:04:27 +0530410{
Archit Taneja6cb07b22011-04-12 13:52:25 +0530411 unsigned long clkin, refclk;
Mythri P Kc3198a52011-03-12 12:04:27 +0530412 u32 mf;
413
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300414 clkin = clk_get_rate(hdmi.sys_clk) / 10000;
Mythri P Kc3198a52011-03-12 12:04:27 +0530415 /*
416 * Input clock is predivided by N + 1
417 * out put of which is reference clk
418 */
Tomi Valkeinen8d88767a2011-08-22 13:02:52 +0300419 if (dssdev->clocks.hdmi.regn == 0)
420 pi->regn = HDMI_DEFAULT_REGN;
421 else
422 pi->regn = dssdev->clocks.hdmi.regn;
423
Tomi Valkeinenb44e4582011-08-22 13:16:24 +0300424 refclk = clkin / pi->regn;
Mythri P Kc3198a52011-03-12 12:04:27 +0530425
Tomi Valkeinen8d88767a2011-08-22 13:02:52 +0300426 if (dssdev->clocks.hdmi.regm2 == 0)
427 pi->regm2 = HDMI_DEFAULT_REGM2;
428 else
429 pi->regm2 = dssdev->clocks.hdmi.regm2;
Mythri P Kc3198a52011-03-12 12:04:27 +0530430
431 /*
Mythri P Kdd2116a2012-02-21 12:10:58 +0530432 * multiplier is pixel_clk/ref_clk
433 * Multiplying by 100 to avoid fractional part removal
434 */
435 pi->regm = phy * pi->regm2 / refclk;
436
437 /*
Mythri P Kc3198a52011-03-12 12:04:27 +0530438 * fractional multiplier is remainder of the difference between
439 * multiplier and actual phy(required pixel clock thus should be
440 * multiplied by 2^18(262144) divided by the reference clock
441 */
Mythri P Kdd2116a2012-02-21 12:10:58 +0530442 mf = (phy - pi->regm / pi->regm2 * refclk) * 262144;
443 pi->regmf = pi->regm2 * mf / refclk;
Mythri P Kc3198a52011-03-12 12:04:27 +0530444
445 /*
446 * Dcofreq should be set to 1 if required pixel clock
447 * is greater than 1000MHz
448 */
449 pi->dcofreq = phy > 1000 * 100;
Tomi Valkeinenb44e4582011-08-22 13:16:24 +0300450 pi->regsd = ((pi->regm * clkin / 10) / (pi->regn * 250) + 5) / 10;
Mythri P Kc3198a52011-03-12 12:04:27 +0530451
Mythri P K7b27da52011-09-08 19:06:19 +0530452 /* Set the reference clock to sysclk reference */
453 pi->refsel = HDMI_REFSEL_SYSCLK;
454
Mythri P Kc3198a52011-03-12 12:04:27 +0530455 DSSDBG("M = %d Mf = %d\n", pi->regm, pi->regmf);
456 DSSDBG("range = %d sd = %d\n", pi->dcofreq, pi->regsd);
457}
458
Mythri P Kc3198a52011-03-12 12:04:27 +0530459static int hdmi_power_on(struct omap_dss_device *dssdev)
460{
Mythri P K46095b22012-01-06 17:52:09 +0530461 int r;
462 const struct hdmi_config *timing;
Mythri P Kc3198a52011-03-12 12:04:27 +0530463 struct omap_video_timings *p;
Archit Taneja6cb07b22011-04-12 13:52:25 +0530464 unsigned long phy;
Mythri P Kc3198a52011-03-12 12:04:27 +0530465
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300466 r = hdmi_runtime_get();
467 if (r)
468 return r;
Mythri P Kc3198a52011-03-12 12:04:27 +0530469
Tomi Valkeinen7797c6d2011-11-04 10:22:46 +0200470 dss_mgr_disable(dssdev->manager);
Mythri P Kc3198a52011-03-12 12:04:27 +0530471
472 p = &dssdev->panel.timings;
473
474 DSSDBG("hdmi_power_on x_res= %d y_res = %d\n",
475 dssdev->panel.timings.x_res,
476 dssdev->panel.timings.y_res);
477
Mythri P K46095b22012-01-06 17:52:09 +0530478 timing = hdmi_get_timings();
479 if (timing == NULL) {
480 /* HDMI code 4 corresponds to 640 * 480 VGA */
Mythri P K9e4ed602012-01-06 17:52:10 +0530481 hdmi.ip_data.cfg.cm.code = 4;
Mythri P K46095b22012-01-06 17:52:09 +0530482 /* DVI mode 1 corresponds to HDMI 0 to DVI */
Mythri P K9e4ed602012-01-06 17:52:10 +0530483 hdmi.ip_data.cfg.cm.mode = HDMI_DVI;
Mythri P K46095b22012-01-06 17:52:09 +0530484 hdmi.ip_data.cfg = vesa_timings[0];
485 } else {
486 hdmi.ip_data.cfg = *timing;
487 }
Mythri P Kc3198a52011-03-12 12:04:27 +0530488 phy = p->pixel_clock;
489
Mythri P K7b27da52011-09-08 19:06:19 +0530490 hdmi_compute_pll(dssdev, phy, &hdmi.ip_data.pll_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530491
Ricardo Neric0456be2012-04-27 13:48:45 -0500492 hdmi.ip_data.ops->video_disable(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530493
Mythri P K95a8aeb2011-09-08 19:06:18 +0530494 /* config the PLL and PHY hdmi_set_pll_pwrfirst */
Mythri P K60634a22011-09-08 19:06:26 +0530495 r = hdmi.ip_data.ops->pll_enable(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530496 if (r) {
497 DSSDBG("Failed to lock PLL\n");
498 goto err;
499 }
500
Mythri P K60634a22011-09-08 19:06:26 +0530501 r = hdmi.ip_data.ops->phy_enable(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530502 if (r) {
503 DSSDBG("Failed to start PHY\n");
Ricardo Nerid3b4aa52012-07-30 19:12:02 -0500504 goto err_phy_enable;
Mythri P Kc3198a52011-03-12 12:04:27 +0530505 }
506
Mythri P K60634a22011-09-08 19:06:26 +0530507 hdmi.ip_data.ops->video_configure(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530508
509 /* Make selection of HDMI in DSS */
510 dss_select_hdmi_venc_clk_source(DSS_HDMI_M_PCLK);
511
512 /* Select the dispc clock source as PRCM clock, to ensure that it is not
513 * DSI PLL source as the clock selected by DSI PLL might not be
514 * sufficient for the resolution selected / that can be changed
515 * dynamically by user. This can be moved to single location , say
516 * Boardfile.
517 */
Archit Taneja6cb07b22011-04-12 13:52:25 +0530518 dss_select_dispc_clk_source(dssdev->clocks.dispc.dispc_fclk_src);
Mythri P Kc3198a52011-03-12 12:04:27 +0530519
520 /* bypass TV gamma table */
521 dispc_enable_gamma_table(0);
522
523 /* tv size */
Archit Taneja41721162012-04-26 20:10:46 +0530524 dss_mgr_set_timings(dssdev->manager, &dssdev->panel.timings);
Mythri P Kc3198a52011-03-12 12:04:27 +0530525
Ricardo Neric0456be2012-04-27 13:48:45 -0500526 r = hdmi.ip_data.ops->video_enable(&hdmi.ip_data);
527 if (r)
528 goto err_vid_enable;
Mythri P Kc3198a52011-03-12 12:04:27 +0530529
Tomi Valkeinen33ca2372011-11-21 13:42:58 +0200530 r = dss_mgr_enable(dssdev->manager);
531 if (r)
532 goto err_mgr_enable;
Tomi Valkeinen3870c902011-08-31 14:47:11 +0300533
Mythri P Kc3198a52011-03-12 12:04:27 +0530534 return 0;
Tomi Valkeinen33ca2372011-11-21 13:42:58 +0200535
536err_mgr_enable:
Ricardo Neric0456be2012-04-27 13:48:45 -0500537 hdmi.ip_data.ops->video_disable(&hdmi.ip_data);
538err_vid_enable:
Tomi Valkeinen33ca2372011-11-21 13:42:58 +0200539 hdmi.ip_data.ops->phy_disable(&hdmi.ip_data);
Ricardo Nerid3b4aa52012-07-30 19:12:02 -0500540err_phy_enable:
Tomi Valkeinen33ca2372011-11-21 13:42:58 +0200541 hdmi.ip_data.ops->pll_disable(&hdmi.ip_data);
Mythri P Kc3198a52011-03-12 12:04:27 +0530542err:
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300543 hdmi_runtime_put();
Mythri P Kc3198a52011-03-12 12:04:27 +0530544 return -EIO;
545}
546
547static void hdmi_power_off(struct omap_dss_device *dssdev)
548{
Tomi Valkeinen7797c6d2011-11-04 10:22:46 +0200549 dss_mgr_disable(dssdev->manager);
Mythri P Kc3198a52011-03-12 12:04:27 +0530550
Ricardo Neric0456be2012-04-27 13:48:45 -0500551 hdmi.ip_data.ops->video_disable(&hdmi.ip_data);
Mythri P K60634a22011-09-08 19:06:26 +0530552 hdmi.ip_data.ops->phy_disable(&hdmi.ip_data);
553 hdmi.ip_data.ops->pll_disable(&hdmi.ip_data);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300554 hdmi_runtime_put();
Mythri P Kc3198a52011-03-12 12:04:27 +0530555}
556
557int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev,
558 struct omap_video_timings *timings)
559{
560 struct hdmi_cm cm;
561
562 cm = hdmi_get_code(timings);
563 if (cm.code == -1) {
Mythri P Kc3198a52011-03-12 12:04:27 +0530564 return -EINVAL;
565 }
566
567 return 0;
568
569}
570
571void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev)
572{
573 struct hdmi_cm cm;
574
Mythri P Kc3198a52011-03-12 12:04:27 +0530575 cm = hdmi_get_code(&dssdev->panel.timings);
Mythri P K9e4ed602012-01-06 17:52:10 +0530576 hdmi.ip_data.cfg.cm.code = cm.code;
577 hdmi.ip_data.cfg.cm.mode = cm.mode;
Tomi Valkeinenfa70dc52011-08-22 14:57:33 +0300578
579 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) {
580 int r;
581
582 hdmi_power_off(dssdev);
583
584 r = hdmi_power_on(dssdev);
585 if (r)
586 DSSERR("failed to power on device\n");
Archit Tanejafcc36612012-05-03 20:03:11 +0530587 } else {
588 dss_mgr_set_timings(dssdev->manager, &dssdev->panel.timings);
Tomi Valkeinenfa70dc52011-08-22 14:57:33 +0300589 }
Mythri P Kc3198a52011-03-12 12:04:27 +0530590}
591
Tomi Valkeinene40402c2012-03-02 18:01:07 +0200592static void hdmi_dump_regs(struct seq_file *s)
Mythri P K162874d2011-09-22 13:37:45 +0530593{
594 mutex_lock(&hdmi.lock);
595
596 if (hdmi_runtime_get())
597 return;
598
599 hdmi.ip_data.ops->dump_wrapper(&hdmi.ip_data, s);
600 hdmi.ip_data.ops->dump_pll(&hdmi.ip_data, s);
601 hdmi.ip_data.ops->dump_phy(&hdmi.ip_data, s);
602 hdmi.ip_data.ops->dump_core(&hdmi.ip_data, s);
603
604 hdmi_runtime_put();
605 mutex_unlock(&hdmi.lock);
606}
607
Tomi Valkeinen47024562011-08-25 17:12:56 +0300608int omapdss_hdmi_read_edid(u8 *buf, int len)
609{
610 int r;
611
612 mutex_lock(&hdmi.lock);
613
614 r = hdmi_runtime_get();
615 BUG_ON(r);
616
617 r = hdmi.ip_data.ops->read_edid(&hdmi.ip_data, buf, len);
618
619 hdmi_runtime_put();
620 mutex_unlock(&hdmi.lock);
621
622 return r;
623}
624
Tomi Valkeinen759593f2011-08-29 18:10:20 +0300625bool omapdss_hdmi_detect(void)
626{
627 int r;
628
629 mutex_lock(&hdmi.lock);
630
631 r = hdmi_runtime_get();
632 BUG_ON(r);
633
634 r = hdmi.ip_data.ops->detect(&hdmi.ip_data);
635
636 hdmi_runtime_put();
637 mutex_unlock(&hdmi.lock);
638
639 return r == 1;
640}
641
Mythri P Kc3198a52011-03-12 12:04:27 +0530642int omapdss_hdmi_display_enable(struct omap_dss_device *dssdev)
643{
Tomi Valkeinenc49d0052012-01-17 11:09:57 +0200644 struct omap_dss_hdmi_data *priv = dssdev->data;
Mythri P Kc3198a52011-03-12 12:04:27 +0530645 int r = 0;
646
647 DSSDBG("ENTER hdmi_display_enable\n");
648
649 mutex_lock(&hdmi.lock);
650
Tomi Valkeinen05e1d602011-06-23 16:38:21 +0300651 if (dssdev->manager == NULL) {
652 DSSERR("failed to enable display: no manager\n");
653 r = -ENODEV;
654 goto err0;
655 }
656
Tomi Valkeinenc49d0052012-01-17 11:09:57 +0200657 hdmi.ip_data.hpd_gpio = priv->hpd_gpio;
658
Mythri P Kc3198a52011-03-12 12:04:27 +0530659 r = omap_dss_start_device(dssdev);
660 if (r) {
661 DSSERR("failed to start device\n");
662 goto err0;
663 }
664
665 if (dssdev->platform_enable) {
666 r = dssdev->platform_enable(dssdev);
667 if (r) {
668 DSSERR("failed to enable GPIO's\n");
669 goto err1;
670 }
671 }
672
673 r = hdmi_power_on(dssdev);
674 if (r) {
675 DSSERR("failed to power on device\n");
676 goto err2;
677 }
678
679 mutex_unlock(&hdmi.lock);
680 return 0;
681
682err2:
683 if (dssdev->platform_disable)
684 dssdev->platform_disable(dssdev);
685err1:
686 omap_dss_stop_device(dssdev);
687err0:
688 mutex_unlock(&hdmi.lock);
689 return r;
690}
691
692void omapdss_hdmi_display_disable(struct omap_dss_device *dssdev)
693{
694 DSSDBG("Enter hdmi_display_disable\n");
695
696 mutex_lock(&hdmi.lock);
697
698 hdmi_power_off(dssdev);
699
700 if (dssdev->platform_disable)
701 dssdev->platform_disable(dssdev);
702
703 omap_dss_stop_device(dssdev);
704
705 mutex_unlock(&hdmi.lock);
706}
707
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300708static int hdmi_get_clocks(struct platform_device *pdev)
709{
710 struct clk *clk;
711
712 clk = clk_get(&pdev->dev, "sys_clk");
713 if (IS_ERR(clk)) {
714 DSSERR("can't get sys_clk\n");
715 return PTR_ERR(clk);
716 }
717
718 hdmi.sys_clk = clk;
719
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300720 return 0;
721}
722
723static void hdmi_put_clocks(void)
724{
725 if (hdmi.sys_clk)
726 clk_put(hdmi.sys_clk);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300727}
728
Ricardo Neri35547622012-03-20 21:02:01 -0600729#if defined(CONFIG_OMAP4_DSS_HDMI_AUDIO)
730int hdmi_compute_acr(u32 sample_freq, u32 *n, u32 *cts)
731{
732 u32 deep_color;
Ricardo Neri25a65352012-03-23 15:49:02 -0600733 bool deep_color_correct = false;
Ricardo Neri35547622012-03-20 21:02:01 -0600734 u32 pclk = hdmi.ip_data.cfg.timings.pixel_clock;
735
736 if (n == NULL || cts == NULL)
737 return -EINVAL;
738
739 /* TODO: When implemented, query deep color mode here. */
740 deep_color = 100;
741
Ricardo Neri25a65352012-03-23 15:49:02 -0600742 /*
743 * When using deep color, the default N value (as in the HDMI
744 * specification) yields to an non-integer CTS. Hence, we
745 * modify it while keeping the restrictions described in
746 * section 7.2.1 of the HDMI 1.4a specification.
747 */
Ricardo Neri35547622012-03-20 21:02:01 -0600748 switch (sample_freq) {
749 case 32000:
Ricardo Neri25a65352012-03-23 15:49:02 -0600750 case 48000:
751 case 96000:
752 case 192000:
753 if (deep_color == 125)
754 if (pclk == 27027 || pclk == 74250)
755 deep_color_correct = true;
756 if (deep_color == 150)
757 if (pclk == 27027)
758 deep_color_correct = true;
Ricardo Neri35547622012-03-20 21:02:01 -0600759 break;
760 case 44100:
Ricardo Neri25a65352012-03-23 15:49:02 -0600761 case 88200:
762 case 176400:
763 if (deep_color == 125)
764 if (pclk == 27027)
765 deep_color_correct = true;
Ricardo Neri35547622012-03-20 21:02:01 -0600766 break;
767 default:
Ricardo Neri35547622012-03-20 21:02:01 -0600768 return -EINVAL;
769 }
770
Ricardo Neri25a65352012-03-23 15:49:02 -0600771 if (deep_color_correct) {
772 switch (sample_freq) {
773 case 32000:
774 *n = 8192;
775 break;
776 case 44100:
777 *n = 12544;
778 break;
779 case 48000:
780 *n = 8192;
781 break;
782 case 88200:
783 *n = 25088;
784 break;
785 case 96000:
786 *n = 16384;
787 break;
788 case 176400:
789 *n = 50176;
790 break;
791 case 192000:
792 *n = 32768;
793 break;
794 default:
795 return -EINVAL;
796 }
797 } else {
798 switch (sample_freq) {
799 case 32000:
800 *n = 4096;
801 break;
802 case 44100:
803 *n = 6272;
804 break;
805 case 48000:
806 *n = 6144;
807 break;
808 case 88200:
809 *n = 12544;
810 break;
811 case 96000:
812 *n = 12288;
813 break;
814 case 176400:
815 *n = 25088;
816 break;
817 case 192000:
818 *n = 24576;
819 break;
820 default:
821 return -EINVAL;
822 }
823 }
Ricardo Neri35547622012-03-20 21:02:01 -0600824 /* Calculate CTS. See HDMI 1.3a or 1.4a specifications */
825 *cts = pclk * (*n / 128) * deep_color / (sample_freq / 10);
826
827 return 0;
828}
Ricardo Nerif3a974912012-05-09 21:09:50 -0500829
830int hdmi_audio_enable(void)
831{
832 DSSDBG("audio_enable\n");
833
834 return hdmi.ip_data.ops->audio_enable(&hdmi.ip_data);
835}
836
837void hdmi_audio_disable(void)
838{
839 DSSDBG("audio_disable\n");
840
841 hdmi.ip_data.ops->audio_disable(&hdmi.ip_data);
842}
843
844int hdmi_audio_start(void)
845{
846 DSSDBG("audio_start\n");
847
848 return hdmi.ip_data.ops->audio_start(&hdmi.ip_data);
849}
850
851void hdmi_audio_stop(void)
852{
853 DSSDBG("audio_stop\n");
854
855 hdmi.ip_data.ops->audio_stop(&hdmi.ip_data);
856}
857
858bool hdmi_mode_has_audio(void)
859{
860 if (hdmi.ip_data.cfg.cm.mode == HDMI_HDMI)
861 return true;
862 else
863 return false;
864}
865
866int hdmi_audio_config(struct omap_dss_audio *audio)
867{
868 return hdmi.ip_data.ops->audio_config(&hdmi.ip_data, audio);
869}
870
Ricardo Neri35547622012-03-20 21:02:01 -0600871#endif
872
Tomi Valkeinen38f3daf2012-05-02 14:55:12 +0300873static void __init hdmi_probe_pdata(struct platform_device *pdev)
874{
875 struct omap_dss_board_info *pdata = pdev->dev.platform_data;
876 int r, i;
877
878 for (i = 0; i < pdata->num_devices; ++i) {
879 struct omap_dss_device *dssdev = pdata->devices[i];
880
881 if (dssdev->type != OMAP_DISPLAY_TYPE_HDMI)
882 continue;
883
884 r = hdmi_init_display(dssdev);
885 if (r) {
886 DSSERR("device %s init failed: %d\n", dssdev->name, r);
887 continue;
888 }
889
890 r = omap_dss_register_device(dssdev, &pdev->dev, i);
891 if (r)
892 DSSERR("device %s register failed: %d\n",
893 dssdev->name, r);
894 }
895}
896
Mythri P Kc3198a52011-03-12 12:04:27 +0530897/* HDMI HW IP initialisation */
Tomi Valkeinen6e7e8f02012-02-17 17:41:13 +0200898static int __init omapdss_hdmihw_probe(struct platform_device *pdev)
Mythri P Kc3198a52011-03-12 12:04:27 +0530899{
900 struct resource *hdmi_mem;
Tomi Valkeinen38f3daf2012-05-02 14:55:12 +0300901 int r;
Mythri P Kc3198a52011-03-12 12:04:27 +0530902
Mythri P Kc3198a52011-03-12 12:04:27 +0530903 hdmi.pdev = pdev;
904
905 mutex_init(&hdmi.lock);
906
907 hdmi_mem = platform_get_resource(hdmi.pdev, IORESOURCE_MEM, 0);
908 if (!hdmi_mem) {
909 DSSERR("can't get IORESOURCE_MEM HDMI\n");
910 return -EINVAL;
911 }
912
913 /* Base address taken from platform */
Mythri P K95a8aeb2011-09-08 19:06:18 +0530914 hdmi.ip_data.base_wp = ioremap(hdmi_mem->start,
915 resource_size(hdmi_mem));
916 if (!hdmi.ip_data.base_wp) {
Mythri P Kc3198a52011-03-12 12:04:27 +0530917 DSSERR("can't ioremap WP\n");
918 return -ENOMEM;
919 }
920
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300921 r = hdmi_get_clocks(pdev);
922 if (r) {
Mythri P K95a8aeb2011-09-08 19:06:18 +0530923 iounmap(hdmi.ip_data.base_wp);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300924 return r;
925 }
926
927 pm_runtime_enable(&pdev->dev);
928
Mythri P K95a8aeb2011-09-08 19:06:18 +0530929 hdmi.ip_data.core_sys_offset = HDMI_CORE_SYS;
930 hdmi.ip_data.core_av_offset = HDMI_CORE_AV;
931 hdmi.ip_data.pll_offset = HDMI_PLLCTRL;
932 hdmi.ip_data.phy_offset = HDMI_PHY;
Jassi Brar3a5383a2012-06-27 19:34:56 +0530933 mutex_init(&hdmi.ip_data.lock);
Mythri P K95a8aeb2011-09-08 19:06:18 +0530934
Mythri P Kc3198a52011-03-12 12:04:27 +0530935 hdmi_panel_init();
936
Tomi Valkeinene40402c2012-03-02 18:01:07 +0200937 dss_debugfs_create_file("hdmi", hdmi_dump_regs);
938
Tomi Valkeinen38f3daf2012-05-02 14:55:12 +0300939 hdmi_probe_pdata(pdev);
Tomi Valkeinen35deca32012-03-01 15:45:53 +0200940
Mythri P Kc3198a52011-03-12 12:04:27 +0530941 return 0;
942}
943
Tomi Valkeinen6e7e8f02012-02-17 17:41:13 +0200944static int __exit omapdss_hdmihw_remove(struct platform_device *pdev)
Mythri P Kc3198a52011-03-12 12:04:27 +0530945{
Tomi Valkeinen35deca32012-03-01 15:45:53 +0200946 omap_dss_unregister_child_devices(&pdev->dev);
947
Mythri P Kc3198a52011-03-12 12:04:27 +0530948 hdmi_panel_exit();
949
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300950 pm_runtime_disable(&pdev->dev);
951
952 hdmi_put_clocks();
953
Mythri P K95a8aeb2011-09-08 19:06:18 +0530954 iounmap(hdmi.ip_data.base_wp);
Mythri P Kc3198a52011-03-12 12:04:27 +0530955
956 return 0;
957}
958
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300959static int hdmi_runtime_suspend(struct device *dev)
960{
Rajendra Nayakf11766d2012-06-27 14:21:26 +0530961 clk_disable_unprepare(hdmi.sys_clk);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300962
963 dispc_runtime_put();
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300964
965 return 0;
966}
967
968static int hdmi_runtime_resume(struct device *dev)
969{
970 int r;
971
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300972 r = dispc_runtime_get();
973 if (r < 0)
Tomi Valkeinen852f0832012-02-17 17:58:04 +0200974 return r;
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300975
Rajendra Nayakf11766d2012-06-27 14:21:26 +0530976 clk_prepare_enable(hdmi.sys_clk);
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300977
978 return 0;
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300979}
980
981static const struct dev_pm_ops hdmi_pm_ops = {
982 .runtime_suspend = hdmi_runtime_suspend,
983 .runtime_resume = hdmi_runtime_resume,
984};
985
Mythri P Kc3198a52011-03-12 12:04:27 +0530986static struct platform_driver omapdss_hdmihw_driver = {
Tomi Valkeinen6e7e8f02012-02-17 17:41:13 +0200987 .remove = __exit_p(omapdss_hdmihw_remove),
Mythri P Kc3198a52011-03-12 12:04:27 +0530988 .driver = {
989 .name = "omapdss_hdmi",
990 .owner = THIS_MODULE,
Tomi Valkeinen4fbafaf2011-05-27 10:52:19 +0300991 .pm = &hdmi_pm_ops,
Mythri P Kc3198a52011-03-12 12:04:27 +0530992 },
993};
994
Tomi Valkeinen6e7e8f02012-02-17 17:41:13 +0200995int __init hdmi_init_platform_driver(void)
Mythri P Kc3198a52011-03-12 12:04:27 +0530996{
Tomi Valkeinen61055d42012-03-07 12:53:38 +0200997 return platform_driver_probe(&omapdss_hdmihw_driver, omapdss_hdmihw_probe);
Mythri P Kc3198a52011-03-12 12:04:27 +0530998}
999
Tomi Valkeinen6e7e8f02012-02-17 17:41:13 +02001000void __exit hdmi_uninit_platform_driver(void)
Mythri P Kc3198a52011-03-12 12:04:27 +05301001{
Tomi Valkeinen04c742c2012-02-23 15:32:37 +02001002 platform_driver_unregister(&omapdss_hdmihw_driver);
Mythri P Kc3198a52011-03-12 12:04:27 +05301003}