Re: [beagleboard] Re: FBIO_WAITFORVSYNC on BBB

2014-03-13 Thread Robert Kuhn
 RobertCNelson: 
 

 Or you could take Rob Clark's advice. 

 http://lists.freedesktop.org/archives/dri-devel/2014-March/055477.html 


First it seems to complicated.
Now I found some really nice examples of how to use drm. You're right, 
thats the way to go.

R. 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: FBIO_WAITFORVSYNC on BBB

2014-03-12 Thread Robert Kuhn


RobertCNelson:

 Well the Sitara am335x use on the bone's doesn't have the omapfb 
 display ip block.  On mainline it uses the tilcd driver, based loosely 
 of the same ip as the davanci da8x-fb driver. 

 Hi,

it seems the da8xx driver supports the FBIO_WAITFORVSYNC ioctl. I tried to 
use this driver with my bone. So I compiled a new kernel with da8xx support 
and removed the tilcdc driver. But now I have no output on hdmi. What did I 
forget? Do I have to change a dtb file or something like that?

Robert 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: FBIO_WAITFORVSYNC on BBB

2014-03-12 Thread Robert Nelson
On Wed, Mar 12, 2014 at 2:27 PM, Robert Kuhn rob...@ku.hn wrote:


 RobertCNelson:

 Well the Sitara am335x use on the bone's doesn't have the omapfb
 display ip block.  On mainline it uses the tilcd driver, based loosely
 of the same ip as the davanci da8x-fb driver.

 Hi,

 it seems the da8xx driver supports the FBIO_WAITFORVSYNC ioctl. I tried to
 use this driver with my bone. So I compiled a new kernel with da8xx support
 and removed the tilcdc driver. But now I have no output on hdmi. What did I
 forget? Do I have to change a dtb file or something like that?

Or you could take Rob Clark's advice.

http://lists.freedesktop.org/archives/dri-devel/2014-March/055477.html

He did write both the omapdrm/tilcd drivers while working for TI, now
he currently works on reverse engineering the qualcom's graphics
stack.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: FBIO_WAITFORVSYNC on BBB

2014-03-11 Thread Robert Nelson
On Tue, Mar 11, 2014 at 12:13 PM, Robert Kuhn rob...@ku.hn wrote:
 Hi,

 So now I try to enable omapfb und omapdss. I use the kernel source from
 linux-dev-3.13.6-bone7 and the instructions from
 http://processors.wiki.ti.com/index.php/Linux_Core_DSS_User%27s_Guide#omapdrm

 I think I enabled omapdss (see my config), but there is no
 /sys/devices/platform/omapdss

 Where is my error?

Well the Sitara am335x use on the bone's doesn't have the omapfb
display ip block.  On mainline it uses the tilcd driver, based loosely
of the same ip as the davanci da8x-fb driver.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: FBIO_WAITFORVSYNC on BBB

2014-03-11 Thread Robert Kuhn


RobertCNelson:

 Well the Sitara am335x use on the bone's doesn't have the omapfb 
 display ip block.  On mainline it uses the tilcd driver, based loosely 
 of the same ip as the davanci da8x-fb driver. 


Oh, I see. Any chance to get the vsync signal with that in userspace or i a 
kernel module?

Thanks - Robert 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.