From: "Antonino A. Daplas" <adaplas@hotpop.com>
To: Richard Purdie <rpurdie@rpsys.net>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: [PATCH 4/9] fbcon/fbdev: Add blanking notification
Date: Thu, 13 Jan 2005 04:24:05 +0800 [thread overview]
Message-ID: <200501130424.11594.adaplas@hotpop.com> (raw)
In-Reply-To: <009001c4f893$87964630$0f01a8c0@max>
On Wednesday 12 January 2005 18:43, Richard Purdie wrote:
> Tony,
>
> I've just switched to using this patch when I updated to 2.6.11-rc1 and
> I've noticed a problem. Basically my code which is monitoring
> FB_EVENT_BLANK events doesn't see any.
If fb_blank is directly called by fbcon_blank, it might proceed into an unending
cycle...
fb_blank()->blank_event_notify->do_blank_screen()->fbcon_blank()->fb_blank()
...however, we do store the current blank state in ops->blank_state, so the above
is probably an imaginary problem.
I'll do the call to fb_blank() instead of info->fbops->fb_blank() instead.
(I'm still in the process of resyncing my tree and merging pending patches,
just came back from a break).
Tony
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
prev parent reply other threads:[~2005-01-12 20:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-21 21:35 [PATCH 4/9] fbcon/fbdev: Add blanking notification Antonino A. Daplas
2005-01-12 10:43 ` Richard Purdie
2005-01-12 20:24 ` Antonino A. Daplas [this message]
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=200501130424.11594.adaplas@hotpop.com \
--to=adaplas@hotpop.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=rpurdie@rpsys.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.