From: "Antonino A. Daplas" <adaplas@gmail.com>
To: Dennis Munsie <dmunsie@cecropia.com>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: printk change in 2.6.18?
Date: Wed, 19 Jul 2006 19:57:38 +0800 [thread overview]
Message-ID: <44BE1E32.9060407@gmail.com> (raw)
In-Reply-To: <93DE4F1B-CF8B-4E72-8323-7869C9098728@cecropia.com>
Dennis Munsie wrote:
> The weirdness just goes on and on.... it seems that even though
> intelfb_mode_to_hw() is only called by intelfb_set_par() and that is
> only (as far as I can tell) called by fb_set_var(), the calls to
> fb_set_var() that I am seeing are not the ones calling
> intelfb_set_par(). Those ones either seem to be masked out completely,
> or they don't seem to be happening at all.
>
> Except, that I know that they are happening, because I have some test
> code in there that I know very well is working and that if I comment
> that code out, everything breaks.
>
> Is it possible for intelfb_set_par() to be called from anywhere else?
Yes, fb_set_par() can be called directly by fbcon. See
drivers/video/console/fbcon.c
> Or is it only called by fb_set_var()?
No.
>
> On Jul 18, 2006, at 7:46 PM, Antonino A. Daplas wrote:
>
>> Does the printk's show up in syslog (dmesg)? How about when intelfb
>> and fbcon are just loaded? How about while doing an fbset?
>
> the printk's don't seem to show up anywhere... I've tried all kinds of
> variations -- using the DBG_MSG() macro in the intelfb, using printk()
> with KERN_ERR, KERN_CRIT, and without anything (which should be KERN_WARN).
>
> I have a serial connection with earlyprintk turned on -- I can see all
> of the messages back to the first line in the boot. None of my messages
> show up. I also have loglevel set to a ridiculous 255 -- it was at 8
> before. I even have debug turned on in the intelfb driver. At one
> point, I had verbose turned on as well, but that gets way too chatty.
You mean, if you type 'dmesg', you don't see the printk's? All printk's
should at least reach the logbuffer, but if it doesn't even reach the
logbuffer level, then the problem is very high up.
Tony
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
next prev parent reply other threads:[~2006-07-19 11:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-18 21:05 printk change in 2.6.18? Dennis Munsie
2006-07-18 23:46 ` Antonino A. Daplas
2006-07-19 2:41 ` Dennis Munsie
2006-07-19 11:57 ` Antonino A. Daplas [this message]
2006-07-19 15:38 ` Dennis Munsie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44BE1E32.9060407@gmail.com \
--to=adaplas@gmail.com \
--cc=dmunsie@cecropia.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).