Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2014 11:55:40 -0800
From:      John-Mark Gurney <jmg@funkthat.com>
To:        Black Fox <blackfox@teamblackfox.com>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: 3D accelerated support under BeagleBone Black
Message-ID:  <20141118195540.GC24601@funkthat.com>
In-Reply-To: <CAESku%2BR7PFi5bgrxVyp_M_L1C%2BZ=fHhVTRJm4%2BuSj4Snr3Jhsg@mail.gmail.com>
References:  <CAESku%2BSATXp63SxK6wo_0s=uM33tAR1pwT0td7z9Ma7DXqPtmw@mail.gmail.com> <CAESku%2BT2RmOnF4wCPKLHPUszmS_cq0BP7s13rc32C0%2BTucn5BA@mail.gmail.com> <CAESku%2BRSB3%2BmkZs6Rai%2BL3dpehFLXu=XUS403geFYmWCHTLmmg@mail.gmail.com> <20141118061301.GY24601@funkthat.com> <CAESku%2BR7PFi5bgrxVyp_M_L1C%2BZ=fHhVTRJm4%2BuSj4Snr3Jhsg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Black Fox wrote this message on Tue, Nov 18, 2014 at 01:15 -0500:
> On 18 Nov 2014 01:13, "John-Mark Gurney" <jmg@funkthat.com> wrote:
> >
> > Black Fox wrote this message on Tue, Nov 18, 2014 at 00:42 -0500:
> > > I have a BeagleBone Black here and I have an LCD I hooked up to it to
> get
> > > graphics. I was wondering whether the DVI header is working, because I'd
> > > love to get this onto a bigger screen.
> >
> > Sadly, the docs for the HDMI framer chip requires an NDA...  Once I
> > get a copy of the programming docs, I plan to get things working...
> Ah yes company NDAs are pretty awful to deal with. So I guess this applies
> for the DVI header/cape as well?
> 
> Good luck and keep us updated on progress

The DVI-D cape uses a different framer than the BBB...  It uses the
TFP410 from TI, and a basic register description list[1] is freely
available for it..  I'm not sure if that is enough to write a driver
for it though, but it looks like it may be...

There is a differences between the two chips, as the TI chip does only
video, and only supports an older version of the DVI spec, while the
NXP on board chip supports audio, and other advanced features of
HDMI...

The LCD driver side is supposedly already written for the BBB, the
only thing necessary is the framer driver...  As the DVI-D cape uses
the LCD driver, if you were to write a driver to activate the TFP410,
it should "just work" assuming that the existing LCD driver works..

[1] http://www.ti.com/lit/ds/symlink/tfp410.pdf

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141118195540.GC24601>