Updates to DSS2

22 views
Skip to first unread message

Tomi Valkeinen

unread,
Mar 3, 2009, 7:18:11 AM3/3/09
to Beagle Board
Hi,

I pushed all my latest stuff to my DSS2 tree at
http://www.bat.org/~tomba/git/linux-omap-dss.git

Changes include: new sysfs interface, pal/ntsc mode setting for TV out,
basic DMA and VRFB rotation (only RGB modes supported). The sysfs
interface and kernel arguments have changed, so check the documentation.

For beagle, you may want something like this for kernel args:
vram=10M omapfb.mode=dvi:1024x768MR-24@60,tv:pal

If you want rotation, read the documentation and try something like:

vram=26M omapfb.mode=dvi:1024x768MR-24@60,tv:pal omapfb.vrfb=y

Lots of new features, very little testing and even less proper
documentation. Enjoy!

Tomi


recalcati

unread,
Mar 3, 2009, 3:33:13 PM3/3/09
to Beagle Board
I'll try it.
So I'll check 1280x720p.
thx


On Mar 3, 1:18 pm, Tomi Valkeinen <tomi.valkei...@nokia.com> wrote:
> Hi,
>
> I pushed all my latest stuff to my DSS2 tree athttp://www.bat.org/~tomba/git/linux-omap-dss.git

recalcati

unread,
Mar 3, 2009, 7:34:56 PM3/3/09
to Beagle Board
tomorrow

George.Qiao

unread,
Mar 5, 2009, 7:14:37 AM3/5/09
to beagl...@googlegroups.com, tomi.va...@nokia.com
Hi Tomi,

Sorry to bother you again. I want DSS for OMAPFB_COLOR_YUY422, but I can not get kernel by git clone

http://www.bat.org/~tomba/git/linux-omap-dss.git .

So could you please give me kernel or help anyway.


Regards,
George.Qiao

Tomi.Va...@nokia.com

unread,
Mar 5, 2009, 7:24:28 AM3/5/09
to joese...@gmail.com, beagl...@googlegroups.com
Why you cannot get the kernel?

Tomi

George.Qiao

unread,
Mar 8, 2009, 11:42:47 PM3/8/09
to beagl...@googlegroups.com
Hi all,

Sorry to bother you again. I have a beagleboard on hand. And I want DSS
for OMAPFB_COLOR_YUY422, But I can not config kernel correctly. I have
try to build an uImage for it based on the source
http://www.bat.org/~tomba/git/linux-omap-dss.git by using arm-2008q3
with the following commands:
make CROSS_COMPILE=arm-none-linux-gnueabi- distclean
make CROSS_COMPILE=arm-none-linux-gnueabi- dss_omap3_beagle_defconfig
make CROSS_COMPILE=arm-none-linux-gnueabi- uImage

But this image running on Beagle always 'opening /dev/fb0: No such
device'. Detailed error log is attached. So could you please help us
build one supporting NEON & FB ? or provide your .config and uboot
scripts to me. Thanks a lot in advance.

Best Regards,
George.Qiao

error_log.txt
kernel.config
uboot.scripts

Tomi Valkeinen

unread,
Mar 9, 2009, 2:48:42 AM3/9/09
to George.Qiao, beagl...@googlegroups.com

dss_omap3_beagle_defconfig is my custom defconfig. It compiles DSS as
modules (easier for development), not inside kernel. So you probably want
to change the config.

Tomi

George.Qiao

unread,
Mar 9, 2009, 5:13:18 AM3/9/09
to Tomi Valkeinen, beagl...@googlegroups.com
Hi Tomi,

I got it! Thank you very much. You are right, the problem is only come
from .config.

Because
make CROSS_COMPILE=arm-none-linux-gnueabi- dss_omap3_beagle_defconfig
does not enough. It also need
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_OMAP2_DSS=y
CONFIG_PANEL_GENERIC=y
CONFIG_FB_OMAP2=y
CONFIG_FB_OMAP2_DEBUG_SUPPORT=y
CONFIG_FB_OMAP2_NUM_FBS=3

Thanks a lot in advance.

Best Regards,
George.Qiao

Reply all
Reply to author
Forward
0 new messages