David,

Try turn on DEBUG_LL in kernel config.  Also, apply the attached patch. 
It may give you additional info to debug.

Regards,

Steve

--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -529,6 +529,9 @@ asmlinkage int printk(const char *fmt, .
 /* cpu currently holding logbuf_lock */
 static volatile unsigned int printk_cpu = UINT_MAX;
 
+#ifdef CONFIG_DEBUG_LL
+void printascii(const char *string);
+#endif
 asmlinkage int vprintk(const char *fmt, va_list args)
 {
        unsigned long flags;
@@ -553,6 +556,10 @@ asmlinkage int vprintk(const char *fmt, 
        /* Emit the output into the temporary buffer */
        printed_len = vscnprintf(printk_buf, sizeof(printk_buf), fmt, args);
 
+#ifdef CONFIG_DEBUG_LL
+       printascii(printk_buf);
+#endif
+
        if (printed_len > 0) {
                unsigned int loglevel;
                int mark_len;



On Tue, 2008-10-28 at 18:33, [EMAIL PROTECTED] wrote:
> Caglar,
> Thanks for your kindness. But as mem set to be 120MB, the same!
> BTW i'm using a sharp 10.4" 16bitLCD
> 
> On Oct 29, 2008 1:21am, Yusuf Caglar AKYUZ <[EMAIL PROTECTED]>
> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > 
> > Hash: SHA1
> > 
> > 
> > 
> > BlackSword wrote:
> > 
> > > Hi all,
> > 
> > > I need you help!
> > 
> > > I meet such a problem. My system works perfect with original
> LSP1_20 for
> > 
> > > lcd. And with the git version it works perfect for component
> signal.
> > 
> > > But when i tried bootargs video=davincifb:output=lcd. problem
> occur. stopped
> > 
> > > at below shows.
> > 
> > 
> > 
> > Try with mem=120M
> > 
> > 
> > 
> > Regards,
> > 
> > Caglar
> > 
> > -----BEGIN PGP SIGNATURE-----
> > 
> > Version: GnuPG v2.0.9 (GNU/Linux)
> > 
> > Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
> > 
> > 
> > 
> > iEYEARECAAYFAkkHShAACgkQ/nL+S5dojeh3KQCfSuHJr2nkcMNsnhYsfzNrwkpQ
> > 
> > zn8AnRgW920OQzD10UvjwuHrfH+23Hk+
> > 
> > =UPKu
> > 
> > -----END PGP SIGNATURE-----
> >
> 
> ______________________________________________________________________
> 
> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to