linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* hdmi on 4430 (kernel 3.4)
@ 2012-11-05 21:59 Federico Fuga
  2012-11-05 22:11 ` John Tobias
  2012-11-05 23:21 ` Jon Hunter
  0 siblings, 2 replies; 5+ messages in thread
From: Federico Fuga @ 2012-11-05 21:59 UTC (permalink / raw)
  To: linux-omap

Hi Everybody,

I am working on a custom OMAP4430 board with HDMI support. I am using the latest omapzoom ubuntu-integration kernel (3.4.0-1487.6) 
I tested the same on the pandaboard with the same cpu, with the same result. Both are lacking the "HDMI Companion chip" (U6 on pandaboard with 4430), because on our custom board we don't need EDID support (we are using an HDMI to VGA chip converter), for testing purpose it was removed from the pandaboard.
I am unable to make HDMI working. 
I was assured that this kernel is correctly working with HDMI on pandaboard, so I'd guess that the problem is due to the missing edid, but I am not 100% sure.
For simplicity, I removed the DVI configuration on the panda board file, by removing the DVI display configuration, and changing the default device to HDMI.
The hdmi interface seems to be configured correctly , the overlay/manager/display chain is correctly setup and enabled, but no signal is detected by the monitor, and the screen is black.
No errors are present in the logs - I'll send a copy of it with omapdss.debug=y tomorrow, eventually.
I wanted to check the HDMI registers, but I didn't find the hdmi registers table on the TRM.
Does someone have some hint, comment or previous experience on that? 
Where can I find the hdmi registers list on the manual or other documentation?
Note that as far as i know, the 2.6.35 kernel was working correctly (I can't check right now, unfortunately).
Thank you.

best regards


Federico Fuga



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hdmi on 4430 (kernel 3.4)
  2012-11-05 21:59 hdmi on 4430 (kernel 3.4) Federico Fuga
@ 2012-11-05 22:11 ` John Tobias
  2012-11-05 23:21 ` Jon Hunter
  1 sibling, 0 replies; 5+ messages in thread
From: John Tobias @ 2012-11-05 22:11 UTC (permalink / raw)
  To: Federico Fuga; +Cc: linux-omap

You need to contact your TI sales rep or tech support to sign an NDA
to get the HDMI documentation. Also, take note that your company
should be listed in HDMI.org in order the TI releases the said
document.

regards,

john

On Mon, Nov 5, 2012 at 1:59 PM, Federico Fuga <ml@studiofuga.com> wrote:
> Hi Everybody,
>
> I am working on a custom OMAP4430 board with HDMI support. I am using the latest omapzoom ubuntu-integration kernel (3.4.0-1487.6)
> I tested the same on the pandaboard with the same cpu, with the same result. Both are lacking the "HDMI Companion chip" (U6 on pandaboard with 4430), because on our custom board we don't need EDID support (we are using an HDMI to VGA chip converter), for testing purpose it was removed from the pandaboard.
> I am unable to make HDMI working.
> I was assured that this kernel is correctly working with HDMI on pandaboard, so I'd guess that the problem is due to the missing edid, but I am not 100% sure.
> For simplicity, I removed the DVI configuration on the panda board file, by removing the DVI display configuration, and changing the default device to HDMI.
> The hdmi interface seems to be configured correctly , the overlay/manager/display chain is correctly setup and enabled, but no signal is detected by the monitor, and the screen is black.
> No errors are present in the logs - I'll send a copy of it with omapdss.debug=y tomorrow, eventually.
> I wanted to check the HDMI registers, but I didn't find the hdmi registers table on the TRM.
> Does someone have some hint, comment or previous experience on that?
> Where can I find the hdmi registers list on the manual or other documentation?
> Note that as far as i know, the 2.6.35 kernel was working correctly (I can't check right now, unfortunately).
> Thank you.
>
> best regards
>
>
> Federico Fuga
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hdmi on 4430 (kernel 3.4)
  2012-11-05 21:59 hdmi on 4430 (kernel 3.4) Federico Fuga
  2012-11-05 22:11 ` John Tobias
@ 2012-11-05 23:21 ` Jon Hunter
  2012-11-06  9:05   ` Federico Fuga
  1 sibling, 1 reply; 5+ messages in thread
From: Jon Hunter @ 2012-11-05 23:21 UTC (permalink / raw)
  To: Federico Fuga; +Cc: linux-omap


On 11/05/2012 03:59 PM, Federico Fuga wrote:
> Hi Everybody,
> 
> I am working on a custom OMAP4430 board with HDMI support. I am using the latest omapzoom ubuntu-integration kernel (3.4.0-1487.6) 
> I tested the same on the pandaboard with the same cpu, with the same result. Both are lacking the "HDMI Companion chip" (U6 on pandaboard with 4430), because on our custom board we don't need EDID support (we are using an HDMI to VGA chip converter), for testing purpose it was removed from the pandaboard.
> I am unable to make HDMI working. 
> I was assured that this kernel is correctly working with HDMI on pandaboard, so I'd guess that the problem is due to the missing edid, but I am not 100% sure.
> For simplicity, I removed the DVI configuration on the panda board file, by removing the DVI display configuration, and changing the default device to HDMI.
> The hdmi interface seems to be configured correctly , the overlay/manager/display chain is correctly setup and enabled, but no signal is detected by the monitor, and the screen is black.
> No errors are present in the logs - I'll send a copy of it with omapdss.debug=y tomorrow, eventually.
> I wanted to check the HDMI registers, but I didn't find the hdmi registers table on the TRM.
> Does someone have some hint, comment or previous experience on that? 
> Where can I find the hdmi registers list on the manual or other documentation?
> Note that as far as i know, the 2.6.35 kernel was working correctly (I can't check right now, unfortunately).
> Thank you.

I would recommend posting this query on the TI E2E forum for Linux [1].
You may get better help there seeing that this is with regard to a
specific TI development kernel branch.

Cheers
Jon

[1] http://e2e.ti.com/support/embedded/linux/default.aspx



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hdmi on 4430 (kernel 3.4)
  2012-11-05 23:21 ` Jon Hunter
@ 2012-11-06  9:05   ` Federico Fuga
  2012-11-06 15:56     ` Jon Hunter
  0 siblings, 1 reply; 5+ messages in thread
From: Federico Fuga @ 2012-11-06  9:05 UTC (permalink / raw)
  To: Jon Hunter; +Cc: linux-omap

Hi Jon,


Il giorno 06/nov/2012, alle ore 00:21, Jon Hunter <jon-hunter@ti.com> ha scritto:

>> I wanted to check the HDMI registers, but I didn't find the hdmi registers table on the TRM.
>> Does someone have some hint, comment or previous experience on that? 
>> Where can I find the hdmi registers list on the manual or other documentation?
>> Note that as far as i know, the 2.6.35 kernel was working correctly (I can't check right now, unfortunately).
>> Thank you.
> 
> I would recommend posting this query on the TI E2E forum for Linux [1].
> You may get better help there seeing that this is with regard to a
> specific TI development kernel branch.
> 


Thank you very much for the suggestion! I'll post there.
Can you confirm that the kernel version I am using works without problem with HDMI-1080p? 
Thanks 
Cheers

Federico



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hdmi on 4430 (kernel 3.4)
  2012-11-06  9:05   ` Federico Fuga
@ 2012-11-06 15:56     ` Jon Hunter
  0 siblings, 0 replies; 5+ messages in thread
From: Jon Hunter @ 2012-11-06 15:56 UTC (permalink / raw)
  To: Federico Fuga; +Cc: linux-omap


On 11/06/2012 03:05 AM, Federico Fuga wrote:
> Hi Jon,
> 
> 
> Il giorno 06/nov/2012, alle ore 00:21, Jon Hunter <jon-hunter@ti.com> ha scritto:
> 
>>> I wanted to check the HDMI registers, but I didn't find the hdmi registers table on the TRM.
>>> Does someone have some hint, comment or previous experience on that? 
>>> Where can I find the hdmi registers list on the manual or other documentation?
>>> Note that as far as i know, the 2.6.35 kernel was working correctly (I can't check right now, unfortunately).
>>> Thank you.
>>
>> I would recommend posting this query on the TI E2E forum for Linux [1].
>> You may get better help there seeing that this is with regard to a
>> specific TI development kernel branch.
>>
> 
> 
> Thank you very much for the suggestion! I'll post there.
> Can you confirm that the kernel version I am using works without problem with HDMI-1080p? 

Sorry, I have not tried. However, hopefully someone from the forum can help.

Cheers
Jon

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-06 15:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 21:59 hdmi on 4430 (kernel 3.4) Federico Fuga
2012-11-05 22:11 ` John Tobias
2012-11-05 23:21 ` Jon Hunter
2012-11-06  9:05   ` Federico Fuga
2012-11-06 15:56     ` Jon Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).